{"id":1963,"date":"2023-07-24T06:59:35","date_gmt":"2023-07-24T06:59:35","guid":{"rendered":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%8c%e1%85%b5%e1%86%ab%e1%84%83%e1%85%a1%e1%86%ab-%e1%84%83%e1%85%a1%e1%84%8b%e1%85%b5%e1%84%8b%e1%85%a5%e1%84%80%e1%85%b3%e1%84%85%e1%85%a2%e1%86%b7\/"},"modified":"2023-07-24T06:59:35","modified_gmt":"2023-07-24T06:59:35","slug":"r%e1%84%8b%e1%85%b4-%e1%84%8c%e1%85%b5%e1%86%ab%e1%84%83%e1%85%a1%e1%86%ab-%e1%84%83%e1%85%a1%e1%84%8b%e1%85%b5%e1%84%8b%e1%85%a5%e1%84%80%e1%85%b3%e1%84%85%e1%85%a2%e1%86%b7","status":"publish","type":"post","link":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%8c%e1%85%b5%e1%86%ab%e1%84%83%e1%85%a1%e1%86%ab-%e1%84%83%e1%85%a1%e1%84%8b%e1%85%b5%e1%84%8b%e1%85%a5%e1%84%80%e1%85%b3%e1%84%85%e1%85%a2%e1%86%b7\/","title":{"rendered":"R\uc5d0\uc11c \uc9c4\ub2e8 \ud50c\ub86f\uc744 \ud574\uc11d\ud558\ub294 \ubc29\ubc95"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">\uc120\ud615 \ud68c\uadc0 \ubaa8\ub378\uc740 \ud558\ub098 \uc774\uc0c1\uc758 \uc608\uce21 \ubcc0\uc218\uc640 \ubc18\uc751 \ubcc0\uc218 \uac04\uc758 \uad00\uacc4\ub97c \uc124\uba85\ud558\ub294 \ub370 \uc0ac\uc6a9\ub429\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uadf8\ub7ec\ub098 \ud68c\uadc0 \ubaa8\ub378\uc744 \uc801\uc6a9\ud55c \ud6c4\uc5d0\ub294 <strong>\uc9c4\ub2e8 \ud50c\ub86f\uc744<\/strong> \uc0dd\uc131\ud558\uc5ec \ubaa8\ub378 \uc794\ucc28\ub97c \ubd84\uc11d\ud558\uace0 \uc120\ud615 \ubaa8\ub378\uc774 \uc791\uc5c5 \uc911\uc778 \ud2b9\uc815 \ub370\uc774\ud130\uc5d0 \uc0ac\uc6a9\ud558\uae30\uc5d0 \uc801\ud569\ud55c\uc9c0 \ud655\uc778\ud558\ub294 \uac83\uc774 \uc88b\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc5d0\uc11c \ud2b9\uc815 \ud68c\uadc0 \ubaa8\ub378\uc5d0 \ub300\ud55c \uc9c4\ub2e8 \ud50c\ub86f\uc744 \uc0dd\uc131\ud558\uace0 \ud574\uc11d\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.<\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>\uc608: R\uc5d0\uc11c \uc9c4\ub2e8 \ud50c\ub86f \uc0dd\uc131 \ubc0f \ud574\uc11d<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">\ud2b9\uc815 \uc218\uc5c5\uc5d0\uc11c \ud559\uc0dd\ub4e4\uc758 &#8220;\uc2dc\ud5d8 \uc131\uc801&#8221;\uc744 \uc608\uce21\ud558\uae30 \uc704\ud574 &#8220;\uacf5\ubd80\ud55c \uc2dc\uac04&#8221;\uc744 \uc0ac\uc6a9\ud558\uc5ec \uac04\ub2e8\ud55c \uc120\ud615 \ud68c\uadc0 \ubaa8\ub378\uc744 \uc801\ud569\ud558\ub2e4\uace0 \uac00\uc815\ud574 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#create data frame<\/span>\ndf &lt;- data. <span style=\"color: #3366ff;\">frame<\/span> (hours=c(1, 1, 2, 2, 2, 3, 3, 4, 4, 4, 4, 5, 5, 6),\n                 score=c(67, 65, 68, 77, 73, 79, 81, 88, 80, 67, 84, 93, 90, 91)) \n\n<span style=\"color: #008080;\">#fit linear regression model<\/span>\nmodel = lm(score ~ hours, data=df)\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\"><strong>\ud50c\ub86f()<\/strong> \uba85\ub839\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc774 \ud68c\uadc0 \ubaa8\ub378\uc5d0 \ub300\ud55c 4\uac1c\uc758 \uc9c4\ub2e8 \ud50c\ub86f\uc744 \uc0dd\uc131\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span> <\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#produce diagnostic plots for regression model\n<\/span>plot(model)\n<\/strong><\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-18595\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/diagnostic1.png\" alt=\"R\uc758 \uc9c4\ub2e8 \ud50c\ub86f\" width=\"676\" height=\"664\" srcset=\"\" sizes=\"auto, \"><\/p>\n<h3> <span style=\"color: #000000;\"><strong>\uc9c4\ub2e8 \ucc28\ud2b8 #1: \uc794\ucc28 vs. \ub808\ubc84\ub9ac\uc9c0 \ucc28\ud2b8<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">\uc774 \uadf8\ub798\ud504\ub294 \uc601\ud5a5\ub825 \uc788\ub294 \uad00\ucc30\uc744 \uc2dd\ubcc4\ud558\ub294 \ub370 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \uc774 \uadf8\ub798\ud504\uc758 \uc810\uc774 Cook\uc758 \uac70\ub9ac(\uc810\uc120)\ub97c \ubc97\uc5b4\ub098\uba74 \uc774\ub294 \uc601\ud5a5\ub825 \uc788\ub294 \uad00\ucc30\uc785\ub2c8\ub2e4.<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-18596\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/diagnostic2.png\" alt=\"R\uc5d0\uc11c \uc794\ucc28 \ubc0f \ub808\ubc84\ub9ac\uc9c0 \ud50c\ub85c\ud305\" width=\"479\" height=\"456\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">\uc774 \uc608\uc5d0\uc11c\ub294 \uad00\uce21\uce58 #10\uc774 Cook \uac70\ub9ac \ud55c\uacc4\uc5d0 \uac00\uc7a5 \uac00\uae5d\uc9c0\ub9cc \uc810\uc120\uc744 \ubc97\uc5b4\ub098\uc9c0 \uc54a\ub294\ub2e4\ub294 \uac83\uc744 \uc54c \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774\ub294 \uc6b0\ub9ac \ub370\uc774\ud130 \uc138\ud2b8\uc5d0 \uc9c0\ub098\uce58\uac8c \uc601\ud5a5\ub825 \uc788\ub294 \ud3ec\uc778\ud2b8\uac00 \uc5c6\ub2e4\ub294 \uac83\uc744 \uc758\ubbf8\ud569\ub2c8\ub2e4.<\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>\uc9c4\ub2e8 \ud50c\ub86f #2: \uaddc\ubaa8 \ubc0f \uc704\uce58 \ud50c\ub86f<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">\uc774 \uadf8\ub798\ud504\ub294 \ud68c\uadc0 \ubaa8\ub378\uc758 \uc794\ucc28 \uac04\uc758 \ubd84\uc0b0 \uade0\ub4f1\uc131(&#8220;\ub3d9\ubd84\uc0b0\uc131&#8221;\uc774\ub77c\uace0\ub3c4 \ud568) \uac00\uc815\uc744 \ud655\uc778\ud558\ub294 \ub370 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \ube68\uac04\uc0c9 \uc120\uc774 \uadf8\ub9bc\uc5d0\uc11c \ub300\ub7b5 \uc218\ud3c9\uc774\uba74 \ub4f1\ubd84\uc0b0 \uac00\uc815\uc774 \ucda9\uc871\ub420 \uac00\ub2a5\uc131\uc774 \ub192\uc2b5\ub2c8\ub2e4.<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-18597 \" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/diagnostic3.png\" alt=\"R\uc758 \uaddc\ubaa8\uc640 \uc704\uce58\uc5d0 \ub9de\ucdb0 \ud50c\ub86f\ub428\" width=\"480\" height=\"463\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">\uc774 \uc608\uc5d0\uc11c\ub294 \ube68\uac04\uc0c9 \uc120\uc774 \ud50c\ub86f\uc5d0\uc11c \uc815\ud655\ud788 \uc218\ud3c9\uc774 \uc544\ub2c8\uc9c0\ub9cc \uc5b4\ub5a4 \uc9c0\uc810\uc5d0\uc11c\ub3c4 \ub108\ubb34 \ud06c\uac8c \ubc97\uc5b4\ub098\uc9c0 \uc54a\ub294\ub2e4\ub294 \uac83\uc744 \uc54c \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc6b0\ub9ac\ub294 \uc544\ub9c8\ub3c4 \uc774 \uacbd\uc6b0 \ub4f1\ubd84\uc0b0 \uac00\uc815\uc774 \uc704\ubc18\ub418\uc9c0 \uc54a\ub294\ub2e4\uace0 \ub9d0\ud560 \uac83\uc785\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>\uad00\ub828 \ud56d\ubaa9:<\/strong><\/span> <a href=\"https:\/\/statorials.org\/ko\/\u110b\u1175\u1107\u116e\u11ab\u1109\u1161\u11ab\u1109\u1165\u11bc-\u1112\u116c\u1100\u1171\/\" target=\"_blank\" rel=\"noopener\">\ud68c\uadc0 \ubd84\uc11d\uc758 \uc774\ubd84\uc0b0\uc131 \uc774\ud574<\/a><\/p>\n<h3> <span style=\"color: #000000;\"><strong>\uc9c4\ub2e8 \ucd94\uc801 #3: \uc77c\ubc18 QQ \ucd94\uc801<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">\uc774 \ub3c4\ud45c\ub294 \ud68c\uadc0 \ubaa8\ub378\uc758 \uc794\ucc28\uac00 \uc815\uaddc \ubd84\ud3ec\ub97c \ub530\ub974\ub294\uc9c0 \ud655\uc778\ud558\ub294 \ub370 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \uc774 \uadf8\ub798\ud504\uc758 \uc810\ub4e4\uc774 \ub300\ub7b5 \uc9c1\uc120 \ub300\uac01\uc120\uc744 \ub530\ub77c \ub193\uc5ec \uc788\uc73c\uba74 \uc794\ucc28\uac00 \uc815\uaddc \ubd84\ud3ec\ub97c \ub530\ub978\ub2e4\uace0 \uac00\uc815\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-18598 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/diagnostic4.png\" alt=\"\" width=\"477\" height=\"468\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">\uc774 \uc608\uc5d0\uc11c\ub294 \uc810\ub4e4\uc774 \ub300\ub7b5 \ub300\uac01\uc120 \uc9c1\uc120\uc744 \ub530\ub77c \ub193\uc5ec \uc788\ub294 \uac83\uc744 \ubcfc \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uad00\uce21\uce58 #10\uacfc #8\uc740 \ub05d \ubd80\ubd84\uc758 \uc120\uc5d0\uc11c \uc57d\uac04 \ubc97\uc5b4\ub0ac\uc9c0\ub9cc \uc794\ucc28\uac00 \uc815\uaddc \ubd84\ud3ec\ub97c \ub530\ub974\uc9c0 \uc54a\ub294\ub2e4\uace0 \uc120\uc5b8\ud558\uae30\uc5d0\ub294 \ucda9\ubd84\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>\uc9c4\ub2e8 \ud50c\ub86f #4: \uc794\ucc28 \ub300 \uc794\ucc28 \uc870\uc815\ub41c \ud50c\ub86f<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">\uc774 \ud50c\ub86f\uc740 \uc794\ucc28\uac00 \ube44\uc120\ud615 \ud328\ud134\uc744 \ub098\ud0c0\ub0b4\ub294\uc9c0 \uc5ec\ubd80\ub97c \ud655\uc778\ud558\ub294 \ub370 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \ud50c\ub86f \uc911\uc559\uc758 \ube68\uac04\uc0c9 \uc120\uc774 \ub300\ub7b5 \uc218\ud3c9\uc774\uba74 \uc794\ucc28\uac00 \uc120\ud615 \ud328\ud134\uc744 \ub530\ub978\ub2e4\uace0 \uac00\uc815\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-18599 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/diagnostic5.png\" alt=\"\" width=\"480\" height=\"472\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">\uc774 \uc608\uc5d0\uc11c\ub294 \ube68\uac04\uc0c9 \uc120\uc774 \uc644\ubcbd\ud55c \uc218\ud3c9\uc120\uc5d0\uc11c \ubc97\uc5b4\ub098\uc9c0\ub9cc \ud06c\uac8c \ubc97\uc5b4\ub098\ub294 \uac83\uc744 \ubcfc \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc6b0\ub9ac\ub294 \uc794\ucc28\uac00 \ub300\ub7b5 \uc120\ud615 \ud328\ud134\uc744 \ub530\ub974\uba70 \uc120\ud615 \ud68c\uadc0 \ubaa8\ub378\uc774 \uc774 \ub370\uc774\ud130 \uc138\ud2b8\uc5d0 \uc801\ud569\ud558\ub2e4\uace0 \ub9d0\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4.<\/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\/\u1109\u1165\u11ab\u1112\u1167\u11bc-\u1112\u116c\u1100\u1171-\u1100\u1161\u110c\u1165\u11bc\/\" target=\"_blank\" rel=\"noopener\">\uc120\ud615 \ud68c\uadc0\uc758 \ub124 \uac00\uc9c0 \uac00\uc815<\/a><br \/> <a href=\"https:\/\/statorials.org\/ko\/\u110c\u1161\u11ab\u110b\u1167\u1106\u116e\u11af\/\" target=\"_blank\" rel=\"noopener\">\ud1b5\uacc4\uc5d0\uc11c \uc794\ucc28\ub780 \ubb34\uc5c7\uc785\ub2c8\uae4c?<\/a><br \/> <a href=\"https:\/\/statorials.org\/ko\/\u110c\u1161\u11ab\u110b\u1167-\u110e\u116e\u110c\u1165\u11a8-r\/\" target=\"_blank\" rel=\"noopener\">R\uc5d0\uc11c \uc794\ucc28 \ud50c\ub86f\uc744 \ub9cc\ub4dc\ub294 \ubc29\ubc95<\/a><br \/> <a href=\"https:\/\/statorials.org\/ko\/\u1112\u116a\u11a8\u110c\u1161\u11bc\u1112\u1161\u11af-\u110b\u1171\u110e\u1175\/\" target=\"_blank\" rel=\"noopener\">\ucd95\ucc99 \ubc0f \uc704\uce58 \ub3c4\ud45c\ub97c \ud574\uc11d\ud558\ub294 \ubc29\ubc95<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\uc120\ud615 \ud68c\uadc0 \ubaa8\ub378\uc740 \ud558\ub098 \uc774\uc0c1\uc758 \uc608\uce21 \ubcc0\uc218\uc640 \ubc18\uc751 \ubcc0\uc218 \uac04\uc758 \uad00\uacc4\ub97c \uc124\uba85\ud558\ub294 \ub370 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \uadf8\ub7ec\ub098 \ud68c\uadc0 \ubaa8\ub378\uc744 \uc801\uc6a9\ud55c \ud6c4\uc5d0\ub294 \uc9c4\ub2e8 \ud50c\ub86f\uc744 \uc0dd\uc131\ud558\uc5ec \ubaa8\ub378 \uc794\ucc28\ub97c \ubd84\uc11d\ud558\uace0 \uc120\ud615 \ubaa8\ub378\uc774 \uc791\uc5c5 \uc911\uc778 \ud2b9\uc815 \ub370\uc774\ud130\uc5d0 \uc0ac\uc6a9\ud558\uae30\uc5d0 \uc801\ud569\ud55c\uc9c0 \ud655\uc778\ud558\ub294 \uac83\uc774 \uc88b\uc2b5\ub2c8\ub2e4. \uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc5d0\uc11c \ud2b9\uc815 \ud68c\uadc0 \ubaa8\ub378\uc5d0 \ub300\ud55c \uc9c4\ub2e8 \ud50c\ub86f\uc744 \uc0dd\uc131\ud558\uace0 \ud574\uc11d\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4. \uc608: R\uc5d0\uc11c \uc9c4\ub2e8 \ud50c\ub86f \uc0dd\uc131 \ubc0f [&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-1963","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 - Statorials\uc5d0\uc11c \uc9c4\ub2e8 \ud50c\ub86f\uc744 \ud574\uc11d\ud558\ub294 \ubc29\ubc95<\/title>\n<meta name=\"description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc5d0\uc11c \uc120\ud615 \ud68c\uadc0 \ubaa8\ub378\uc5d0 \ub300\ud55c \uc9c4\ub2e8 \ud50c\ub86f\uc744 \uc0dd\uc131\ud558\uace0 \ud574\uc11d\ud558\ub294 \ubc29\ubc95\uc744 \uc608\uc81c\uc640 \ud568\uaed8 \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-\u110c\u1175\u11ab\u1103\u1161\u11ab-\u1103\u1161\u110b\u1175\u110b\u1165\u1100\u1173\u1105\u1162\u11b7\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"R - Statorials\uc5d0\uc11c \uc9c4\ub2e8 \ud50c\ub86f\uc744 \ud574\uc11d\ud558\ub294 \ubc29\ubc95\" \/>\n<meta property=\"og:description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc5d0\uc11c \uc120\ud615 \ud68c\uadc0 \ubaa8\ub378\uc5d0 \ub300\ud55c \uc9c4\ub2e8 \ud50c\ub86f\uc744 \uc0dd\uc131\ud558\uace0 \ud574\uc11d\ud558\ub294 \ubc29\ubc95\uc744 \uc608\uc81c\uc640 \ud568\uaed8 \uc124\uba85\ud569\ub2c8\ub2e4.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/ko\/r\u110b\u1174-\u110c\u1175\u11ab\u1103\u1161\u11ab-\u1103\u1161\u110b\u1175\u110b\u1165\u1100\u1173\u1105\u1162\u11b7\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-24T06:59:35+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/diagnostic1.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%8c%e1%85%b5%e1%86%ab%e1%84%83%e1%85%a1%e1%86%ab-%e1%84%83%e1%85%a1%e1%84%8b%e1%85%b5%e1%84%8b%e1%85%a5%e1%84%80%e1%85%b3%e1%84%85%e1%85%a2%e1%86%b7\/\",\"url\":\"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%8c%e1%85%b5%e1%86%ab%e1%84%83%e1%85%a1%e1%86%ab-%e1%84%83%e1%85%a1%e1%84%8b%e1%85%b5%e1%84%8b%e1%85%a5%e1%84%80%e1%85%b3%e1%84%85%e1%85%a2%e1%86%b7\/\",\"name\":\"R - Statorials\uc5d0\uc11c \uc9c4\ub2e8 \ud50c\ub86f\uc744 \ud574\uc11d\ud558\ub294 \ubc29\ubc95\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/ko\/#website\"},\"datePublished\":\"2023-07-24T06:59:35+00:00\",\"dateModified\":\"2023-07-24T06:59:35+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4\"},\"description\":\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc5d0\uc11c \uc120\ud615 \ud68c\uadc0 \ubaa8\ub378\uc5d0 \ub300\ud55c \uc9c4\ub2e8 \ud50c\ub86f\uc744 \uc0dd\uc131\ud558\uace0 \ud574\uc11d\ud558\ub294 \ubc29\ubc95\uc744 \uc608\uc81c\uc640 \ud568\uaed8 \uc124\uba85\ud569\ub2c8\ub2e4.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%8c%e1%85%b5%e1%86%ab%e1%84%83%e1%85%a1%e1%86%ab-%e1%84%83%e1%85%a1%e1%84%8b%e1%85%b5%e1%84%8b%e1%85%a5%e1%84%80%e1%85%b3%e1%84%85%e1%85%a2%e1%86%b7\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%8c%e1%85%b5%e1%86%ab%e1%84%83%e1%85%a1%e1%86%ab-%e1%84%83%e1%85%a1%e1%84%8b%e1%85%b5%e1%84%8b%e1%85%a5%e1%84%80%e1%85%b3%e1%84%85%e1%85%a2%e1%86%b7\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%8c%e1%85%b5%e1%86%ab%e1%84%83%e1%85%a1%e1%86%ab-%e1%84%83%e1%85%a1%e1%84%8b%e1%85%b5%e1%84%8b%e1%85%a5%e1%84%80%e1%85%b3%e1%84%85%e1%85%a2%e1%86%b7\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\uc9d1\",\"item\":\"https:\/\/statorials.org\/ko\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"R\uc5d0\uc11c \uc9c4\ub2e8 \ud50c\ub86f\uc744 \ud574\uc11d\ud558\ub294 \ubc29\ubc95\"}]},{\"@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 - Statorials\uc5d0\uc11c \uc9c4\ub2e8 \ud50c\ub86f\uc744 \ud574\uc11d\ud558\ub294 \ubc29\ubc95","description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc5d0\uc11c \uc120\ud615 \ud68c\uadc0 \ubaa8\ub378\uc5d0 \ub300\ud55c \uc9c4\ub2e8 \ud50c\ub86f\uc744 \uc0dd\uc131\ud558\uace0 \ud574\uc11d\ud558\ub294 \ubc29\ubc95\uc744 \uc608\uc81c\uc640 \ud568\uaed8 \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-\u110c\u1175\u11ab\u1103\u1161\u11ab-\u1103\u1161\u110b\u1175\u110b\u1165\u1100\u1173\u1105\u1162\u11b7\/","og_locale":"ko_KR","og_type":"article","og_title":"R - Statorials\uc5d0\uc11c \uc9c4\ub2e8 \ud50c\ub86f\uc744 \ud574\uc11d\ud558\ub294 \ubc29\ubc95","og_description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc5d0\uc11c \uc120\ud615 \ud68c\uadc0 \ubaa8\ub378\uc5d0 \ub300\ud55c \uc9c4\ub2e8 \ud50c\ub86f\uc744 \uc0dd\uc131\ud558\uace0 \ud574\uc11d\ud558\ub294 \ubc29\ubc95\uc744 \uc608\uc81c\uc640 \ud568\uaed8 \uc124\uba85\ud569\ub2c8\ub2e4.","og_url":"https:\/\/statorials.org\/ko\/r\u110b\u1174-\u110c\u1175\u11ab\u1103\u1161\u11ab-\u1103\u1161\u110b\u1175\u110b\u1165\u1100\u1173\u1105\u1162\u11b7\/","og_site_name":"Statorials","article_published_time":"2023-07-24T06:59:35+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/diagnostic1.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%8c%e1%85%b5%e1%86%ab%e1%84%83%e1%85%a1%e1%86%ab-%e1%84%83%e1%85%a1%e1%84%8b%e1%85%b5%e1%84%8b%e1%85%a5%e1%84%80%e1%85%b3%e1%84%85%e1%85%a2%e1%86%b7\/","url":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%8c%e1%85%b5%e1%86%ab%e1%84%83%e1%85%a1%e1%86%ab-%e1%84%83%e1%85%a1%e1%84%8b%e1%85%b5%e1%84%8b%e1%85%a5%e1%84%80%e1%85%b3%e1%84%85%e1%85%a2%e1%86%b7\/","name":"R - Statorials\uc5d0\uc11c \uc9c4\ub2e8 \ud50c\ub86f\uc744 \ud574\uc11d\ud558\ub294 \ubc29\ubc95","isPartOf":{"@id":"https:\/\/statorials.org\/ko\/#website"},"datePublished":"2023-07-24T06:59:35+00:00","dateModified":"2023-07-24T06:59:35+00:00","author":{"@id":"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4"},"description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc5d0\uc11c \uc120\ud615 \ud68c\uadc0 \ubaa8\ub378\uc5d0 \ub300\ud55c \uc9c4\ub2e8 \ud50c\ub86f\uc744 \uc0dd\uc131\ud558\uace0 \ud574\uc11d\ud558\ub294 \ubc29\ubc95\uc744 \uc608\uc81c\uc640 \ud568\uaed8 \uc124\uba85\ud569\ub2c8\ub2e4.","breadcrumb":{"@id":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%8c%e1%85%b5%e1%86%ab%e1%84%83%e1%85%a1%e1%86%ab-%e1%84%83%e1%85%a1%e1%84%8b%e1%85%b5%e1%84%8b%e1%85%a5%e1%84%80%e1%85%b3%e1%84%85%e1%85%a2%e1%86%b7\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%8c%e1%85%b5%e1%86%ab%e1%84%83%e1%85%a1%e1%86%ab-%e1%84%83%e1%85%a1%e1%84%8b%e1%85%b5%e1%84%8b%e1%85%a5%e1%84%80%e1%85%b3%e1%84%85%e1%85%a2%e1%86%b7\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%8c%e1%85%b5%e1%86%ab%e1%84%83%e1%85%a1%e1%86%ab-%e1%84%83%e1%85%a1%e1%84%8b%e1%85%b5%e1%84%8b%e1%85%a5%e1%84%80%e1%85%b3%e1%84%85%e1%85%a2%e1%86%b7\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\uc9d1","item":"https:\/\/statorials.org\/ko\/"},{"@type":"ListItem","position":2,"name":"R\uc5d0\uc11c \uc9c4\ub2e8 \ud50c\ub86f\uc744 \ud574\uc11d\ud558\ub294 \ubc29\ubc95"}]},{"@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\/1963","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=1963"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/posts\/1963\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/media?parent=1963"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/categories?post=1963"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/tags?post=1963"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}