{"id":1455,"date":"2023-07-26T07:49:34","date_gmt":"2023-07-26T07:49:34","guid":{"rendered":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%91%e1%85%a1%e1%84%85%e1%85%a6%e1%84%90%e1%85%a9-%e1%84%8e%e1%85%a1%e1%84%90%e1%85%b3\/"},"modified":"2023-07-26T07:49:34","modified_gmt":"2023-07-26T07:49:34","slug":"r%e1%84%8b%e1%85%b4-%e1%84%91%e1%85%a1%e1%84%85%e1%85%a6%e1%84%90%e1%85%a9-%e1%84%8e%e1%85%a1%e1%84%90%e1%85%b3","status":"publish","type":"post","link":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%91%e1%85%a1%e1%84%85%e1%85%a6%e1%84%90%e1%85%a9-%e1%84%8e%e1%85%a1%e1%84%90%e1%85%b3\/","title":{"rendered":"R\uc5d0\uc11c \ud30c\ub808\ud1a0 \ucc28\ud2b8\ub97c \ub9cc\ub4dc\ub294 \ubc29\ubc95(\ub2e8\uacc4\ubcc4)"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\"><strong>\ud30c\ub808\ud1a0 \ucc28\ud2b8\ub294<\/strong> \ub2e4\uc591\ud55c \ubc94\uc8fc\uc758 \ube48\ub3c4\uc640 \ud574\ub2f9 \ubc94\uc8fc\uc758 \ub204\uc801 \ube48\ub3c4\ub97c \ud45c\uc2dc\ud558\ub294 \ucc28\ud2b8 \uc720\ud615\uc785\ub2c8\ub2e4.<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-14430 \" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/paretor2.png\" alt=\"R\uc758 \ud30c\ub808\ud1a0 \ucc28\ud2b8\" width=\"482\" height=\"479\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc5d0\uc11c Pareto \ucc28\ud2b8\ub97c \ub9cc\ub4dc\ub294 \ub2e8\uacc4\ubcc4 \uc608\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4.<\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>1\ub2e8\uacc4: \ub370\uc774\ud130 \uc0dd\uc131<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">350\uba85\uc758 \uc0ac\ub78c\ub4e4\uc5d0\uac8c A, B, C, D, E \ube0c\ub79c\ub4dc \uc911\uc5d0\uc11c \uac00\uc7a5 \uc88b\uc544\ud558\ub294 \uc2dc\ub9ac\uc5bc \ube0c\ub79c\ub4dc\ub97c \uc2dd\ubcc4\ud558\ub3c4\ub85d \uc694\uccad\ud558\ub294 \uc124\ubb38\uc870\uc0ac\ub97c \uc2e4\uc2dc\ud55c\ub2e4\uace0 \uac00\uc815\ud574 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \ub370\uc774\ud130 \uc138\ud2b8\ub294 \uac01 \ube0c\ub79c\ub4dc\uc5d0 \ub300\ud55c \ucd1d \ud22c\ud45c \uc218\ub97c \ubcf4\uc5ec\uc90d\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#createdata<\/span>\ndf &lt;- data. <span style=\"color: #3366ff;\">frame<\/span> (favorite=c('A', 'B', 'C', 'D', 'E', 'F'),\n                 count=c(140, 97, 58, 32, 17, 6))\n\n<span style=\"color: #008080;\">#viewdata\n<\/span>df\n\n  favorite count\n1 to 140\n2 B 97\n3 C 58\n4 D 32\n5 E 17\n6 F 6<\/strong><\/pre>\n<h3> <span style=\"color: #000000;\"><strong>2\ub2e8\uacc4: \ud30c\ub808\ud1a0 \ucc28\ud2b8 \ub9cc\ub4e4\uae30<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">\uc774 \uc124\ubb38 \uc870\uc0ac \uacb0\uacfc\ub97c \uc2dc\uac01\ud654\ud558\uae30 \uc704\ud574 Pareto \ucc28\ud2b8\ub97c \ub9cc\ub4e4\ub824\uba74 <strong>qcc<\/strong> \ud328\ud0a4\uc9c0\uc758 <strong>pareto.chart()<\/strong> \ud568\uc218\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span> <\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\"><span style=\"color: #000000;\"><span style=\"color: #993300;\">library<\/span> (qcc)<\/span>\n\n#create Pareto chart<\/span>\npareto. <span style=\"color: #3366ff;\">chart<\/span> (df$count)\n\nPareto chart analysis for df$count\n     Frequency Cum.Freq. Percentage Cum.Percent.\n  A 140.000000 140.000000 40.000000 40.000000\n  B 97.000000 237.000000 27.714286 67.714286\n  C 58.000000 295.000000 16.571429 84.285714\n  D 32.000000 327.000000 9.142857 93.428571\n  E 17.000000 344.000000 4.857143 98.285714\n  F 6.000000 350.000000 1.714286 100.000000\n<\/strong><\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-14429 \" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/paretor1.png\" alt=\"\" width=\"472\" height=\"476\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">\ucd9c\ub825 \ud14c\uc774\ube14\uc5d0\ub294 \uac01 \ube0c\ub79c\ub4dc\uc758 \ube48\ub3c4\uc640 \ub204\uc801 \ube48\ub3c4\uac00 \ud45c\uc2dc\ub429\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4:<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\">\ube0c\ub79c\ub4dc A \uc8fc\ud30c\uc218: <strong>140<\/strong> | \ub204\uc801 \ube48\ub3c4: <strong>140<\/strong><\/span><\/li>\n<li> <span style=\"color: #000000;\">\ube0c\ub79c\ub4dc B \ube48\ub3c4: <strong>97<\/strong> | A, B\uc758 \ub204\uc801 \ube48\ub3c4: <strong>237<\/strong><\/span><\/li>\n<li> <span style=\"color: #000000;\">C \ub9c8\ud06c \ube48\ub3c4: <strong>58<\/strong> | A, B, C\uc758 \ub204\uc801 \ube48\ub3c4: <strong>295<\/strong><\/span><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\">\ub4f1\ub4f1.<\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>3\ub2e8\uacc4: \ud30c\ub808\ud1a0 \ucc28\ud2b8 \ud3b8\uc9d1(\uc120\ud0dd \uc0ac\ud56d)<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \ucf54\ub4dc\ub294 \ucc28\ud2b8 \uc81c\ubaa9\uacfc \uc0ac\uc6a9\ub41c \uc0c9\uc0c1 \ud314\ub808\ud2b8\ub97c \uc218\uc815\ud558\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4.<\/span> <\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong>pareto. <span style=\"color: #3366ff;\">chart<\/span> (df$count,\n             main=' <span style=\"color: #008000;\">Pareto Chart for Favorite Cereal Brands<\/span> ',\n             col=heat. <span style=\"color: #3366ff;\">colors<\/span> ( <span style=\"color: #3366ff;\">length<\/span> (df$count)))<\/strong> <\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-14430 \" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/paretor2.png\" alt=\"R\uc758 \ud30c\ub808\ud1a0 \ucc28\ud2b8\" width=\"482\" height=\"479\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\"><em><a href=\"https:\/\/www.nceas.ucsb.edu\/sites\/default\/files\/2020-04\/colorPaletteCheatsheet.pdf\" target=\"_blank\" rel=\"noopener\">\uc774 R \uc0c9\uc0c1 \uce58\ud2b8 \uc2dc\ud2b8<\/a> \uc5d0\uc11c \uc0ac\uc6a9 \uac00\ub2a5\ud55c \uc0c9\uc0c1 \ud314\ub808\ud2b8\uc758 \uc804\uccb4 \ubaa9\ub85d\uc744 \ucc3e\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/em><\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>\ucd94\uac00 \ub9ac\uc18c\uc2a4<\/strong><\/span><\/h3>\n<p> <a href=\"https:\/\/statorials.org\/ko\/r\u110b\u1174-\u1107\u1175\u11ab\u1103\u1169\u1111\u116d\/\" target=\"_blank\" rel=\"noopener\">R\uc5d0\uc11c \ube48\ub3c4\ud45c\ub97c \ub9cc\ub4dc\ub294 \ubc29\ubc95<\/a><br \/> <a href=\"https:\/\/statorials.org\/ko\/\u1109\u1161\u11bc\u1103\u1162\u1103\u1169\u1109\u116e-\u1112\u1175\u1109\u1173\u1110\u1169\u1100\u1173\u1105\u1162\u11b7-r\/\" target=\"_blank\" rel=\"noopener\">R\uc5d0\uc11c \uc0c1\ub300 \ube48\ub3c4 \ud788\uc2a4\ud1a0\uadf8\ub7a8\uc744 \ub9cc\ub4dc\ub294 \ubc29\ubc95<\/a><br \/> <a href=\"https:\/\/statorials.org\/ko\/r\u110b\u1174-\u1102\u116e\u110c\u1165\u11a8-\u1112\u1161\u11b8\u1100\u1168\/\" target=\"_blank\" rel=\"noopener\">R\uc5d0\uc11c \ub204\uc801 \ud569\uacc4\ub97c \uacc4\uc0b0\ud558\ub294 \ubc29\ubc95<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\ud30c\ub808\ud1a0 \ucc28\ud2b8\ub294 \ub2e4\uc591\ud55c \ubc94\uc8fc\uc758 \ube48\ub3c4\uc640 \ud574\ub2f9 \ubc94\uc8fc\uc758 \ub204\uc801 \ube48\ub3c4\ub97c \ud45c\uc2dc\ud558\ub294 \ucc28\ud2b8 \uc720\ud615\uc785\ub2c8\ub2e4. \uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc5d0\uc11c Pareto \ucc28\ud2b8\ub97c \ub9cc\ub4dc\ub294 \ub2e8\uacc4\ubcc4 \uc608\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4. 1\ub2e8\uacc4: \ub370\uc774\ud130 \uc0dd\uc131 350\uba85\uc758 \uc0ac\ub78c\ub4e4\uc5d0\uac8c A, B, C, D, E \ube0c\ub79c\ub4dc \uc911\uc5d0\uc11c \uac00\uc7a5 \uc88b\uc544\ud558\ub294 \uc2dc\ub9ac\uc5bc \ube0c\ub79c\ub4dc\ub97c \uc2dd\ubcc4\ud558\ub3c4\ub85d \uc694\uccad\ud558\ub294 \uc124\ubb38\uc870\uc0ac\ub97c \uc2e4\uc2dc\ud55c\ub2e4\uace0 \uac00\uc815\ud574 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \ub2e4\uc74c \ub370\uc774\ud130 \uc138\ud2b8\ub294 \uac01 \ube0c\ub79c\ub4dc\uc5d0 \ub300\ud55c \ucd1d \ud22c\ud45c \uc218\ub97c \ubcf4\uc5ec\uc90d\ub2c8\ub2e4. #createdata df [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[20],"tags":[],"class_list":["post-1455","post","type-post","status-publish","format-standard","hentry","category-20"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>R\uc5d0\uc11c \ud30c\ub808\ud1a0 \ucc28\ud2b8\ub97c \ub9cc\ub4dc\ub294 \ubc29\ubc95(\ub2e8\uacc4\ubcc4) \u2013 Statorials<\/title>\n<meta name=\"description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \ub2e8\uacc4\ubcc4 \uc608\uc81c\ub97c \ud1b5\ud574 R\uc5d0\uc11c \ud30c\ub808\ud1a0 \ucc28\ud2b8\ub97c \ub9cc\ub4dc\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/statorials.org\/ko\/r\u110b\u1174-\u1111\u1161\u1105\u1166\u1110\u1169-\u110e\u1161\u1110\u1173\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"R\uc5d0\uc11c \ud30c\ub808\ud1a0 \ucc28\ud2b8\ub97c \ub9cc\ub4dc\ub294 \ubc29\ubc95(\ub2e8\uacc4\ubcc4) \u2013 Statorials\" \/>\n<meta property=\"og:description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \ub2e8\uacc4\ubcc4 \uc608\uc81c\ub97c \ud1b5\ud574 R\uc5d0\uc11c \ud30c\ub808\ud1a0 \ucc28\ud2b8\ub97c \ub9cc\ub4dc\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/ko\/r\u110b\u1174-\u1111\u1161\u1105\u1166\u1110\u1169-\u110e\u1161\u1110\u1173\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-26T07:49:34+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/paretor2.png\" \/>\n<meta name=\"author\" content=\"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%91%e1%85%a1%e1%84%85%e1%85%a6%e1%84%90%e1%85%a9-%e1%84%8e%e1%85%a1%e1%84%90%e1%85%b3\/\",\"url\":\"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%91%e1%85%a1%e1%84%85%e1%85%a6%e1%84%90%e1%85%a9-%e1%84%8e%e1%85%a1%e1%84%90%e1%85%b3\/\",\"name\":\"R\uc5d0\uc11c \ud30c\ub808\ud1a0 \ucc28\ud2b8\ub97c \ub9cc\ub4dc\ub294 \ubc29\ubc95(\ub2e8\uacc4\ubcc4) \u2013 Statorials\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/ko\/#website\"},\"datePublished\":\"2023-07-26T07:49:34+00:00\",\"dateModified\":\"2023-07-26T07:49:34+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4\"},\"description\":\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \ub2e8\uacc4\ubcc4 \uc608\uc81c\ub97c \ud1b5\ud574 R\uc5d0\uc11c \ud30c\ub808\ud1a0 \ucc28\ud2b8\ub97c \ub9cc\ub4dc\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%91%e1%85%a1%e1%84%85%e1%85%a6%e1%84%90%e1%85%a9-%e1%84%8e%e1%85%a1%e1%84%90%e1%85%b3\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%91%e1%85%a1%e1%84%85%e1%85%a6%e1%84%90%e1%85%a9-%e1%84%8e%e1%85%a1%e1%84%90%e1%85%b3\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%91%e1%85%a1%e1%84%85%e1%85%a6%e1%84%90%e1%85%a9-%e1%84%8e%e1%85%a1%e1%84%90%e1%85%b3\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\uc9d1\",\"item\":\"https:\/\/statorials.org\/ko\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"R\uc5d0\uc11c \ud30c\ub808\ud1a0 \ucc28\ud2b8\ub97c \ub9cc\ub4dc\ub294 \ubc29\ubc95(\ub2e8\uacc4\ubcc4)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/statorials.org\/ko\/#website\",\"url\":\"https:\/\/statorials.org\/ko\/\",\"name\":\"Statorials\",\"description\":\"\ud1b5\uacc4 \ud65c\uc6a9 \ub2a5\ub825\uc744 \uc704\ud55c \uac00\uc774\ub4dc!\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/statorials.org\/ko\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4\",\"name\":\"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/statorials.org\/ko\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/statorials.org\/ko\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg\",\"contentUrl\":\"https:\/\/statorials.org\/ko\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg\",\"caption\":\"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8\"},\"description\":\"\uc548\ub155\ud558\uc138\uc694. \uc800\ub294 \ud1b5\uacc4\ud559 \uad50\uc218\ub97c \ud1f4\uc9c1\ud558\uace0 \uc804\uc784 \ud1b5\uacc4 \uad50\uc0ac\ub85c \ubcc0\uc2e0\ud55c \ubca4\uc790\ubbfc\uc785\ub2c8\ub2e4. \ud1b5\uacc4 \ubd84\uc57c\uc758 \uad11\ubc94\uc704\ud55c \uacbd\ud5d8\uacfc \uc804\ubb38 \uc9c0\uc2dd\uc744 \ubc14\ud0d5\uc73c\ub85c Statorials\ub97c \ud1b5\ud574 \ud559\uc0dd\ub4e4\uc5d0\uac8c \ud798\uc744 \uc2e4\uc5b4\uc8fc\uae30 \uc704\ud574 \uc9c0\uc2dd\uc744 \uacf5\uc720\ud558\uace0 \uc2f6\uc2b5\ub2c8\ub2e4. \ub354 \uc54c\uc544\ubcf4\uae30\",\"sameAs\":[\"https:\/\/statorials.org\/ko\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"R\uc5d0\uc11c \ud30c\ub808\ud1a0 \ucc28\ud2b8\ub97c \ub9cc\ub4dc\ub294 \ubc29\ubc95(\ub2e8\uacc4\ubcc4) \u2013 Statorials","description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \ub2e8\uacc4\ubcc4 \uc608\uc81c\ub97c \ud1b5\ud574 R\uc5d0\uc11c \ud30c\ub808\ud1a0 \ucc28\ud2b8\ub97c \ub9cc\ub4dc\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/statorials.org\/ko\/r\u110b\u1174-\u1111\u1161\u1105\u1166\u1110\u1169-\u110e\u1161\u1110\u1173\/","og_locale":"ko_KR","og_type":"article","og_title":"R\uc5d0\uc11c \ud30c\ub808\ud1a0 \ucc28\ud2b8\ub97c \ub9cc\ub4dc\ub294 \ubc29\ubc95(\ub2e8\uacc4\ubcc4) \u2013 Statorials","og_description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \ub2e8\uacc4\ubcc4 \uc608\uc81c\ub97c \ud1b5\ud574 R\uc5d0\uc11c \ud30c\ub808\ud1a0 \ucc28\ud2b8\ub97c \ub9cc\ub4dc\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.","og_url":"https:\/\/statorials.org\/ko\/r\u110b\u1174-\u1111\u1161\u1105\u1166\u1110\u1169-\u110e\u1161\u1110\u1173\/","og_site_name":"Statorials","article_published_time":"2023-07-26T07:49:34+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/paretor2.png"}],"author":"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8","twitter_card":"summary_large_image","twitter_misc":{"Written by":"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%91%e1%85%a1%e1%84%85%e1%85%a6%e1%84%90%e1%85%a9-%e1%84%8e%e1%85%a1%e1%84%90%e1%85%b3\/","url":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%91%e1%85%a1%e1%84%85%e1%85%a6%e1%84%90%e1%85%a9-%e1%84%8e%e1%85%a1%e1%84%90%e1%85%b3\/","name":"R\uc5d0\uc11c \ud30c\ub808\ud1a0 \ucc28\ud2b8\ub97c \ub9cc\ub4dc\ub294 \ubc29\ubc95(\ub2e8\uacc4\ubcc4) \u2013 Statorials","isPartOf":{"@id":"https:\/\/statorials.org\/ko\/#website"},"datePublished":"2023-07-26T07:49:34+00:00","dateModified":"2023-07-26T07:49:34+00:00","author":{"@id":"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4"},"description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \ub2e8\uacc4\ubcc4 \uc608\uc81c\ub97c \ud1b5\ud574 R\uc5d0\uc11c \ud30c\ub808\ud1a0 \ucc28\ud2b8\ub97c \ub9cc\ub4dc\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.","breadcrumb":{"@id":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%91%e1%85%a1%e1%84%85%e1%85%a6%e1%84%90%e1%85%a9-%e1%84%8e%e1%85%a1%e1%84%90%e1%85%b3\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%91%e1%85%a1%e1%84%85%e1%85%a6%e1%84%90%e1%85%a9-%e1%84%8e%e1%85%a1%e1%84%90%e1%85%b3\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%91%e1%85%a1%e1%84%85%e1%85%a6%e1%84%90%e1%85%a9-%e1%84%8e%e1%85%a1%e1%84%90%e1%85%b3\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\uc9d1","item":"https:\/\/statorials.org\/ko\/"},{"@type":"ListItem","position":2,"name":"R\uc5d0\uc11c \ud30c\ub808\ud1a0 \ucc28\ud2b8\ub97c \ub9cc\ub4dc\ub294 \ubc29\ubc95(\ub2e8\uacc4\ubcc4)"}]},{"@type":"WebSite","@id":"https:\/\/statorials.org\/ko\/#website","url":"https:\/\/statorials.org\/ko\/","name":"Statorials","description":"\ud1b5\uacc4 \ud65c\uc6a9 \ub2a5\ub825\uc744 \uc704\ud55c \uac00\uc774\ub4dc!","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/statorials.org\/ko\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"ko-KR"},{"@type":"Person","@id":"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4","name":"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/statorials.org\/ko\/#\/schema\/person\/image\/","url":"https:\/\/statorials.org\/ko\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg","contentUrl":"https:\/\/statorials.org\/ko\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg","caption":"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8"},"description":"\uc548\ub155\ud558\uc138\uc694. \uc800\ub294 \ud1b5\uacc4\ud559 \uad50\uc218\ub97c \ud1f4\uc9c1\ud558\uace0 \uc804\uc784 \ud1b5\uacc4 \uad50\uc0ac\ub85c \ubcc0\uc2e0\ud55c \ubca4\uc790\ubbfc\uc785\ub2c8\ub2e4. \ud1b5\uacc4 \ubd84\uc57c\uc758 \uad11\ubc94\uc704\ud55c \uacbd\ud5d8\uacfc \uc804\ubb38 \uc9c0\uc2dd\uc744 \ubc14\ud0d5\uc73c\ub85c Statorials\ub97c \ud1b5\ud574 \ud559\uc0dd\ub4e4\uc5d0\uac8c \ud798\uc744 \uc2e4\uc5b4\uc8fc\uae30 \uc704\ud574 \uc9c0\uc2dd\uc744 \uacf5\uc720\ud558\uace0 \uc2f6\uc2b5\ub2c8\ub2e4. \ub354 \uc54c\uc544\ubcf4\uae30","sameAs":["https:\/\/statorials.org\/ko"]}]}},"yoast_meta":{"yoast_wpseo_title":"","yoast_wpseo_metadesc":"","yoast_wpseo_canonical":""},"_links":{"self":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/posts\/1455","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/comments?post=1455"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/posts\/1455\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/media?parent=1455"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/categories?post=1455"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/tags?post=1455"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}