{"id":1614,"date":"2023-07-25T15:47:14","date_gmt":"2023-07-25T15:47:14","guid":{"rendered":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%8b%e1%85%b0%e1%86%af%e1%84%8e%e1%85%b5%e1%84%89%e1%85%b3-%e1%84%8b%e1%85%a1%e1%84%82%e1%85%a9%e1%84%87%e1%85%a1\/"},"modified":"2023-07-25T15:47:14","modified_gmt":"2023-07-25T15:47:14","slug":"r%e1%84%8b%e1%85%b4-%e1%84%8b%e1%85%b0%e1%86%af%e1%84%8e%e1%85%b5%e1%84%89%e1%85%b3-%e1%84%8b%e1%85%a1%e1%84%82%e1%85%a9%e1%84%87%e1%85%a1","status":"publish","type":"post","link":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%8b%e1%85%b0%e1%86%af%e1%84%8e%e1%85%b5%e1%84%89%e1%85%b3-%e1%84%8b%e1%85%a1%e1%84%82%e1%85%a9%e1%84%87%e1%85%a1\/","title":{"rendered":"R\uc5d0\uc11c welch\uc758 anova\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95(\ub2e8\uacc4\ubcc4)"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\"><strong>Welch\uc758 \ubd84\uc0b0 \ubd84\uc11d\uc740<\/strong> <a href=\"https:\/\/statorials.org\/ko\/\u1103\u1173\u11bc\u1107\u116e\u11ab\u1109\u1161\u11ab-\u1100\u1161\u110c\u1165\u11bc\/\" target=\"_blank\" rel=\"noopener\">\ub4f1\ubd84\uc0b0 \uac00\uc815\uc774<\/a> \ucda9\uc871\ub418\uc9c0 \uc54a\ub294 \uacbd\uc6b0 \uc77c\ubc18\uc801\uc778 <a href=\"https:\/\/statorials.org\/ko\/\u1103\u1161\u11ab\u1107\u1161\u11bc\u1112\u1163\u11bc-\u110b\u1161\u1102\u1169\u1107\u1161\/\" target=\"_blank\" rel=\"noopener\">\uc77c\uc6d0 \ubd84\uc0b0<\/a> \ubd84\uc11d\uc5d0 \ub300\ud55c \ub300\uc548\uc785\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \ub2e8\uacc4\ubcc4 \uc608\uc5d0\uc11c\ub294 R\uc5d0\uc11c Welch\uc758 ANOVA\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\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;\">\uc138 \uac00\uc9c0 \ud559\uc2b5 \ubc29\ubc95\uc774 \uc11c\ub85c \ub2e4\ub978 \uc2dc\ud5d8 \uacb0\uacfc\ub97c \uac00\uc838\uc624\ub294\uc9c0 \ud655\uc778\ud558\uae30 \uc704\ud574 \uad50\uc218\ub294 \ubb34\uc791\uc704\ub85c 10\uba85\uc758 \ud559\uc0dd\uc5d0\uac8c \uac01 \uae30\uc220(\uae30\uc220 A, B \ub610\ub294 C)\uc744 \uc77c\uc8fc\uc77c \ub3d9\uc548 \uc0ac\uc6a9\ud558\ub3c4\ub85d \ud560\ub2f9\ud55c \ub2e4\uc74c \uac01 \ud559\uc0dd\uc5d0\uac8c \ub3d9\uc77c\ud55c \ub09c\uc774\ub3c4\uc758 \ud14c\uc2a4\ud2b8\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">30\uba85\uc758 \ud559\uc0dd\uc758 \uc2dc\ud5d8 \uacb0\uacfc\ub294 \ub2e4\uc74c\uacfc \uac19\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> (group = <span style=\"color: #3366ff;\">rep<\/span> (c(' <span style=\"color: #008000;\">A<\/span> ', ' <span style=\"color: #008000;\">B<\/span> ', ' <span style=\"color: #008000;\">C<\/span> '), <span style=\"color: #3366ff;\">each<\/span> =10),\n                score = c(64, 66, 68, 75, 78, 94, 98, 79, 71, 80,\n                          91, 92, 93, 85, 87, 84, 82, 88, 95, 96,\n                          79, 78, 88, 94, 92, 85, 83, 85, 82, 81))\n\n<span style=\"color: #008080;\">#view first six rows of data frame\n<\/span>head(df)\n\n   group score\n1 to 64\n2 to 66\n3 to 68\n4 to 75\n5 to 78\n6 to 94<\/strong><\/pre>\n<h3> <span style=\"color: #000000;\"><strong>2\ub2e8\uacc4: \ub4f1\ucc28 \ud14c\uc2a4\ud2b8<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c\uc73c\ub85c <a href=\"https:\/\/statorials.org\/ko\/\u1107\u1161\u1110\u1173\u11af\u1105\u1166\u11ba-\u1110\u1166\u1109\u1173\u1110\u1173\/\" target=\"_blank\" rel=\"noopener\">Bartlett \ud14c\uc2a4\ud2b8\ub97c<\/a> \uc218\ud589\ud558\uc5ec \uac01 \uadf8\ub8f9 \uac04\uc758 \ubd84\uc0b0\uc774 \ub3d9\uc77c\ud55c\uc9c0 \ud655\uc778\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uac80\uc815 \ud1b5\uacc4\ub7c9\uc758 <a href=\"https:\/\/statorials.org\/ko\/p-\u1100\u1161\u11b9-\u1110\u1169\u11bc\u1100\u1168\u110c\u1165\u11a8-\u110b\u1172\u110b\u1174\u1109\u1165\u11bc\/\" target=\"_blank\" rel=\"noopener\">p-\uac12\uc774<\/a> \ud2b9\uc815 \uc720\uc758 \uc218\uc900(\uc608: \u03b1 = 0.05)\ubcf4\ub2e4 \ub0ae\uc73c\uba74 \uadc0\ubb34 \uac00\uc124\uc744 \uae30\uac01\ud558\uace0 \ubaa8\ub4e0 \uadf8\ub8f9\uc758 \ubd84\uc0b0\uc774 \ub3d9\uc77c\ud558\uc9c0 \uc54a\ub2e4\ub294 \uacb0\ub860\uc744 \ub0b4\ub9b4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Bartlett \ud14c\uc2a4\ud2b8\ub97c \uc218\ud589\ud558\ub824\uba74 \ub2e4\uc74c \uad6c\ubb38\uc744 \uc0ac\uc6a9\ud558\ub294 \uae30\ubcf8 R\uc5d0\uc11c <strong>bartlett.test<\/strong> \ud568\uc218\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>bartlett.test(\uacf5\uc2dd, \ub370\uc774\ud130)<\/strong><\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc608\uc81c\uc5d0\uc11c \uc774 \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc740 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#perform Bartlett's test\n<\/span>bartlett. <span style=\"color: #3366ff;\">test<\/span> (score ~ group, data = df)\n\n\tBartlett test of homogeneity of variances\n\ndata: score by group\nBartlett's K-squared = 8.1066, df = 2, p-value = 0.01737\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">Bartlett \uac80\uc815\uc758 p-\uac12( <strong>.01737<\/strong> )\uc740 \u03b1 = .05\ubcf4\ub2e4 \uc791\uc2b5\ub2c8\ub2e4. \uc774\ub294 \uac01 \uadf8\ub8f9\uc774 \ub3d9\uc77c\ud55c \ubd84\uc0b0\uc744 \uac16\ub294\ub2e4\ub294 \uadc0\ubb34\uac00\uc124\uc744 \uae30\uac01\ud560 \uc218 \uc788\uc74c\uc744 \uc758\ubbf8\ud569\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\ub530\ub77c\uc11c \ub4f1\ubd84\uc0b0 \uac00\uc815\uc774 \uc704\ubc18\ub418\uba70 Welch\uc758 ANOVA\ub97c \uc9c4\ud589\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>3\ub2e8\uacc4: Welch\uc758 \ubd84\uc0b0 \ubd84\uc11d \uc218\ud589<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">R\uc5d0\uc11c Welch\uc758 ANOVA\ub97c \uc218\ud589\ud558\ub824\uba74 \ub2e4\uc74c\uacfc \uac19\uc774 R \uae30\ubcf8 <strong>oneway.test()<\/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;\">#perform Welch's ANOVA\n<\/span>oneway. <span style=\"color: #3366ff;\">test<\/span> (score ~ group, data = df, var. <span style=\"color: #3366ff;\">equal<\/span> = <span style=\"color: #008000;\">FALSE<\/span> )\n\n\tOne-way analysis of means (not assuming equal variances)\n\ndata: score and group\nF = 5.3492, num df = 2.00, denom df = 16.83, p-value = 0.01591\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">ANOVA \ud14c\uc774\ube14\uc758 \uc804\uccb4 p-\uac12( <strong>0.01591<\/strong> )\uc740 \u03b1 = 0.05\ubcf4\ub2e4 \uc791\uc2b5\ub2c8\ub2e4. \uc774\ub294 \uc138 \uac00\uc9c0 \ud559\uc2b5 \uae30\ubc95 \uac04\uc5d0 \uc2dc\ud5d8 \uacb0\uacfc\uac00 \ub3d9\uc77c\ud558\ub2e4\ub294 \uadc0\ubb34\uac00\uc124\uc744 \uae30\uac01\ud560 \uc218 \uc788\uc74c\uc744 \uc758\ubbf8\ud569\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uadf8\ub7f0 \ub2e4\uc74c \uc0ac\ud6c4 \ud14c\uc2a4\ud2b8\ub97c \uc218\ud589\ud558\uc5ec \uc5b4\ub5a4 \uadf8\ub8f9 \ud3c9\uade0\uc774 \ub2e4\ub978\uc9c0 \ud655\uc778\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. R\uc5d0\uc11c \ub2e4\uc591\ud55c \uc0ac\ud6c4 \ud14c\uc2a4\ud2b8\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95\uc744 \ubcf4\ub824\uba74 \ub2e4\uc74c \ud29c\ud1a0\ub9ac\uc5bc\uc744 \ucc38\uc870\ud558\uc2ed\uc2dc\uc624.<\/span><\/p>\n<ul>\n<li> <a href=\"https:\/\/statorials.org\/ko\/r\u110b\u1174-bonferroni-\u1109\u116e\u110c\u1165\u11bc\/\" target=\"_blank\" rel=\"noopener\">R\uc5d0\uc11c Bonferroni \ubcf4\uc815\uc744 \uc218\ud589\ud558\ub294 \ubc29\ubc95<\/a><\/li>\n<li> <a href=\"https:\/\/statorials.org\/ko\/\u1110\u1165\u110f\u1175-\u1110\u1166\u1109\u1173\u1110\u1173-r\/\" target=\"_blank\" rel=\"noopener\">R\uc5d0\uc11c Tukey \ud14c\uc2a4\ud2b8\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95<\/a><\/li>\n<li> <a href=\"https:\/\/statorials.org\/ko\/r\u110b\u1174-\u1110\u1166\u1109\u1173\u1110\u1173-\u1100\u116a\u11ab\u1105\u1175\u110c\u1161\/\" target=\"_blank\" rel=\"noopener\">R\uc5d0\uc11c Scheffe \ud14c\uc2a4\ud2b8\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95<\/a><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\">\uc0c1\ud669\uc5d0 \ub530\ub77c \uc5b4\ub5a4 \uc0ac\ud6c4 \ud14c\uc2a4\ud2b8\ub97c \uc0ac\uc6a9\ud558\ub294 \uac83\uc774 \uac00\uc7a5 \uc88b\uc740\uc9c0 \uacb0\uc815\ud558\ub824\uba74 <a href=\"https:\/\/statorials.org\/ko\/\u1110\u116e\u110f\u1175-vs-\u1107\u1169\u11ab\u1111\u1166\u1105\u1169\u1102\u1175-vs-\u1109\u1170\u1111\u1166\/\" target=\"_blank\" rel=\"noopener\">\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc744<\/a> \ud655\uc778\ud558\uc138\uc694.<\/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\/\u1103\u1161\u11ab\u1107\u1161\u11bc\u1112\u1163\u11bc-anova-r\/\" target=\"_blank\" rel=\"noopener\">R\uc5d0\uc11c \uc77c\uc6d0 \ubd84\uc0b0 \ubd84\uc11d\uc744 \uc218\ud589\ud558\ub294 \ubc29\ubc95<\/a><br \/> <a href=\"https:\/\/statorials.org\/ko\/\u110b\u1161\u1102\u1169\u1107\u1161-\u1105\u1161-\u110b\u1163\u11bc\u1107\u1161\u11bc\u1112\u1163\u11bc\/\" target=\"_blank\" rel=\"noopener\">R\uc5d0\uc11c \uc591\ubc29\ud5a5 ANOVA\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95<\/a><br \/> <a href=\"https:\/\/statorials.org\/ko\/r\u110b\u1174-\u1107\u1161\u11ab\u1107\u1169\u11a8-\u110e\u1173\u11a8\u110c\u1165\u11bc-anova\/\" target=\"_blank\" rel=\"noopener\">R\uc5d0\uc11c \ubc18\ubcf5 \uce21\uc815 ANOVA\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Welch\uc758 \ubd84\uc0b0 \ubd84\uc11d\uc740 \ub4f1\ubd84\uc0b0 \uac00\uc815\uc774 \ucda9\uc871\ub418\uc9c0 \uc54a\ub294 \uacbd\uc6b0 \uc77c\ubc18\uc801\uc778 \uc77c\uc6d0 \ubd84\uc0b0 \ubd84\uc11d\uc5d0 \ub300\ud55c \ub300\uc548\uc785\ub2c8\ub2e4. \ub2e4\uc74c \ub2e8\uacc4\ubcc4 \uc608\uc5d0\uc11c\ub294 R\uc5d0\uc11c Welch\uc758 ANOVA\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4. 1\ub2e8\uacc4: \ub370\uc774\ud130 \uc0dd\uc131 \uc138 \uac00\uc9c0 \ud559\uc2b5 \ubc29\ubc95\uc774 \uc11c\ub85c \ub2e4\ub978 \uc2dc\ud5d8 \uacb0\uacfc\ub97c \uac00\uc838\uc624\ub294\uc9c0 \ud655\uc778\ud558\uae30 \uc704\ud574 \uad50\uc218\ub294 \ubb34\uc791\uc704\ub85c 10\uba85\uc758 \ud559\uc0dd\uc5d0\uac8c \uac01 \uae30\uc220(\uae30\uc220 A, B \ub610\ub294 C)\uc744 \uc77c\uc8fc\uc77c \ub3d9\uc548 \uc0ac\uc6a9\ud558\ub3c4\ub85d \ud560\ub2f9\ud55c \ub2e4\uc74c \uac01 \ud559\uc0dd\uc5d0\uac8c \ub3d9\uc77c\ud55c [&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-1614","post","type-post","status-publish","format-standard","hentry","category-20"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>R\uc5d0\uc11c Welch\uc758 ANOVA\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95(\ub2e8\uacc4\ubcc4)<\/title>\n<meta name=\"description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \ub2e8\uacc4\ubcc4 \uc608\uc81c\ub97c \ud3ec\ud568\ud558\uc5ec R\uc5d0\uc11c Welch\uc758 ANOVA\ub97c \uc218\ud589\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\u1170\u11af\u110e\u1175\u1109\u1173-\u110b\u1161\u1102\u1169\u1107\u1161\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"R\uc5d0\uc11c Welch\uc758 ANOVA\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95(\ub2e8\uacc4\ubcc4)\" \/>\n<meta property=\"og:description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \ub2e8\uacc4\ubcc4 \uc608\uc81c\ub97c \ud3ec\ud568\ud558\uc5ec R\uc5d0\uc11c Welch\uc758 ANOVA\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/ko\/r\u110b\u1174-\u110b\u1170\u11af\u110e\u1175\u1109\u1173-\u110b\u1161\u1102\u1169\u1107\u1161\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-25T15:47:14+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%b0%e1%86%af%e1%84%8e%e1%85%b5%e1%84%89%e1%85%b3-%e1%84%8b%e1%85%a1%e1%84%82%e1%85%a9%e1%84%87%e1%85%a1\/\",\"url\":\"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%8b%e1%85%b0%e1%86%af%e1%84%8e%e1%85%b5%e1%84%89%e1%85%b3-%e1%84%8b%e1%85%a1%e1%84%82%e1%85%a9%e1%84%87%e1%85%a1\/\",\"name\":\"R\uc5d0\uc11c Welch\uc758 ANOVA\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95(\ub2e8\uacc4\ubcc4)\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/ko\/#website\"},\"datePublished\":\"2023-07-25T15:47:14+00:00\",\"dateModified\":\"2023-07-25T15:47:14+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4\"},\"description\":\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \ub2e8\uacc4\ubcc4 \uc608\uc81c\ub97c \ud3ec\ud568\ud558\uc5ec R\uc5d0\uc11c Welch\uc758 ANOVA\ub97c \uc218\ud589\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%b0%e1%86%af%e1%84%8e%e1%85%b5%e1%84%89%e1%85%b3-%e1%84%8b%e1%85%a1%e1%84%82%e1%85%a9%e1%84%87%e1%85%a1\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%8b%e1%85%b0%e1%86%af%e1%84%8e%e1%85%b5%e1%84%89%e1%85%b3-%e1%84%8b%e1%85%a1%e1%84%82%e1%85%a9%e1%84%87%e1%85%a1\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%8b%e1%85%b0%e1%86%af%e1%84%8e%e1%85%b5%e1%84%89%e1%85%b3-%e1%84%8b%e1%85%a1%e1%84%82%e1%85%a9%e1%84%87%e1%85%a1\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\uc9d1\",\"item\":\"https:\/\/statorials.org\/ko\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"R\uc5d0\uc11c welch\uc758 anova\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95(\ub2e8\uacc4\ubcc4)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/statorials.org\/ko\/#website\",\"url\":\"https:\/\/statorials.org\/ko\/\",\"name\":\"Statorials\",\"description\":\"\ud1b5\uacc4 \ud65c\uc6a9 \ub2a5\ub825\uc744 \uc704\ud55c \uac00\uc774\ub4dc!\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/statorials.org\/ko\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4\",\"name\":\"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/statorials.org\/ko\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/statorials.org\/ko\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg\",\"contentUrl\":\"https:\/\/statorials.org\/ko\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg\",\"caption\":\"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8\"},\"description\":\"\uc548\ub155\ud558\uc138\uc694. \uc800\ub294 \ud1b5\uacc4\ud559 \uad50\uc218\ub97c \ud1f4\uc9c1\ud558\uace0 \uc804\uc784 \ud1b5\uacc4 \uad50\uc0ac\ub85c \ubcc0\uc2e0\ud55c \ubca4\uc790\ubbfc\uc785\ub2c8\ub2e4. \ud1b5\uacc4 \ubd84\uc57c\uc758 \uad11\ubc94\uc704\ud55c \uacbd\ud5d8\uacfc \uc804\ubb38 \uc9c0\uc2dd\uc744 \ubc14\ud0d5\uc73c\ub85c Statorials\ub97c \ud1b5\ud574 \ud559\uc0dd\ub4e4\uc5d0\uac8c \ud798\uc744 \uc2e4\uc5b4\uc8fc\uae30 \uc704\ud574 \uc9c0\uc2dd\uc744 \uacf5\uc720\ud558\uace0 \uc2f6\uc2b5\ub2c8\ub2e4. \ub354 \uc54c\uc544\ubcf4\uae30\",\"sameAs\":[\"https:\/\/statorials.org\/ko\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"R\uc5d0\uc11c Welch\uc758 ANOVA\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95(\ub2e8\uacc4\ubcc4)","description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \ub2e8\uacc4\ubcc4 \uc608\uc81c\ub97c \ud3ec\ud568\ud558\uc5ec R\uc5d0\uc11c Welch\uc758 ANOVA\ub97c \uc218\ud589\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\u1170\u11af\u110e\u1175\u1109\u1173-\u110b\u1161\u1102\u1169\u1107\u1161\/","og_locale":"ko_KR","og_type":"article","og_title":"R\uc5d0\uc11c Welch\uc758 ANOVA\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95(\ub2e8\uacc4\ubcc4)","og_description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \ub2e8\uacc4\ubcc4 \uc608\uc81c\ub97c \ud3ec\ud568\ud558\uc5ec R\uc5d0\uc11c Welch\uc758 ANOVA\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.","og_url":"https:\/\/statorials.org\/ko\/r\u110b\u1174-\u110b\u1170\u11af\u110e\u1175\u1109\u1173-\u110b\u1161\u1102\u1169\u1107\u1161\/","og_site_name":"Statorials","article_published_time":"2023-07-25T15:47:14+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%b0%e1%86%af%e1%84%8e%e1%85%b5%e1%84%89%e1%85%b3-%e1%84%8b%e1%85%a1%e1%84%82%e1%85%a9%e1%84%87%e1%85%a1\/","url":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%8b%e1%85%b0%e1%86%af%e1%84%8e%e1%85%b5%e1%84%89%e1%85%b3-%e1%84%8b%e1%85%a1%e1%84%82%e1%85%a9%e1%84%87%e1%85%a1\/","name":"R\uc5d0\uc11c Welch\uc758 ANOVA\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95(\ub2e8\uacc4\ubcc4)","isPartOf":{"@id":"https:\/\/statorials.org\/ko\/#website"},"datePublished":"2023-07-25T15:47:14+00:00","dateModified":"2023-07-25T15:47:14+00:00","author":{"@id":"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4"},"description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \ub2e8\uacc4\ubcc4 \uc608\uc81c\ub97c \ud3ec\ud568\ud558\uc5ec R\uc5d0\uc11c Welch\uc758 ANOVA\ub97c \uc218\ud589\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%b0%e1%86%af%e1%84%8e%e1%85%b5%e1%84%89%e1%85%b3-%e1%84%8b%e1%85%a1%e1%84%82%e1%85%a9%e1%84%87%e1%85%a1\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%8b%e1%85%b0%e1%86%af%e1%84%8e%e1%85%b5%e1%84%89%e1%85%b3-%e1%84%8b%e1%85%a1%e1%84%82%e1%85%a9%e1%84%87%e1%85%a1\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%8b%e1%85%b0%e1%86%af%e1%84%8e%e1%85%b5%e1%84%89%e1%85%b3-%e1%84%8b%e1%85%a1%e1%84%82%e1%85%a9%e1%84%87%e1%85%a1\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\uc9d1","item":"https:\/\/statorials.org\/ko\/"},{"@type":"ListItem","position":2,"name":"R\uc5d0\uc11c welch\uc758 anova\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95(\ub2e8\uacc4\ubcc4)"}]},{"@type":"WebSite","@id":"https:\/\/statorials.org\/ko\/#website","url":"https:\/\/statorials.org\/ko\/","name":"Statorials","description":"\ud1b5\uacc4 \ud65c\uc6a9 \ub2a5\ub825\uc744 \uc704\ud55c \uac00\uc774\ub4dc!","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/statorials.org\/ko\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"ko-KR"},{"@type":"Person","@id":"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4","name":"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/statorials.org\/ko\/#\/schema\/person\/image\/","url":"https:\/\/statorials.org\/ko\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg","contentUrl":"https:\/\/statorials.org\/ko\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg","caption":"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8"},"description":"\uc548\ub155\ud558\uc138\uc694. \uc800\ub294 \ud1b5\uacc4\ud559 \uad50\uc218\ub97c \ud1f4\uc9c1\ud558\uace0 \uc804\uc784 \ud1b5\uacc4 \uad50\uc0ac\ub85c \ubcc0\uc2e0\ud55c \ubca4\uc790\ubbfc\uc785\ub2c8\ub2e4. \ud1b5\uacc4 \ubd84\uc57c\uc758 \uad11\ubc94\uc704\ud55c \uacbd\ud5d8\uacfc \uc804\ubb38 \uc9c0\uc2dd\uc744 \ubc14\ud0d5\uc73c\ub85c Statorials\ub97c \ud1b5\ud574 \ud559\uc0dd\ub4e4\uc5d0\uac8c \ud798\uc744 \uc2e4\uc5b4\uc8fc\uae30 \uc704\ud574 \uc9c0\uc2dd\uc744 \uacf5\uc720\ud558\uace0 \uc2f6\uc2b5\ub2c8\ub2e4. \ub354 \uc54c\uc544\ubcf4\uae30","sameAs":["https:\/\/statorials.org\/ko"]}]}},"yoast_meta":{"yoast_wpseo_title":"","yoast_wpseo_metadesc":"","yoast_wpseo_canonical":""},"_links":{"self":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/posts\/1614","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=1614"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/posts\/1614\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/media?parent=1614"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/categories?post=1614"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/tags?post=1614"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}