{"id":474,"date":"2023-07-29T19:05:27","date_gmt":"2023-07-29T19:05:27","guid":{"rendered":"https:\/\/statorials.org\/ko\/%e1%84%83%e1%85%a1%e1%84%92%e1%85%a1%e1%86%bc%e1%84%89%e1%85%b5%e1%86%a8-%e1%84%92%e1%85%ac%e1%84%80%e1%85%b1-r\/"},"modified":"2023-07-29T19:05:27","modified_gmt":"2023-07-29T19:05:27","slug":"%e1%84%83%e1%85%a1%e1%84%92%e1%85%a1%e1%86%bc%e1%84%89%e1%85%b5%e1%86%a8-%e1%84%92%e1%85%ac%e1%84%80%e1%85%b1-r","status":"publish","type":"post","link":"https:\/\/statorials.org\/ko\/%e1%84%83%e1%85%a1%e1%84%92%e1%85%a1%e1%86%bc%e1%84%89%e1%85%b5%e1%86%a8-%e1%84%92%e1%85%ac%e1%84%80%e1%85%b1-r\/","title":{"rendered":"R\uc758 \ub2e4\ud56d\uc2dd \ud68c\uadc0(\ub2e8\uacc4\ubcc4)"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\"><a href=\"https:\/\/statorials.org\/ko\/\u1103\u1161\u1112\u1161\u11bc\u1109\u1175\u11a8-\u1112\u116c\u1100\u1171-1\/\" target=\"_blank\" rel=\"noopener noreferrer\">\ub2e4\ud56d\uc2dd \ud68c\uadc0\ub294<\/a> \uc608\uce21 \ubcc0\uc218\uc640 <a href=\"https:\/\/statorials.org\/ko\/\u1107\u1167\u11ab\u1109\u116e-\u1109\u1165\u11af\u1106\u1167\u11bc-\u110b\u1173\u11bc\u1103\u1161\u11b8\/\" target=\"_blank\" rel=\"noopener noreferrer\">\uc751\ub2f5 \ubcc0\uc218<\/a> \uac04\uc758 \uad00\uacc4\uac00 \ube44\uc120\ud615\uc77c \ub54c \uc0ac\uc6a9\ud560 \uc218 \uc788\ub294 \uae30\uc220\uc785\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc774\ub7ec\ud55c \uc720\ud615\uc758 \ud68c\uadc0\ub294 \ub2e4\uc74c\uacfc \uac19\uc740 \ud615\uc2dd\uc744 \ucde8\ud569\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Y = \u03b2 <sub>0<\/sub> <sup>+<\/sup> \u03b2 <sub>1<\/sub> X + \u03b2 <sub>2<\/sub> X <sup>2<\/sup> + \u2026 + \u03b2 <sub>h<\/sub><\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc5ec\uae30\uc11c <em>h<\/em> \ub294 \ub2e4\ud56d\uc2dd\uc758 &#8220;\ucc28\uc218&#8221;\uc785\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc5d0\uc11c \ub2e4\ud56d\uc2dd \ud68c\uadc0\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud55c \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;\">\uc774 \uc608\uc5d0\uc11c\ub294 \ud559\uc0dd 50\uba85\uc5d0 \ub300\ud55c \ud559\uc2b5 \uc2dc\uac04\uacfc \ucd5c\uc885 \uc2dc\ud5d8 \uc131\uc801\uc774 \ud3ec\ud568\ub41c \ub370\uc774\ud130 \uc138\ud2b8\ub97c \ub9cc\ub4ed\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #e5e5e5; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#make this example reproducible<\/span>\nset.seed(1)\n\n<span style=\"color: #008080;\">#create dataset\n<\/span>df &lt;- data.frame(hours = <span style=\"color: #3366ff;\">runif<\/span> (50, 5, 15), score=50)\ndf$score = df$score + df$hours^3\/150 + df$hours* <span style=\"color: #3366ff;\">runif<\/span> (50, 1, 2)\n\n<span style=\"color: #008080;\">#view first six rows of data\n<\/span>head(data)\n\n      hours score\n1 7.655087 64.30191\n2 8.721239 70.65430\n3 10.728534 73.66114\n4 14.082078 86.14630\n5 7.016819 59.81595\n6 13.983897 83.60510\n<\/strong><\/pre>\n<h3> <span style=\"color: #000000;\"><strong>2\ub2e8\uacc4: \ub370\uc774\ud130 \uc2dc\uac01\ud654<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">\ud68c\uadc0 \ubaa8\ub378\uc744 \ub370\uc774\ud130\uc5d0 \ub9de\ucd94\uae30 \uc804\uc5d0 \uba3c\uc800 \uacf5\ubd80 \uc2dc\uac04\uacfc \uc2dc\ud5d8 \uc810\uc218 \uc0ac\uc774\uc758 \uad00\uacc4\ub97c \uc2dc\uac01\ud654\ud558\ub294 \uc0b0\uc810\ub3c4\ub97c \ub9cc\ub4e4\uc5b4 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4.<\/span> <\/p>\n<pre style=\"background-color: #e5e5e5; font-size: 15px;\"> <strong><span style=\"color: #993300;\">library<\/span> (ggplot2)\n\nggplot(df, <span style=\"color: #3366ff;\">aes<\/span> (x=hours, y=score)) +\n  geom_point()<\/strong> <\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-12001 \" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/poly1-1.png\" alt=\"\" width=\"457\" height=\"450\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">\ub370\uc774\ud130\uc5d0 \uc57d\uac04\uc758 2\ucc28 \uad00\uacc4\uac00 \uc788\ub2e4\ub294 \uac83\uc744 \uc54c \uc218 \uc788\ub294\ub370, \uc774\ub294 \ub2e4\ud56d\uc2dd \ud68c\uadc0\uac00 \ub2e8\uc21c \uc120\ud615 \ud68c\uadc0\ubcf4\ub2e4 \ub370\uc774\ud130\uc5d0 \ub354 \uc798 \ub9de\uc744 \uc218 \uc788\uc74c\uc744 \ub098\ud0c0\ub0c5\ub2c8\ub2e4.<\/span><\/p>\n<h3> <strong><span style=\"color: #000000;\">3\ub2e8\uacc4: \ub2e4\ud56d \ud68c\uadc0 \ubaa8\ub378 \ud53c\ud305<\/span><\/strong><\/h3>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c\uc73c\ub85c, \ucc28\uc218 <em>h<\/em> = 1\u20265\uc778 5\uac1c\uc758 \uc11c\ub85c \ub2e4\ub978 \ub2e4\ud56d\uc2dd \ud68c\uadc0 \ubaa8\ub378\uc744 \ud53c\ud305\ud558\uace0 k = 10\ubc88\uc73c\ub85c k\uacb9 \uad50\ucc28 \uac80\uc99d\uc744 \uc0ac\uc6a9\ud558\uc5ec \uac01 \ubaa8\ub378\uc5d0 \ub300\ud55c MSE \ud14c\uc2a4\ud2b8\ub97c \uacc4\uc0b0\ud569\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #e5e5e5; font-size: 15px;\"> <span style=\"color: #000000;\"><strong><span style=\"color: #008080;\">#randomly shuffle data\n<\/span>df.shuffled &lt;- df[ <span style=\"color: #3366ff;\">sample<\/span> ( <span style=\"color: #3366ff;\">nrow<\/span> (df)),]\n\n<span style=\"color: #008080;\">#define number of folds to use for k-fold cross-validation\n<\/span>K &lt;- 10 \n\n<span style=\"color: #008080;\">#define degree of polynomials to fit\n<\/span>degree &lt;- 5\n\n<span style=\"color: #008080;\">#create k equal-sized folds\n<\/span>folds &lt;- cut( <span style=\"color: #3366ff;\">seq<\/span> (1, <span style=\"color: #3366ff;\">nrow<\/span> (df.shuffled)), breaks=K, labels= <span style=\"color: #008000;\">FALSE<\/span> )\n\n<span style=\"color: #008080;\">#create object to hold MSE's of models\n<\/span>mse = matrix(data=NA,nrow=K,ncol=degree)\n\n<span style=\"color: #008080;\">#Perform K-fold cross validation\n<\/span><span style=\"color: #008000;\">for<\/span> (i <span style=\"color: #008000;\">in<\/span> 1:K){\n    \n<span style=\"color: #008080;\">#define training and testing data\n<\/span>testIndexes &lt;- <span style=\"color: #3366ff;\">which<\/span> (folds==i,arr.ind= <span style=\"color: #008000;\">TRUE<\/span> )\n    testData &lt;- df.shuffled[testIndexes, ]\n    trainData &lt;- df.shuffled[-testIndexes, ]\n    \n<span style=\"color: #008080;\">#use k-fold cv to evaluate models\n<\/span>for (j in 1:degree){\n        fit.train = <span style=\"color: #3366ff;\">lm<\/span> (score ~ <span style=\"color: #3366ff;\">poly<\/span> (hours,d), data=trainData)\n        fit.test = <span style=\"color: #3366ff;\">predict<\/span> (fit.train, newdata=testData)\n        mse[i,j] = <span style=\"color: #3366ff;\">mean<\/span> ((fit.test-testData$score)^2) \n    }\n}\n\n<span style=\"color: #008080;\">#find MSE for each degree \n<\/span>colMeans(mse)\n\n[1] 9.802397 8.748666 9.601865 10.592569 13.545547\n<\/strong><\/span><\/pre>\n<p> <span style=\"color: #000000;\">\uacb0\uacfc\uc5d0\uc11c \uac01 \ubaa8\ub378\uc5d0 \ub300\ud55c MSE \ud14c\uc2a4\ud2b8\ub97c \ubcfc \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\">h = 1\uc778 MSE \ud14c\uc2a4\ud2b8: <strong>9.80<\/strong><\/span><\/li>\n<li> <span style=\"color: #000000;\">h = 2\uc778 MSE \ud14c\uc2a4\ud2b8: <strong>8.75<\/strong><\/span><\/li>\n<li> <span style=\"color: #000000;\">h = 3\uc778 MSE \ud14c\uc2a4\ud2b8: <strong>9.60<\/strong><\/span><\/li>\n<li> <span style=\"color: #000000;\">h = 4\uc778 MSE \ud14c\uc2a4\ud2b8: <strong>10.59<\/strong><\/span><\/li>\n<li> <span style=\"color: #000000;\">h = 5\uc778 MSE \ud14c\uc2a4\ud2b8: <strong>13.55<\/strong><\/span><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\">\ud14c\uc2a4\ud2b8 MSE\uac00 \uac00\uc7a5 \ub0ae\uc740 \ubaa8\ub378\uc740 \ucc28\uc218 <em>h<\/em> = 2\uc778 \ub2e4\ud56d\uc2dd \ud68c\uadc0 \ubaa8\ub378\ub85c \ub098\ud0c0\ub0ac\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc774\ub294 \uc6d0\ub798 \uc0b0\uc810\ub3c4\uc758 \uc9c1\uad00\uacfc \uc77c\uce58\ud569\ub2c8\ub2e4. \uc989, 2\ucc28 \ud68c\uadc0 \ubaa8\ub378\uc774 \ub370\uc774\ud130\uc5d0 \uac00\uc7a5 \uc801\ud569\ud569\ub2c8\ub2e4.<\/span><\/p>\n<h3> <strong><span style=\"color: #000000;\">4\ub2e8\uacc4: \ucd5c\uc885 \ubaa8\ub378 \ubd84\uc11d<\/span><\/strong><\/h3>\n<p> <span style=\"color: #000000;\">\ub9c8\uc9c0\ub9c9\uc73c\ub85c, \uac00\uc7a5 \uc131\ub2a5\uc774 \uc88b\uc740 \ubaa8\ub378\uc758 \uacc4\uc218\ub97c \uc5bb\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #e5e5e5; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#fit best model<\/span>\nbest = <span style=\"color: #3366ff;\">lm<\/span> (score ~ <span style=\"color: #3366ff;\">poly<\/span> (hours,2, raw= <span style=\"color: #008000;\">T<\/span> ), data=df)\n\n<span style=\"color: #008080;\">#view summary of best model<\/span>\nsummary(best)\n\nCall:\nlm(formula = score ~ poly(hours, 2, raw = T), data = df)\n\nResiduals:\n    Min 1Q Median 3Q Max \n-5.6589 -2.0770 -0.4599 2.5923 4.5122 \n\nCoefficients:\n                         Estimate Std. Error t value Pr(&gt;|t|)    \n(Intercept) 54.00526 5.52855 9.768 6.78e-13 ***\npoly(hours, 2, raw = T)1 -0.07904 1.15413 -0.068 0.94569    \npoly(hours, 2, raw = T)2 0.18596 0.05724 3.249 0.00214 ** \n---\nSignificant. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\uacb0\uacfc\uc5d0\uc11c \ucd5c\uc885 \uc801\ud569 \ubaa8\ub378\uc740 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc810\uc218 = 54.00526 \u2013 0.07904*(\uc2dc\uac04) + 0.18596*(\uc2dc\uac04) <sup>2<\/sup><\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc774 \ubc29\uc815\uc2dd\uc744 \uc0ac\uc6a9\ud558\uc5ec \ud559\uc0dd\uc774 \uacf5\ubd80\ud55c \uc2dc\uac04\uc744 \uae30\uc900\uc73c\ub85c \ubc1b\uac8c \ub420 \uc810\uc218\ub97c \ucd94\uc815\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc608\ub97c \ub4e4\uc5b4, 10\uc2dc\uac04 \uacf5\ubd80\ud55c \ud559\uc0dd\uc740 <strong>71.81<\/strong> \uc810\uc744 \ubc1b\uc544\uc57c \ud569\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc810\uc218 = 54.00526 \u2013 0.07904*(10) + 0.18596*(10) <sup>2<\/sup> = 71.81<\/span><\/p>\n<p> <span style=\"color: #000000;\">\ub610\ud55c \ud53c\ud305\ub41c \ubaa8\ub378\uc744 \ud50c\ub86f\ud558\uc5ec \uc6d0\uc2dc \ub370\uc774\ud130\uc5d0 \uc5bc\ub9c8\ub098 \uc798 \ub9de\ub294\uc9c0 \ud655\uc778\ud560 \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4.<\/span> <\/p>\n<pre style=\"background-color: #e5e5e5; font-size: 15px;\"> <strong>ggplot(df, <span style=\"color: #3366ff;\">aes<\/span> (x=hours, y=score)) + \n          geom_point() +\n          stat_smooth(method=' <span style=\"color: #008000;\">lm<\/span> ', formula = y ~ <span style=\"color: #3366ff;\">poly<\/span> (x,2), size = 1) + \n          xlab(' <span style=\"color: #008000;\">Hours Studied<\/span> ') +\n          ylab(' <span style=\"color: #008000;\">Score<\/span> ')<\/strong> <\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-12002 \" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/poly2.png\" alt=\"R\uc758 \ub2e4\ud56d\uc2dd \ud68c\uadc0\" width=\"446\" height=\"449\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">\uc774 \uc608\uc81c\uc5d0 \uc0ac\uc6a9\ub41c \uc804\uccb4 R \ucf54\ub4dc\ub294 <a href=\"https:\/\/github.com\/Statorials\/R-Guides\/blob\/main\/polynomial_regression.R\" target=\"_blank\" rel=\"noopener noreferrer\">\uc5ec\uae30\uc5d0\uc11c<\/a> \ucc3e\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\ub2e4\ud56d\uc2dd \ud68c\uadc0\ub294 \uc608\uce21 \ubcc0\uc218\uc640 \uc751\ub2f5 \ubcc0\uc218 \uac04\uc758 \uad00\uacc4\uac00 \ube44\uc120\ud615\uc77c \ub54c \uc0ac\uc6a9\ud560 \uc218 \uc788\ub294 \uae30\uc220\uc785\ub2c8\ub2e4. \uc774\ub7ec\ud55c \uc720\ud615\uc758 \ud68c\uadc0\ub294 \ub2e4\uc74c\uacfc \uac19\uc740 \ud615\uc2dd\uc744 \ucde8\ud569\ub2c8\ub2e4. Y = \u03b2 0 + \u03b2 1 X + \u03b2 2 X 2 + \u2026 + \u03b2 h \uc5ec\uae30\uc11c h \ub294 \ub2e4\ud56d\uc2dd\uc758 &#8220;\ucc28\uc218&#8221;\uc785\ub2c8\ub2e4. \uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc5d0\uc11c \ub2e4\ud56d\uc2dd \ud68c\uadc0\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud55c \ub2e8\uacc4\ubcc4 \uc608\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4. [&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-474","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\uc758 \ub2e4\ud56d\uc2dd \ud68c\uadc0(\ub2e8\uacc4\ubcc4) - \ud1b5\uacc4\ud559<\/title>\n<meta name=\"description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc740 \uc608\uc81c\ub97c \ud3ec\ud568\ud558\uc5ec R\uc5d0\uc11c \ub2e4\ud56d\uc2dd \ud68c\uadc0\ub97c \uc774\ud574\ud558\uace0 \uad6c\ud604\ud558\ub294 \ub370 \ub300\ud55c \uac04\ub2e8\ud55c \uac00\uc774\ub4dc\ub97c \uc81c\uacf5\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\/\u1103\u1161\u1112\u1161\u11bc\u1109\u1175\u11a8-\u1112\u116c\u1100\u1171-r\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"R\uc758 \ub2e4\ud56d\uc2dd \ud68c\uadc0(\ub2e8\uacc4\ubcc4) - \ud1b5\uacc4\ud559\" \/>\n<meta property=\"og:description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc740 \uc608\uc81c\ub97c \ud3ec\ud568\ud558\uc5ec R\uc5d0\uc11c \ub2e4\ud56d\uc2dd \ud68c\uadc0\ub97c \uc774\ud574\ud558\uace0 \uad6c\ud604\ud558\ub294 \ub370 \ub300\ud55c \uac04\ub2e8\ud55c \uac00\uc774\ub4dc\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/ko\/\u1103\u1161\u1112\u1161\u11bc\u1109\u1175\u11a8-\u1112\u116c\u1100\u1171-r\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-29T19:05:27+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/poly1-1.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\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/statorials.org\/ko\/%e1%84%83%e1%85%a1%e1%84%92%e1%85%a1%e1%86%bc%e1%84%89%e1%85%b5%e1%86%a8-%e1%84%92%e1%85%ac%e1%84%80%e1%85%b1-r\/\",\"url\":\"https:\/\/statorials.org\/ko\/%e1%84%83%e1%85%a1%e1%84%92%e1%85%a1%e1%86%bc%e1%84%89%e1%85%b5%e1%86%a8-%e1%84%92%e1%85%ac%e1%84%80%e1%85%b1-r\/\",\"name\":\"R\uc758 \ub2e4\ud56d\uc2dd \ud68c\uadc0(\ub2e8\uacc4\ubcc4) - \ud1b5\uacc4\ud559\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/ko\/#website\"},\"datePublished\":\"2023-07-29T19:05:27+00:00\",\"dateModified\":\"2023-07-29T19:05:27+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4\"},\"description\":\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc740 \uc608\uc81c\ub97c \ud3ec\ud568\ud558\uc5ec R\uc5d0\uc11c \ub2e4\ud56d\uc2dd \ud68c\uadc0\ub97c \uc774\ud574\ud558\uace0 \uad6c\ud604\ud558\ub294 \ub370 \ub300\ud55c \uac04\ub2e8\ud55c \uac00\uc774\ub4dc\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/ko\/%e1%84%83%e1%85%a1%e1%84%92%e1%85%a1%e1%86%bc%e1%84%89%e1%85%b5%e1%86%a8-%e1%84%92%e1%85%ac%e1%84%80%e1%85%b1-r\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/ko\/%e1%84%83%e1%85%a1%e1%84%92%e1%85%a1%e1%86%bc%e1%84%89%e1%85%b5%e1%86%a8-%e1%84%92%e1%85%ac%e1%84%80%e1%85%b1-r\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/ko\/%e1%84%83%e1%85%a1%e1%84%92%e1%85%a1%e1%86%bc%e1%84%89%e1%85%b5%e1%86%a8-%e1%84%92%e1%85%ac%e1%84%80%e1%85%b1-r\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\uc9d1\",\"item\":\"https:\/\/statorials.org\/ko\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"R\uc758 \ub2e4\ud56d\uc2dd \ud68c\uadc0(\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\uc758 \ub2e4\ud56d\uc2dd \ud68c\uadc0(\ub2e8\uacc4\ubcc4) - \ud1b5\uacc4\ud559","description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc740 \uc608\uc81c\ub97c \ud3ec\ud568\ud558\uc5ec R\uc5d0\uc11c \ub2e4\ud56d\uc2dd \ud68c\uadc0\ub97c \uc774\ud574\ud558\uace0 \uad6c\ud604\ud558\ub294 \ub370 \ub300\ud55c \uac04\ub2e8\ud55c \uac00\uc774\ub4dc\ub97c \uc81c\uacf5\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\/\u1103\u1161\u1112\u1161\u11bc\u1109\u1175\u11a8-\u1112\u116c\u1100\u1171-r\/","og_locale":"ko_KR","og_type":"article","og_title":"R\uc758 \ub2e4\ud56d\uc2dd \ud68c\uadc0(\ub2e8\uacc4\ubcc4) - \ud1b5\uacc4\ud559","og_description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc740 \uc608\uc81c\ub97c \ud3ec\ud568\ud558\uc5ec R\uc5d0\uc11c \ub2e4\ud56d\uc2dd \ud68c\uadc0\ub97c \uc774\ud574\ud558\uace0 \uad6c\ud604\ud558\ub294 \ub370 \ub300\ud55c \uac04\ub2e8\ud55c \uac00\uc774\ub4dc\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4.","og_url":"https:\/\/statorials.org\/ko\/\u1103\u1161\u1112\u1161\u11bc\u1109\u1175\u11a8-\u1112\u116c\u1100\u1171-r\/","og_site_name":"Statorials","article_published_time":"2023-07-29T19:05:27+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/poly1-1.png"}],"author":"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8","twitter_card":"summary_large_image","twitter_misc":{"Written by":"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8","Est. reading time":"2\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/statorials.org\/ko\/%e1%84%83%e1%85%a1%e1%84%92%e1%85%a1%e1%86%bc%e1%84%89%e1%85%b5%e1%86%a8-%e1%84%92%e1%85%ac%e1%84%80%e1%85%b1-r\/","url":"https:\/\/statorials.org\/ko\/%e1%84%83%e1%85%a1%e1%84%92%e1%85%a1%e1%86%bc%e1%84%89%e1%85%b5%e1%86%a8-%e1%84%92%e1%85%ac%e1%84%80%e1%85%b1-r\/","name":"R\uc758 \ub2e4\ud56d\uc2dd \ud68c\uadc0(\ub2e8\uacc4\ubcc4) - \ud1b5\uacc4\ud559","isPartOf":{"@id":"https:\/\/statorials.org\/ko\/#website"},"datePublished":"2023-07-29T19:05:27+00:00","dateModified":"2023-07-29T19:05:27+00:00","author":{"@id":"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4"},"description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc740 \uc608\uc81c\ub97c \ud3ec\ud568\ud558\uc5ec R\uc5d0\uc11c \ub2e4\ud56d\uc2dd \ud68c\uadc0\ub97c \uc774\ud574\ud558\uace0 \uad6c\ud604\ud558\ub294 \ub370 \ub300\ud55c \uac04\ub2e8\ud55c \uac00\uc774\ub4dc\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4.","breadcrumb":{"@id":"https:\/\/statorials.org\/ko\/%e1%84%83%e1%85%a1%e1%84%92%e1%85%a1%e1%86%bc%e1%84%89%e1%85%b5%e1%86%a8-%e1%84%92%e1%85%ac%e1%84%80%e1%85%b1-r\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/ko\/%e1%84%83%e1%85%a1%e1%84%92%e1%85%a1%e1%86%bc%e1%84%89%e1%85%b5%e1%86%a8-%e1%84%92%e1%85%ac%e1%84%80%e1%85%b1-r\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/ko\/%e1%84%83%e1%85%a1%e1%84%92%e1%85%a1%e1%86%bc%e1%84%89%e1%85%b5%e1%86%a8-%e1%84%92%e1%85%ac%e1%84%80%e1%85%b1-r\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\uc9d1","item":"https:\/\/statorials.org\/ko\/"},{"@type":"ListItem","position":2,"name":"R\uc758 \ub2e4\ud56d\uc2dd \ud68c\uadc0(\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\/474","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=474"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/posts\/474\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/media?parent=474"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/categories?post=474"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/tags?post=474"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}