{"id":1312,"date":"2023-07-26T22:05:53","date_gmt":"2023-07-26T22:05:53","guid":{"rendered":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%a6-%e1%84%83%e1%85%a1%e1%84%8c%e1%85%ae%e1%86%bc-%e1%84%89%e1%85%a5%e1%86%ab%e1%84%92%e1%85%a7%e1%86%bc-%e1%84%92%e1%85%ac%e1%84%80%e1%85%b1%e1%84%85%e1%85%b3%e1%86%af-%e1%84%91\/"},"modified":"2023-07-26T22:05:53","modified_gmt":"2023-07-26T22:05:53","slug":"r%e1%84%8b%e1%85%a6-%e1%84%83%e1%85%a1%e1%84%8c%e1%85%ae%e1%86%bc-%e1%84%89%e1%85%a5%e1%86%ab%e1%84%92%e1%85%a7%e1%86%bc-%e1%84%92%e1%85%ac%e1%84%80%e1%85%b1%e1%84%85%e1%85%b3%e1%86%af-%e1%84%91","status":"publish","type":"post","link":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%a6-%e1%84%83%e1%85%a1%e1%84%8c%e1%85%ae%e1%86%bc-%e1%84%89%e1%85%a5%e1%86%ab%e1%84%92%e1%85%a7%e1%86%bc-%e1%84%92%e1%85%ac%e1%84%80%e1%85%b1%e1%84%85%e1%85%b3%e1%86%af-%e1%84%91\/","title":{"rendered":"R\uc5d0\uc11c \ub2e4\uc911 \uc120\ud615 \ud68c\uadc0 \uacb0\uacfc\ub97c \ud50c\ub86f\ud558\ub294 \ubc29\ubc95"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">R\uc5d0\uc11c <a href=\"https:\/\/statorials.org\/ko\/r\u110b\u1174-\u1103\u1161\u11ab\u1109\u116e\u11ab-\u1109\u1165\u11ab\u1112\u1167\u11bc-\u1112\u116c\u1100\u1171\/\" target=\"_blank\" rel=\"noopener\">\ub2e8\uc21c \uc120\ud615 \ud68c\uadc0\ub97c<\/a> \uc218\ud589\ud560 \ub54c \ub2e8\uc77c \uc608\uce21 \ubcc0\uc218\uc640 \ub2e8\uc77c <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\">\uc751\ub2f5 \ubcc0\uc218<\/a> \ub85c\ub9cc \uc791\uc5c5\ud558\uae30 \ub54c\ubb38\uc5d0 \uc801\ud569 \ud68c\uadc0\uc120\uc744 \uc2dc\uac01\ud654\ud558\ub294 \uac83\uc774 \uc27d\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc608\ub97c \ub4e4\uc5b4, \ub2e4\uc74c \ucf54\ub4dc\ub294 \ub2e8\uc21c \uc120\ud615 \ud68c\uadc0 \ubaa8\ub378\uc744 \ub370\uc774\ud130 \uc138\ud2b8\uc5d0 \ub9de\ucd94\uace0 \uacb0\uacfc\ub97c \uadf8\ub9ac\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4.<\/span> <\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#create dataset\n<\/span>data &lt;- data.frame(x = c(1, 1, 2, 4, 4, 5, 6, 7, 7, 8, 9, 10, 11, 11),\n                   y = c(13, 14, 17, 23, 24, 25, 25, 24, 28, 32, 33, 35, 40, 41))\n\n<span style=\"color: #008080;\">#fit simple linear regression model\n<\/span>model &lt;- lm(y ~ x, data = data)\n\n<span style=\"color: #008080;\">#create scatterplot of data\n<\/span>plot(data$x, data$y)\n\n<span style=\"color: #008080;\">#add fitted regression line\n<\/span>abline(model)\n<\/strong><\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-12859 \" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/plotmultipleregression1.png\" alt=\"\uc0b0\uc810\ub3c4\ub97c \uc0ac\uc6a9\ud558\uc5ec R\uc5d0 \uac04\ub2e8\ud55c \uc120\ud615 \ud68c\uadc0\uc120 \uadf8\ub9ac\uae30\" width=\"413\" height=\"381\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">\uadf8\ub7ec\ub098 <a href=\"https:\/\/statorials.org\/ko\/\u1103\u1161\u110c\u116e\u11bc-\u1109\u1165\u11ab\u1112\u1167\u11bc-\u1112\u116c\u1100\u1171-r\/\" target=\"_blank\" rel=\"noopener\">\ub2e4\uc911 \uc120\ud615 \ud68c\uadc0\ub97c<\/a> \uc218\ud589\ud560 \uacbd\uc6b0 \uc608\uce21 \ubcc0\uc218\uac00 \uc5ec\ub7ec \uac1c \uc788\uace0 \ub2e8\uc21c\ud788 2\ucc28\uc6d0 \uadf8\ub798\ud504\uc5d0 \ud68c\uadc0\uc120\uc744 \uadf8\ub9b4 \uc218 \uc5c6\uae30 \ub54c\ubb38\uc5d0 \uacb0\uacfc\ub97c \uc2dc\uac01\ud654\ud558\uae30\uac00 \uc5b4\ub835\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\ub300\uc2e0, <em>\ubaa8\ub378\uc5d0\uc11c \ub2e4\ub978 \uc608\uce21 \ubcc0\uc218\uc758 \uc874\uc7ac\ub97c \uc81c\uc5b4\ud558\uba74\uc11c<\/em> \ubc18\uc751 \ubcc0\uc218\uc640 \uc608\uce21 \ubcc0\uc218 \uc0ac\uc774\uc758 \uad00\uacc4\ub97c \ud45c\uc2dc\ud558\ub294 \uac1c\ubcc4 \ub3c4\ud45c\uc778 <strong>\ucd94\uac00 \ubcc0\uc218 \ub3c4\ud45c<\/strong> (&#8220;\ubd80\ubd84 \ud68c\uadc0 \ub3c4\ud45c&#8221;\ub77c\uace0\ub3c4 \ud568)\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \uc608\uc5d0\uc11c\ub294 R\uc5d0\uc11c \ub2e4\uc911 \uc120\ud615 \ud68c\uadc0\ub97c \uc218\ud589\ud558\uace0 \ucd94\uac00\ub41c \ubcc0\uc218 \ud50c\ub86f\uc744 \uc0ac\uc6a9\ud558\uc5ec \uacb0\uacfc\ub97c \uc2dc\uac01\ud654\ud558\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4.<\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>\uc608: R\uc5d0 \ub2e4\uc911 \uc120\ud615 \ud68c\uadc0 \uacb0\uacfc \ub3c4\ud45c\ud654<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">\ub0b4\uc7a5\ub41c <strong>mtcars<\/strong> \ub370\uc774\ud130 \uc138\ud2b8\ub97c \uc0ac\uc6a9\ud558\uc5ec R\uc758 \ub370\uc774\ud130 \uc138\ud2b8\uc5d0 \ub2e4\uc74c \ub2e4\uc911 \uc120\ud615 \ud68c\uadc0 \ubaa8\ub378\uc744 \uc801\uc6a9\ud55c\ub2e4\uace0 \uac00\uc815\ud569\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#fit multiple linear regression model\n<span style=\"color: #000000;\">model &lt;- lm(mpg ~ disp + hp + drat, data = mtcars)\n<\/span>\n#view results of model\n<span style=\"color: #000000;\">summary(model)\n\nCall:\nlm(formula = mpg ~ disp + hp + drat, data = mtcars)\n\nResiduals:\n    Min 1Q Median 3Q Max \n-5.1225 -1.8454 -0.4456 1.1342 6.4958 \n\nCoefficients:\n             Estimate Std. Error t value Pr(&gt;|t|)   \n(Intercept) 19.344293 6.370882 3.036 0.00513 **\navailable -0.019232 0.009371 -2.052 0.04960 * \nhp -0.031229 0.013345 -2.340 0.02663 * \ndrat 2.714975 1.487366 1.825 0.07863 . \n---\nSignificant. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1\n\nResidual standard error: 3.008 on 28 degrees of freedom\nMultiple R-squared: 0.775, Adjusted R-squared: 0.7509 \nF-statistic: 32.15 on 3 and 28 DF, p-value: 3.28e-09\n<\/span><\/span><\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\uacb0\uacfc\uc5d0\uc11c \uac01 \uacc4\uc218\uc758 p-\uac12\uc774 0.1\ubcf4\ub2e4 \uc791\uc740 \uac83\uc744 \uc54c \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub2e8\uc21c\ud654\ub97c \uc704\ud574 \uac01 \uc608\uce21 \ubcc0\uc218\uac00 \uc911\uc694\ud558\uba70 \ubaa8\ub378\uc5d0 \ud3ec\ud568\ub418\uc5b4\uc57c \ud55c\ub2e4\uace0 \uac00\uc815\ud569\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\ucd94\uac00\ub41c \ubcc0\uc218\uc758 \ud50c\ub86f\uc744 \uc0dd\uc131\ud558\ub824\uba74 <strong>car<\/strong> \ud328\ud0a4\uc9c0\uc758 <strong>avPlots()<\/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;\">#load car package\n<span style=\"color: #000000;\">library(car)\n<\/span>\n#produce added variable plots\n<span style=\"color: #000000;\">avPlots(model)<\/span>\n<\/span><\/strong><\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-12861 \" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/ajoutevarplots1.png\" alt=\"R\uc5d0 \ub2e4\uc911 \uc120\ud615 \ud68c\uadc0 \uadf8\ub9ac\uae30\" width=\"503\" height=\"507\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">\uac01 \ud50c\ub86f\uc744 \ud574\uc11d\ud558\ub294 \ubc29\ubc95\uc740 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\">x\ucd95\uc740 \ub2e8\uc77c \uc608\uce21 \ubcc0\uc218\ub97c \ud45c\uc2dc\ud558\uace0 y\ucd95\uc740 \ubc18\uc751 \ubcc0\uc218\ub97c \ud45c\uc2dc\ud569\ub2c8\ub2e4.<\/span><\/li>\n<li> <span style=\"color: #000000;\">\ud30c\ub780\uc0c9 \uc120\uc740 <em>\ub2e4\ub978 \ubaa8\ub4e0 \uc608\uce21 \ubcc0\uc218\uc758 \uac12\uc744 \uc77c\uc815\ud558\uac8c \uc720\uc9c0\ud558\uba74\uc11c<\/em> \uc608\uce21 \ubcc0\uc218\uc640 \ubc18\uc751 \ubcc0\uc218 \uac04\uc758 \uc5f0\uad00\uc131\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4.<\/span><\/li>\n<li> <span style=\"color: #000000;\">\uac01 \uadf8\ub798\ud504\uc758 \ub808\uc774\ube14\uc774 \uc9c0\uc815\ub41c \uc810\uc740 <a href=\"https:\/\/statorials.org\/ko\/\u110c\u1161\u11ab\u110b\u1167\u1106\u116e\u11af\/\" target=\"_blank\" rel=\"noopener\">\uc794\ucc28\uac00<\/a> \uac00\uc7a5 \ud070 <a href=\"https:\/\/statorials.org\/ko\/\u1110\u1169\u11bc\u1100\u1168\u110b\u1166\u1109\u1165\u110b\u1174-\u1100\u116a\u11ab\u110e\u1161\u11af\/\" target=\"_blank\" rel=\"noopener\">\uad00\uce21\uce58<\/a> 2\uac1c\uc640 \ubd80\ubd84 \ub808\ubc84\ub9ac\uc9c0\uac00 \uac00\uc7a5 \ud070 \uad00\uce21\uce58 2\uac1c\ub97c \ub098\ud0c0\ub0c5\ub2c8\ub2e4.<\/span><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\">\uac01 \ud50c\ub86f\uc758 \uc120 \uac01\ub3c4\ub294 \ucd94\uc815 \ud68c\uadc0 \ubc29\uc815\uc2dd \uacc4\uc218\uc758 \ubd80\ud638\uc5d0 \ud574\ub2f9\ud569\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc608\ub97c \ub4e4\uc5b4, \ubaa8\ub378\uc758 \uac01 \uc608\uce21 \ubcc0\uc218\uc5d0 \ub300\ud55c \ucd94\uc815 \uacc4\uc218\ub294 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\"><strong>\ub514\uc2a4\ud50c\ub808\uc774:<\/strong> -0.019232<\/span><\/li>\n<li> <span style=\"color: #000000;\"><strong>\ucc44\ub110:<\/strong> -0.031229<\/span><\/li>\n<li> <span style=\"color: #000000;\"><strong>\ub0a0\uc9dc:<\/strong> 2.714975<\/span><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\">\uc120\uc758 \uac01\ub3c4\ub294 <em>drat<\/em> \uc5d0 \ub300\ud574 \ucd94\uac00\ub41c \ubcc0\uc218 \ud50c\ub86f\uc5d0\uc11c \uc591\uc218\uc778 \ubc18\uba74 <em>disp<\/em> \ubc0f <em>hp<\/em> \uc5d0 \ub300\ud574\uc11c\ub294 \uc74c\uc218\uc785\ub2c8\ub2e4. \uc774\ub294 \ucd94\uc815 \uacc4\uc218\uc758 \ubd80\ud638\uc5d0 \ud574\ub2f9\ud569\ub2c8\ub2e4.<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-12864 \" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/ajoutevarplots2.png\" alt=\"R\uc5d0 \ubcc0\uc218 \ud50c\ub86f \ucd94\uac00\" width=\"473\" height=\"495\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">\uc5ec\ub7ec \uc608\uce21 \ubcc0\uc218\uac00 \uc788\uae30 \ub54c\ubb38\uc5d0 2D \uadf8\ub798\ud504\uc5d0 \ub2e8\uc77c \uc801\ud569 \ud68c\uadc0\uc120\uc744 \uadf8\ub9b4 \uc218\ub294 \uc5c6\uc9c0\ub9cc \uc774\ub7ec\ud55c \ucd94\uac00\ub41c \ubcc0\uc218 \uadf8\ub798\ud504\ub97c \uc0ac\uc6a9\ud558\uba74 \ub2e4\ub978 \uc608\uce21 \ubcc0\uc218\ub97c \uc77c\uc815\ud558\uac8c \uc720\uc9c0\ud558\uba74\uc11c \uac01 \uac1c\ubcc4 \uc608\uce21 \ubcc0\uc218\uc640 \ubc18\uc751 \ubcc0\uc218 \uac04\uc758 \uad00\uacc4\ub97c \uad00\ucc30\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>R\uc5d0\uc11c \ub2e8\uc21c \uc120\ud615 \ud68c\uadc0\ub97c \uc218\ud589\ud560 \ub54c \ub2e8\uc77c \uc608\uce21 \ubcc0\uc218\uc640 \ub2e8\uc77c \uc751\ub2f5 \ubcc0\uc218 \ub85c\ub9cc \uc791\uc5c5\ud558\uae30 \ub54c\ubb38\uc5d0 \uc801\ud569 \ud68c\uadc0\uc120\uc744 \uc2dc\uac01\ud654\ud558\ub294 \uac83\uc774 \uc27d\uc2b5\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4, \ub2e4\uc74c \ucf54\ub4dc\ub294 \ub2e8\uc21c \uc120\ud615 \ud68c\uadc0 \ubaa8\ub378\uc744 \ub370\uc774\ud130 \uc138\ud2b8\uc5d0 \ub9de\ucd94\uace0 \uacb0\uacfc\ub97c \uadf8\ub9ac\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4. #create dataset data &lt;- data.frame(x = c(1, 1, 2, 4, 4, 5, 6, 7, 7, 8, 9, 10, 11, 11), [&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-1312","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 - \ud1b5\uacc4\ud559\uc5d0\uc11c \ub2e4\uc911 \uc120\ud615 \ud68c\uadc0 \uacb0\uacfc\ub97c \ud50c\ub86f\ud558\ub294 \ubc29\ubc95<\/title>\n<meta name=\"description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uc608\uc81c\ub97c \ud1b5\ud574 R\uc758 \ub2e4\uc911 \uc120\ud615 \ud68c\uadc0 \uacb0\uacfc\ub97c \uc2dc\uac01\ud654\ud558\ub294 \uac04\ub2e8\ud55c \ubc29\ubc95\uc744 \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\/r\u110b\u1166-\u1103\u1161\u110c\u116e\u11bc-\u1109\u1165\u11ab\u1112\u1167\u11bc-\u1112\u116c\u1100\u1171\u1105\u1173\u11af-\u1111\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"R - \ud1b5\uacc4\ud559\uc5d0\uc11c \ub2e4\uc911 \uc120\ud615 \ud68c\uadc0 \uacb0\uacfc\ub97c \ud50c\ub86f\ud558\ub294 \ubc29\ubc95\" \/>\n<meta property=\"og:description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uc608\uc81c\ub97c \ud1b5\ud574 R\uc758 \ub2e4\uc911 \uc120\ud615 \ud68c\uadc0 \uacb0\uacfc\ub97c \uc2dc\uac01\ud654\ud558\ub294 \uac04\ub2e8\ud55c \ubc29\ubc95\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/ko\/r\u110b\u1166-\u1103\u1161\u110c\u116e\u11bc-\u1109\u1165\u11ab\u1112\u1167\u11bc-\u1112\u116c\u1100\u1171\u1105\u1173\u11af-\u1111\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-26T22:05:53+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/plotmultipleregression1.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=\"1\ubd84\" \/>\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%a6-%e1%84%83%e1%85%a1%e1%84%8c%e1%85%ae%e1%86%bc-%e1%84%89%e1%85%a5%e1%86%ab%e1%84%92%e1%85%a7%e1%86%bc-%e1%84%92%e1%85%ac%e1%84%80%e1%85%b1%e1%84%85%e1%85%b3%e1%86%af-%e1%84%91\/\",\"url\":\"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%a6-%e1%84%83%e1%85%a1%e1%84%8c%e1%85%ae%e1%86%bc-%e1%84%89%e1%85%a5%e1%86%ab%e1%84%92%e1%85%a7%e1%86%bc-%e1%84%92%e1%85%ac%e1%84%80%e1%85%b1%e1%84%85%e1%85%b3%e1%86%af-%e1%84%91\/\",\"name\":\"R - \ud1b5\uacc4\ud559\uc5d0\uc11c \ub2e4\uc911 \uc120\ud615 \ud68c\uadc0 \uacb0\uacfc\ub97c \ud50c\ub86f\ud558\ub294 \ubc29\ubc95\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/ko\/#website\"},\"datePublished\":\"2023-07-26T22:05:53+00:00\",\"dateModified\":\"2023-07-26T22:05:53+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4\"},\"description\":\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uc608\uc81c\ub97c \ud1b5\ud574 R\uc758 \ub2e4\uc911 \uc120\ud615 \ud68c\uadc0 \uacb0\uacfc\ub97c \uc2dc\uac01\ud654\ud558\ub294 \uac04\ub2e8\ud55c \ubc29\ubc95\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%a6-%e1%84%83%e1%85%a1%e1%84%8c%e1%85%ae%e1%86%bc-%e1%84%89%e1%85%a5%e1%86%ab%e1%84%92%e1%85%a7%e1%86%bc-%e1%84%92%e1%85%ac%e1%84%80%e1%85%b1%e1%84%85%e1%85%b3%e1%86%af-%e1%84%91\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%a6-%e1%84%83%e1%85%a1%e1%84%8c%e1%85%ae%e1%86%bc-%e1%84%89%e1%85%a5%e1%86%ab%e1%84%92%e1%85%a7%e1%86%bc-%e1%84%92%e1%85%ac%e1%84%80%e1%85%b1%e1%84%85%e1%85%b3%e1%86%af-%e1%84%91\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%a6-%e1%84%83%e1%85%a1%e1%84%8c%e1%85%ae%e1%86%bc-%e1%84%89%e1%85%a5%e1%86%ab%e1%84%92%e1%85%a7%e1%86%bc-%e1%84%92%e1%85%ac%e1%84%80%e1%85%b1%e1%84%85%e1%85%b3%e1%86%af-%e1%84%91\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\uc9d1\",\"item\":\"https:\/\/statorials.org\/ko\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"R\uc5d0\uc11c \ub2e4\uc911 \uc120\ud615 \ud68c\uadc0 \uacb0\uacfc\ub97c \ud50c\ub86f\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 - \ud1b5\uacc4\ud559\uc5d0\uc11c \ub2e4\uc911 \uc120\ud615 \ud68c\uadc0 \uacb0\uacfc\ub97c \ud50c\ub86f\ud558\ub294 \ubc29\ubc95","description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uc608\uc81c\ub97c \ud1b5\ud574 R\uc758 \ub2e4\uc911 \uc120\ud615 \ud68c\uadc0 \uacb0\uacfc\ub97c \uc2dc\uac01\ud654\ud558\ub294 \uac04\ub2e8\ud55c \ubc29\ubc95\uc744 \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\/r\u110b\u1166-\u1103\u1161\u110c\u116e\u11bc-\u1109\u1165\u11ab\u1112\u1167\u11bc-\u1112\u116c\u1100\u1171\u1105\u1173\u11af-\u1111\/","og_locale":"ko_KR","og_type":"article","og_title":"R - \ud1b5\uacc4\ud559\uc5d0\uc11c \ub2e4\uc911 \uc120\ud615 \ud68c\uadc0 \uacb0\uacfc\ub97c \ud50c\ub86f\ud558\ub294 \ubc29\ubc95","og_description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uc608\uc81c\ub97c \ud1b5\ud574 R\uc758 \ub2e4\uc911 \uc120\ud615 \ud68c\uadc0 \uacb0\uacfc\ub97c \uc2dc\uac01\ud654\ud558\ub294 \uac04\ub2e8\ud55c \ubc29\ubc95\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4.","og_url":"https:\/\/statorials.org\/ko\/r\u110b\u1166-\u1103\u1161\u110c\u116e\u11bc-\u1109\u1165\u11ab\u1112\u1167\u11bc-\u1112\u116c\u1100\u1171\u1105\u1173\u11af-\u1111\/","og_site_name":"Statorials","article_published_time":"2023-07-26T22:05:53+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/plotmultipleregression1.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":"1\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%a6-%e1%84%83%e1%85%a1%e1%84%8c%e1%85%ae%e1%86%bc-%e1%84%89%e1%85%a5%e1%86%ab%e1%84%92%e1%85%a7%e1%86%bc-%e1%84%92%e1%85%ac%e1%84%80%e1%85%b1%e1%84%85%e1%85%b3%e1%86%af-%e1%84%91\/","url":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%a6-%e1%84%83%e1%85%a1%e1%84%8c%e1%85%ae%e1%86%bc-%e1%84%89%e1%85%a5%e1%86%ab%e1%84%92%e1%85%a7%e1%86%bc-%e1%84%92%e1%85%ac%e1%84%80%e1%85%b1%e1%84%85%e1%85%b3%e1%86%af-%e1%84%91\/","name":"R - \ud1b5\uacc4\ud559\uc5d0\uc11c \ub2e4\uc911 \uc120\ud615 \ud68c\uadc0 \uacb0\uacfc\ub97c \ud50c\ub86f\ud558\ub294 \ubc29\ubc95","isPartOf":{"@id":"https:\/\/statorials.org\/ko\/#website"},"datePublished":"2023-07-26T22:05:53+00:00","dateModified":"2023-07-26T22:05:53+00:00","author":{"@id":"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4"},"description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uc608\uc81c\ub97c \ud1b5\ud574 R\uc758 \ub2e4\uc911 \uc120\ud615 \ud68c\uadc0 \uacb0\uacfc\ub97c \uc2dc\uac01\ud654\ud558\ub294 \uac04\ub2e8\ud55c \ubc29\ubc95\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4.","breadcrumb":{"@id":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%a6-%e1%84%83%e1%85%a1%e1%84%8c%e1%85%ae%e1%86%bc-%e1%84%89%e1%85%a5%e1%86%ab%e1%84%92%e1%85%a7%e1%86%bc-%e1%84%92%e1%85%ac%e1%84%80%e1%85%b1%e1%84%85%e1%85%b3%e1%86%af-%e1%84%91\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%a6-%e1%84%83%e1%85%a1%e1%84%8c%e1%85%ae%e1%86%bc-%e1%84%89%e1%85%a5%e1%86%ab%e1%84%92%e1%85%a7%e1%86%bc-%e1%84%92%e1%85%ac%e1%84%80%e1%85%b1%e1%84%85%e1%85%b3%e1%86%af-%e1%84%91\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%a6-%e1%84%83%e1%85%a1%e1%84%8c%e1%85%ae%e1%86%bc-%e1%84%89%e1%85%a5%e1%86%ab%e1%84%92%e1%85%a7%e1%86%bc-%e1%84%92%e1%85%ac%e1%84%80%e1%85%b1%e1%84%85%e1%85%b3%e1%86%af-%e1%84%91\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\uc9d1","item":"https:\/\/statorials.org\/ko\/"},{"@type":"ListItem","position":2,"name":"R\uc5d0\uc11c \ub2e4\uc911 \uc120\ud615 \ud68c\uadc0 \uacb0\uacfc\ub97c \ud50c\ub86f\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\/1312","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=1312"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/posts\/1312\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/media?parent=1312"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/categories?post=1312"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/tags?post=1312"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}