{"id":1250,"date":"2023-07-27T03:22:59","date_gmt":"2023-07-27T03:22:59","guid":{"rendered":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%8b%e1%85%b4%e1%84%86%e1%85%b5-%e1%84%8f%e1%85%a9%e1%84%83%e1%85%b3\/"},"modified":"2023-07-27T03:22:59","modified_gmt":"2023-07-27T03:22:59","slug":"r%e1%84%8b%e1%85%b4-%e1%84%8b%e1%85%b4%e1%84%86%e1%85%b5-%e1%84%8f%e1%85%a9%e1%84%83%e1%85%b3","status":"publish","type":"post","link":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%8b%e1%85%b4%e1%84%86%e1%85%b5-%e1%84%8f%e1%85%a9%e1%84%83%e1%85%b3\/","title":{"rendered":"R\uc758 \uc758\ubbf8 \ucf54\ub4dc\ub97c \ud574\uc11d\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\/\u1103\u1161\u110c\u116e\u11bc-\u1109\u1165\u11ab\u1112\u1167\u11bc-\u1112\u116c\u1100\u1171-r\/\" target=\"_blank\" rel=\"noopener noreferrer\">\ud68c\uadc0 \ubd84\uc11d<\/a> \uc774\ub098 <a href=\"https:\/\/statorials.org\/ko\/\u1103\u1161\u11ab\u1107\u1161\u11bc\u1112\u1163\u11bc-anova-r\/\" target=\"_blank\" rel=\"noopener noreferrer\">ANOVA\ub97c<\/a> \uc218\ud589\ud558\uba74 \ucd9c\ub825 \ud14c\uc774\ube14\uc5d0\ub294 <strong>\ud574\ub2f9 \uc720\uc758 \ucf54\ub4dc<\/strong> \uc640 \ud568\uaed8 \ubd84\uc11d\uc5d0 \uc0ac\uc6a9\ub41c \ubcc0\uc218\uc5d0 \ub300\ud55c p \uac12\uc774 \ud3ec\ud568\ub429\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\ubcc0\uc218\uac00 \ud1b5\uacc4\uc801\uc73c\ub85c \uc720\uc758\ubbf8\ud55c \uacbd\uc6b0 \uc774\ub7ec\ud55c \uc720\uc758\uc131 \ucf54\ub4dc\ub294 \uc77c\ub828\uc758 \ubcc4\ud45c \ub610\ub294 \uc18c\uc218\uc810\uc73c\ub85c \ud45c\uc2dc\ub429\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\ub2e4\uc591\ud55c \uc758\ubbf8 \ucf54\ub4dc\ub97c \ud574\uc11d\ud558\ub294 \ubc29\ubc95\uc740 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong>significance code p-value\n   *** [0, 0.001]\n    **(0.001, 0.01]\n     * (0.01, 0.05]\n     . (0.05, 0.1]\n                         (0.1, 1]<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \uc608\ub294 \uc2e4\uc81c\ub85c \uc774\ub7ec\ud55c \uc758\ubbf8 \ucf54\ub4dc\ub97c \ud574\uc11d\ud558\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4.<\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>\uc608: \ud68c\uadc0 \uc758\ubbf8 \ucf54\ub4dc<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \ucf54\ub4dc\ub294 \uc608\uce21 \ubcc0\uc218\ub85c <em>hp<\/em> , <em>drat<\/em> \ubc0f <em>wt \ub97c<\/em> \uc0ac\uc6a9\ud558\uace0 \uc751\ub2f5 \ubcc0\uc218\ub85c <em>mpg \ub97c<\/em> \uc0ac\uc6a9\ud558\uc5ec \ud1b5\ud569 <strong>mtcars<\/strong> \ub370\uc774\ud130\uc138\ud2b8\uc5d0 \ub2e4\uc911 \uc120\ud615 \ud68c\uadc0 \ubaa8\ub378\uc744 \ub9de\ucd94\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;\">#fit regression model using hp, drat, and wt as predictors\n<\/span>model &lt;- lm(mpg ~ hp + drat + wt, data = mtcars)\n\n<span style=\"color: #008080;\">#view model summary\n<\/span>summary(model)\n\nCall:\nlm(formula = mpg ~ hp + drat + wt, data = mtcars)\n\nResiduals:\n    Min 1Q Median 3Q Max \n-3.3598 -1.8374 -0.5099 0.9681 5.7078 \n\nCoefficients:\n             Estimate Std. Error t value Pr(&gt;|t|)    \n(Intercept) 29.394934 6.156303 4.775 5.13e-05 ***\nhp -0.032230 0.008925 -3.611 0.001178 ** \ndrat 1.615049 1.226983 1.316 0.198755    \nwt -3.227954 0.796398 -4.053 0.000364 ***\n---\nSignificant. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1\n\nResidual standard error: 2.561 on 28 degrees of freedom\nMultiple R-squared: 0.8369, Adjusted R-squared: 0.8194 \nF-statistic: 47.88 on 3 and 28 DF, p-value: 3.768e-11\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\uc138 \uac00\uc9c0 \uc608\uce21 \ubcc0\uc218\uc5d0 \ub300\ud55c \uc720\uc758\uc131 \ucf54\ub4dc\ub97c \ud574\uc11d\ud558\ub294 \ubc29\ubc95\uc740 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\"><em>hp<\/em> \uc758 p-\uac12\uc740 <strong>0.001178<\/strong> \uc785\ub2c8\ub2e4. \uc774 \uac12\uc740 <strong>(0.001, 0.01]<\/strong> \ubc94\uc704\uc5d0 \uc788\uc73c\ubbc0\ub85c <strong>**<\/strong> \ub77c\ub294 \uc758\ubbf8\uc758 \ucf54\ub4dc\ub97c \uac16\uc2b5\ub2c8\ub2e4.<\/span><\/li>\n<li> <span style=\"color: #000000;\"><i>drat<\/i> \uc758 p-\uac12\uc740 <strong>0.198755<\/strong> \uc785\ub2c8\ub2e4. \uc774 \uac12\uc740 <strong>(0,1, 1]<\/strong> \ubc94\uc704\uc5d0 \uc788\uc73c\ubbc0\ub85c \uc758\ubbf8\uac00 \uc5c6\ub294 \ucf54\ub4dc\uc785\ub2c8\ub2e4.<\/span><\/li>\n<li> <span style=\"color: #000000;\"><em>wt<\/em> \uc758 p-\uac12\uc740 <strong>.000364<\/strong> \uc785\ub2c8\ub2e4. \uc774 \uac12\uc740 <strong>[0, 0.001]<\/strong> \ubc94\uc704\uc5d0 \uc788\uc73c\ubbc0\ub85c <strong>***<\/strong> \ub77c\ub294 \uc758\ubbf8 \ucf54\ub4dc\ub97c \uac16\uc2b5\ub2c8\ub2e4.<\/span><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\">\uc774 \ud68c\uadc0 \ubaa8\ub378\uc5d0\uc11c \uc5b4\ub5a4 \uc608\uce21 \ubcc0\uc218\uac00 \uc720\uc758\ubbf8\ud55c\uc9c0 \uacb0\uc815\ud558\uae30 \uc704\ud574 \u03b1 = 0.05\uc758 \uc54c\ud30c \uc218\uc900\uc744 \uc0ac\uc6a9\ud588\ub2e4\uba74 <em>hp<\/em> \uc640 <em>wt\ub294<\/em> \ud1b5\uacc4\uc801\uc73c\ub85c \uc720\uc758\ubbf8\ud55c \uc608\uce21 \ubcc0\uc218\uc774\uace0 <em>drat<\/em> \ub294 \uadf8\ub807\uc9c0 \uc54a\ub2e4\uace0 \ub9d0\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>\uc608: ANOVA\uc758 \uc720\uc758\uc131 \ucf54\ub4dc<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \ucf54\ub4dc\ub294 <em>gear\ub97c<\/em> \uc694\uc778 \ubcc0\uc218\ub85c \uc0ac\uc6a9\ud558\uace0 <em>mpg\ub97c<\/em> \uc751\ub2f5 \ubcc0\uc218\ub85c \uc0ac\uc6a9\ud558\uc5ec \ud1b5\ud569 <strong>mtcars<\/strong> \ub370\uc774\ud130\uc138\ud2b8\uc5d0 \uc77c\uc6d0 \ubd84\uc0b0 \ubd84\uc11d \ubaa8\ub378\uc744 \ub9de\ucd94\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;\">#fit one-way ANOVA\n<span style=\"color: #000000;\">model &lt;- aov(mpg ~ gear, data = mtcars)\n\n<span style=\"color: #008080;\">#view the model output\n<\/span>summary(model)\n\n            Df Sum Sq Mean Sq F value Pr(&gt;F)   \ngear 1 259.7 259.75 8.995 0.0054 **\nResiduals 30 866.3 28.88                  \n---\nSignificant. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1\n<\/span><\/span><\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\ucd9c\ub825\uc5d0\uc11c \uc758\ubbf8 \ucf54\ub4dc\ub97c \ud574\uc11d\ud558\ub294 \ubc29\ubc95\uc740 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\"><em>\uae30\uc5b4\ub9c1<\/em> \uc758 p-\uac12\uc740 <strong>0.0054<\/strong> \uc785\ub2c8\ub2e4. \uc774 \uac12\uc740 <strong>(0.001, 0.01]<\/strong> \ubc94\uc704\uc5d0 \uc788\uc73c\ubbc0\ub85c <strong>**<\/strong> \ub77c\ub294 \uc758\ubbf8\uc758 \ucf54\ub4dc\ub97c \uac16\uc2b5\ub2c8\ub2e4.<\/span><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\">\u03b1 = 0.05\uc758 \uc54c\ud30c \uc218\uc900\uc744 \uc0ac\uc6a9\ud558\uba74 <em>\uae30\uc5b4\ub9c1\uc774<\/em> \ud1b5\uacc4\uc801\uc73c\ub85c \uc720\uc758\ud558\ub2e4\uace0 \ub9d0\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc989, <em>\uc7a5\ube44<\/em> \uac00\uce58\uc5d0 \ub530\ub978 \uc790\ub3d9\ucc28\uc758 \ud3c9\uade0 <i>mpg<\/i> \uc0ac\uc774\uc5d0\ub294 \ud1b5\uacc4\uc801\uc73c\ub85c \uc720\uc758\ubbf8\ud55c \ucc28\uc774\uac00 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>R\uc5d0\uc11c \ud68c\uadc0 \ubd84\uc11d \uc774\ub098 ANOVA\ub97c \uc218\ud589\ud558\uba74 \ucd9c\ub825 \ud14c\uc774\ube14\uc5d0\ub294 \ud574\ub2f9 \uc720\uc758 \ucf54\ub4dc \uc640 \ud568\uaed8 \ubd84\uc11d\uc5d0 \uc0ac\uc6a9\ub41c \ubcc0\uc218\uc5d0 \ub300\ud55c p \uac12\uc774 \ud3ec\ud568\ub429\ub2c8\ub2e4. \ubcc0\uc218\uac00 \ud1b5\uacc4\uc801\uc73c\ub85c \uc720\uc758\ubbf8\ud55c \uacbd\uc6b0 \uc774\ub7ec\ud55c \uc720\uc758\uc131 \ucf54\ub4dc\ub294 \uc77c\ub828\uc758 \ubcc4\ud45c \ub610\ub294 \uc18c\uc218\uc810\uc73c\ub85c \ud45c\uc2dc\ub429\ub2c8\ub2e4. \ub2e4\uc591\ud55c \uc758\ubbf8 \ucf54\ub4dc\ub97c \ud574\uc11d\ud558\ub294 \ubc29\ubc95\uc740 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4. significance code p-value *** [0, 0.001] **(0.001, 0.01] * (0.01, 0.05] . (0.05, 0.1] (0.1, 1] [&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-1250","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 \uc758\ubbf8 \ucf54\ub4dc\ub97c \ud574\uc11d\ud558\ub294 \ubc29\ubc95 - \ud1b5\uacc4\ud559<\/title>\n<meta name=\"description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc758 \ud68c\uadc0 \ubc0f ANOVA\uc5d0 \ub300\ud55c \ubaa8\ub378 \ucd9c\ub825\uc758 \uc720\uc758\uc131 \ucf54\ub4dc\ub97c \ud574\uc11d\ud558\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-\u110b\u1174\u1106\u1175-\u110f\u1169\u1103\u1173\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"R\uc758 \uc758\ubbf8 \ucf54\ub4dc\ub97c \ud574\uc11d\ud558\ub294 \ubc29\ubc95 - \ud1b5\uacc4\ud559\" \/>\n<meta property=\"og:description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc758 \ud68c\uadc0 \ubc0f ANOVA\uc5d0 \ub300\ud55c \ubaa8\ub378 \ucd9c\ub825\uc758 \uc720\uc758\uc131 \ucf54\ub4dc\ub97c \ud574\uc11d\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/ko\/r\u110b\u1174-\u110b\u1174\u1106\u1175-\u110f\u1169\u1103\u1173\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-27T03:22:59+00:00\" \/>\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%b4-%e1%84%8b%e1%85%b4%e1%84%86%e1%85%b5-%e1%84%8f%e1%85%a9%e1%84%83%e1%85%b3\/\",\"url\":\"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%8b%e1%85%b4%e1%84%86%e1%85%b5-%e1%84%8f%e1%85%a9%e1%84%83%e1%85%b3\/\",\"name\":\"R\uc758 \uc758\ubbf8 \ucf54\ub4dc\ub97c \ud574\uc11d\ud558\ub294 \ubc29\ubc95 - \ud1b5\uacc4\ud559\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/ko\/#website\"},\"datePublished\":\"2023-07-27T03:22:59+00:00\",\"dateModified\":\"2023-07-27T03:22:59+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4\"},\"description\":\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc758 \ud68c\uadc0 \ubc0f ANOVA\uc5d0 \ub300\ud55c \ubaa8\ub378 \ucd9c\ub825\uc758 \uc720\uc758\uc131 \ucf54\ub4dc\ub97c \ud574\uc11d\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%8b%e1%85%b4%e1%84%86%e1%85%b5-%e1%84%8f%e1%85%a9%e1%84%83%e1%85%b3\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%8b%e1%85%b4%e1%84%86%e1%85%b5-%e1%84%8f%e1%85%a9%e1%84%83%e1%85%b3\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%8b%e1%85%b4%e1%84%86%e1%85%b5-%e1%84%8f%e1%85%a9%e1%84%83%e1%85%b3\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\uc9d1\",\"item\":\"https:\/\/statorials.org\/ko\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"R\uc758 \uc758\ubbf8 \ucf54\ub4dc\ub97c \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\uc758 \uc758\ubbf8 \ucf54\ub4dc\ub97c \ud574\uc11d\ud558\ub294 \ubc29\ubc95 - \ud1b5\uacc4\ud559","description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc758 \ud68c\uadc0 \ubc0f ANOVA\uc5d0 \ub300\ud55c \ubaa8\ub378 \ucd9c\ub825\uc758 \uc720\uc758\uc131 \ucf54\ub4dc\ub97c \ud574\uc11d\ud558\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-\u110b\u1174\u1106\u1175-\u110f\u1169\u1103\u1173\/","og_locale":"ko_KR","og_type":"article","og_title":"R\uc758 \uc758\ubbf8 \ucf54\ub4dc\ub97c \ud574\uc11d\ud558\ub294 \ubc29\ubc95 - \ud1b5\uacc4\ud559","og_description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc758 \ud68c\uadc0 \ubc0f ANOVA\uc5d0 \ub300\ud55c \ubaa8\ub378 \ucd9c\ub825\uc758 \uc720\uc758\uc131 \ucf54\ub4dc\ub97c \ud574\uc11d\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.","og_url":"https:\/\/statorials.org\/ko\/r\u110b\u1174-\u110b\u1174\u1106\u1175-\u110f\u1169\u1103\u1173\/","og_site_name":"Statorials","article_published_time":"2023-07-27T03:22:59+00:00","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%b4-%e1%84%8b%e1%85%b4%e1%84%86%e1%85%b5-%e1%84%8f%e1%85%a9%e1%84%83%e1%85%b3\/","url":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%8b%e1%85%b4%e1%84%86%e1%85%b5-%e1%84%8f%e1%85%a9%e1%84%83%e1%85%b3\/","name":"R\uc758 \uc758\ubbf8 \ucf54\ub4dc\ub97c \ud574\uc11d\ud558\ub294 \ubc29\ubc95 - \ud1b5\uacc4\ud559","isPartOf":{"@id":"https:\/\/statorials.org\/ko\/#website"},"datePublished":"2023-07-27T03:22:59+00:00","dateModified":"2023-07-27T03:22:59+00:00","author":{"@id":"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4"},"description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc758 \ud68c\uadc0 \ubc0f ANOVA\uc5d0 \ub300\ud55c \ubaa8\ub378 \ucd9c\ub825\uc758 \uc720\uc758\uc131 \ucf54\ub4dc\ub97c \ud574\uc11d\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.","breadcrumb":{"@id":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%8b%e1%85%b4%e1%84%86%e1%85%b5-%e1%84%8f%e1%85%a9%e1%84%83%e1%85%b3\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%8b%e1%85%b4%e1%84%86%e1%85%b5-%e1%84%8f%e1%85%a9%e1%84%83%e1%85%b3\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%8b%e1%85%b4%e1%84%86%e1%85%b5-%e1%84%8f%e1%85%a9%e1%84%83%e1%85%b3\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\uc9d1","item":"https:\/\/statorials.org\/ko\/"},{"@type":"ListItem","position":2,"name":"R\uc758 \uc758\ubbf8 \ucf54\ub4dc\ub97c \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\/1250","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=1250"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/posts\/1250\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/media?parent=1250"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/categories?post=1250"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/tags?post=1250"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}