{"id":2536,"date":"2023-07-21T20:14:40","date_gmt":"2023-07-21T20:14:40","guid":{"rendered":"https:\/\/statorials.org\/ko\/%e1%84%91%e1%85%a7%e1%86%ab%e1%84%83%e1%85%a9-anova-en-sas\/"},"modified":"2023-07-21T20:14:40","modified_gmt":"2023-07-21T20:14:40","slug":"%e1%84%91%e1%85%a7%e1%86%ab%e1%84%83%e1%85%a9-anova-en-sas","status":"publish","type":"post","link":"https:\/\/statorials.org\/ko\/%e1%84%91%e1%85%a7%e1%86%ab%e1%84%83%e1%85%a9-anova-en-sas\/","title":{"rendered":"Sas\uc5d0\uc11c \uc77c\uc6d0 \ubd84\uc0b0 \ubd84\uc11d\uc744 \uc218\ud589\ud558\ub294 \ubc29\ubc95"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\"><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 noreferrer\">\uc77c\uc6d0 \ubd84\uc0b0 \ubd84\uc11d\uc740<\/a> 3\uac1c \uc774\uc0c1\uc758 \ub3c5\ub9bd \uadf8\ub8f9 \ud3c9\uade0 \uac04\uc5d0 \ud1b5\uacc4\uc801\uc73c\ub85c \uc720\uc758\ud55c \ucc28\uc774\uac00 \uc788\ub294\uc9c0 \uc5ec\ubd80\ub97c \ud655\uc778\ud558\ub294 \ub370 \uc0ac\uc6a9\ub429\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 SAS\uc5d0\uc11c \uc77c\uc6d0 \ubd84\uc0b0 \ubd84\uc11d\uc744 \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;\">\ud55c \uc5f0\uad6c\uc790\uac00 \uc5f0\uad6c\uc5d0 \ucc38\uc5ec\ud560 \ud559\uc0dd 30\uba85\uc744 \ubaa8\uc9d1\ud55c\ub2e4\uace0 \uac00\uc815\ud574 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \ud559\uc0dd\ub4e4\uc740 \uc2dc\ud5d8 \uc900\ube44\ub97c \uc704\ud574 \uc138 \uac00\uc9c0 \ud559\uc2b5 \ubc29\ubc95 \uc911 \ud558\ub098\ub97c \uc0ac\uc6a9\ud558\ub3c4\ub85d <a href=\"https:\/\/statorials.org\/ko\/\u1106\u116e\u110c\u1161\u11a8\u110b\u1171-\u1109\u1165\u11ab\u1110\u1162\u11a8\u1100\u116a-\u1106\u116e\u110c\u1161\u11a8\u110b\u1171-\u1112\u1161\u11af\u1103\u1161\u11bc\/\" target=\"_blank\" rel=\"noopener\">\ubb34\uc791\uc704\ub85c \ubc30\uc815<\/a> \ub429\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uac01 \ud559\uc0dd\uc758 \uc2dc\ud5d8 \uacb0\uacfc\ub294 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4.<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-22551 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/anovasas1.jpg\" alt=\"\" width=\"219\" height=\"237\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \ucf54\ub4dc\ub97c \uc0ac\uc6a9\ud558\uc5ec SAS\uc5d0\uc11c \uc774 \ub370\uc774\ud130 \uc138\ud2b8\ub97c \uc0dd\uc131\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <span style=\"color: #000000;\"><strong><span style=\"color: #008000;\">\/*create dataset*\/\n<\/span><span style=\"color: #800080;\">data<\/span> my_data;\n    <span style=\"color: #3366ff;\">input<\/span> Method $Score;\n    <span style=\"color: #3366ff;\">datalines<\/span> ;\nAt 78\nAt 81\nAt 82\nAt 82\nAt 85\nAt 88\nAt 88\nAt 90\nB 81\nB 83\nB 83\nB85\nB 86\nB 88\nB90\nB91\nC 84\nC 88\nC 88\nC 89\nC 90\nC 93\nC 95\nC 98\n;\n<span style=\"color: #800080;\">run<\/span> ;\n<\/strong><\/span><\/pre>\n<h3> <span style=\"color: #000000;\"><strong>2\ub2e8\uacc4: \uc77c\uc6d0 \ubd84\uc0b0 \ubd84\uc11d \uc218\ud589<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c\uc73c\ub85c <strong>proc ANOVA\ub97c<\/strong> \uc0ac\uc6a9\ud558\uc5ec \uc77c\uc6d0 \ubd84\uc0b0 \ubd84\uc11d\uc744 \uc218\ud589\ud569\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <span style=\"color: #000000;\"><strong><span style=\"color: #800080;\"><span style=\"color: #008000;\">\/*perform one-way ANOVA*\/\n<\/span><span style=\"color: #000000;\"><span style=\"color: #800080;\">proc ANOVA<\/span> <span style=\"color: #3366ff;\">data<\/span> =my_data;\n<span style=\"color: #3366ff;\">classMethod<\/span> ;\n<span style=\"color: #3366ff;\">modelScore<\/span> = Method;\n<span style=\"color: #3366ff;\">means<\/span> Method \/ <span style=\"color: #3366ff;\">tukey<\/span> <span style=\"color: #3366ff;\">cldiff<\/span> ;\n<span style=\"color: #800080;\">run<\/span> ;<\/span><\/span><\/strong><\/span><\/pre>\n<p> <span style=\"color: #000000;\"><strong>\ucc38\uace0<\/strong> : \uc77c\uc6d0 \ubd84\uc0b0 \ubd84\uc11d\uc758 \uc804\uccb4 p-\uac12\uc774 \ud1b5\uacc4\uc801\uc73c\ub85c \uc720\uc758\ud55c \uacbd\uc6b0 <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\">Tukey \uc0ac\ud6c4 \ud14c\uc2a4\ud2b8\ub97c<\/a> \uc218\ud589\ud574\uc57c \ud568\uc744 \uc9c0\uc815\ud558\uae30 \uc704\ud574 <strong>\ud3c9\uade0<\/strong> \ud568\uc218\ub97c \uc0ac\uc6a9\ud588\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>3\ub2e8\uacc4: \uacb0\uacfc \ud574\uc11d<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">\uacb0\uacfc\uc5d0\uc11c \ubd84\uc11d\ud558\ub824\ub294 \uccab \ubc88\uc9f8 \ud14c\uc774\ube14\uc740 ANOVA \ud14c\uc774\ube14\uc785\ub2c8\ub2e4.<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-22552\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/anovasas2.jpg\" alt=\"SAS\uc758 \uc77c\uc6d0 \ubd84\uc0b0 \ubd84\uc11d\" width=\"441\" height=\"294\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">\uc774 \ud45c\uc5d0\uc11c \uc6b0\ub9ac\ub294 \ub2e4\uc74c\uc744 \ubcfc \uc218 \uc788\uc2b5\ub2c8\ub2e4:<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\">\uc804\uccb4 F\uac12: <strong>5.26<\/strong><\/span><\/li>\n<li> <span style=\"color: #000000;\">\ud574\ub2f9 p-\uac12: <strong>0.0140<\/strong><\/span><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\">\uc77c\uc6d0 \ubd84\uc0b0 \ubd84\uc11d\uc5d0\uc11c\ub294 \ub2e4\uc74c\uacfc \uac19\uc740 \uadc0\ubb34 \uac00\uc124\uacfc \ub300\ub9bd \uac00\uc124\uc744 \uc0ac\uc6a9\ud569\ub2c8\ub2e4.<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\"><strong>H <sub>0<\/sub> :<\/strong> \ubaa8\ub4e0 \uadf8\ub8f9 \ud3c9\uade0\uc774 \ub3d9\uc77c\ud569\ub2c8\ub2e4.<\/span><\/li>\n<li> <span style=\"color: #000000;\"><strong>H <sub>A<\/sub> :<\/strong> \uc801\uc5b4\ub3c4 \ud558\ub098\uc758 \uadf8\ub8f9 \ud3c9\uade0\uc774 \ub2e4\ub985\ub2c8\ub2e4. <sub>&nbsp;<\/sub> \ub098\uba38\uc9c0.<\/span><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\">ANOVA \ud14c\uc774\ube14\uc758 p-\uac12(0.0140)\uc774 \u03b1 = 0.05\ubcf4\ub2e4 \uc791\uc73c\ubbc0\ub85c \uadc0\ubb34 \uac00\uc124\uc744 \uae30\uac01\ud569\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc774\ub294 \uc138 \uac00\uc9c0 \ud559\uc2b5 \ubc29\ubc95\uc758 \ud3c9\uade0 \uc2dc\ud5d8 \uc810\uc218\uac00 \ub3d9\uc77c\ud558\uc9c0 \uc54a\uc74c\uc744 \ub098\ud0c0\ub0c5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>\uad00\ub828 \ud56d\ubaa9:<\/strong> <a href=\"https:\/\/statorials.org\/ko\/anova-f-\u1100\u1161\u11b9-p-\u1100\u1161\u11b9\/\" target=\"_blank\" rel=\"noopener\">ANOVA\uc5d0\uc11c F-\uac12\uacfc P-\uac12\uc744 \ud574\uc11d\ud558\ub294 \ubc29\ubc95<\/a><\/span><\/p>\n<p> <span style=\"color: #000000;\">SAS\ub294 \ub610\ud55c \uc138 \uac00\uc9c0 \ud559\uc2b5 \ubc29\ubc95 \uac01\uac01\uc5d0 \ub300\ud55c \uc2dc\ud5d8 \uacb0\uacfc \ubd84\ud3ec\ub97c \uc2dc\uac01\ud654\ud558\ub294<a href=\"https:\/\/statorials.org\/ko\/\u1109\u1161\u11bc\u110c\u1161-\u1109\u116e\u110b\u1167\u11b7\/\" target=\"_blank\" rel=\"noopener\">\uc0c1\uc790 \uadf8\ub9bc\uc744<\/a> \uc81c\uacf5\ud569\ub2c8\ub2e4.<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-22553 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/anovasas3.jpg\" alt=\"\" width=\"531\" height=\"400\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">\uc0c1\uc790 \uadf8\ub9bc\uc744 \ubcf4\uba74 \ud559\uc2b5 \ubc29\ubc95 B\uc640 C\uc5d0 \ube44\ud574 C \ubc29\ubc95\uc744 \uc0ac\uc6a9\ud55c \ud559\uc0dd\uc758 \uc2dc\ud5d8 \uc810\uc218\uac00 \ub354 \ub192\uc740 \uacbd\ud5a5\uc774 \uc788\uc74c\uc744 \uc54c \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc815\ud655\ud788 \uc5b4\ub5a4 \uadf8\ub8f9 \ud3c9\uade0\uc774 \ub2e4\ub978\uc9c0 \ud655\uc778\ud558\ub824\uba74 Tukey\uc758 \uc0ac\ud6c4 \ud14c\uc2a4\ud2b8 \uacb0\uacfc\ub97c \ubcf4\uc5ec\uc8fc\ub294 \ucd5c\uc885 \uacb0\uacfc \ud14c\uc774\ube14\uc744 \ucc38\uc870\ud574\uc57c \ud569\ub2c8\ub2e4.<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-22554 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/anovasas4.jpg\" alt=\"\" width=\"442\" height=\"477\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">\uc5b4\ub5a4 \uadf8\ub8f9 \ud3c9\uade0\uc774 \ub2e4\ub978\uc9c0 \ud655\uc778\ud558\ub824\uba74 \uc606\uc5d0 \ubcc4\ud45c( <strong>***<\/strong> )\uac00 \uc788\ub294 \uc30d\ubcc4 \ube44\uad50\ub97c \uc0b4\ud3b4\ubd10\uc57c \ud569\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\ud45c\ub97c \ubcf4\uba74 \uadf8\ub8f9 A\uc640 C\uc758 \ud3c9\uade0\uac12\uc774 \ud1b5\uacc4\uc801\uc73c\ub85c \uc720\uc758\ud558\uac8c \ub2e4\ub978 \uac83\uc744 \uc54c \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\ub610\ud55c \uadf8\ub8f9 A\uc640 C \uac04\uc758 \ud3c9\uade0 \uc2dc\ud5d8 \uc810\uc218 \ucc28\uc774\uc5d0 \ub300\ud55c 95% \uc2e0\ub8b0 \uad6c\uac04\uc744 \ubcfc \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\ud3c9\uade0 \ucc28\uc774\uc5d0 \ub300\ud55c 95% \uc2e0\ub8b0 \uad6c\uac04: <strong>[1.228, 11.522]<\/strong><\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>4\ub2e8\uacc4: \uacb0\uacfc \ubcf4\uace0<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">\ub9c8\uc9c0\ub9c9\uc73c\ub85c \uc77c\uc6d0 \ubd84\uc0b0 \ubd84\uc11d\uc758 <a href=\"https:\/\/statorials.org\/ko\/anova-\u1100\u1167\u11af\u1100\u116a\u1105\u1173\u11af-\u1107\u1169\u1100\u1169\u1112\u1161\u1102\u1173\u11ab-\u1107\u1161\u11bc\u1107\u1165\u11b8\/\" target=\"_blank\" rel=\"noopener\">\uacb0\uacfc\ub97c \ubcf4\uace0<\/a> \ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<blockquote>\n<p> <span style=\"color: #000000;\">\uc138 \uac00\uc9c0 \ub2e4\ub978 \uc5f0\uad6c \ubc29\ubc95\uc774 \uac80\uc0ac \uacb0\uacfc\uc5d0 \ubbf8\uce58\ub294 \uc601\ud5a5\uc744 \ube44\uad50\ud558\uae30 \uc704\ud574 \uc77c\uc6d0 \ubd84\uc0b0 \ubd84\uc11d(one-way ANOVA)\uc744 \uc218\ud589\ud588\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc77c\uc6d0 \ubd84\uc0b0 \ubd84\uc11d(one-way ANOVA)\uc744 \ud1b5\ud574 \ucd5c\uc18c \ub450 \uadf8\ub8f9 \uac04\uc758 \ud3c9\uade0 \uc2dc\ud5d8 \uc810\uc218\uc5d0 \ud1b5\uacc4\uc801\uc73c\ub85c \uc720\uc758\ubbf8\ud55c \ucc28\uc774\uac00 \uc788\ub294 \uac83\uc73c\ub85c \ub098\ud0c0\ub0ac\uc2b5\ub2c8\ub2e4(F(2,21) = [5.26], p = 0.014).<\/span><\/p>\n<p> <span style=\"color: #000000;\">\ub2e4\uc911 \ube44\uad50\ub97c \uc704\ud55c Tukey\uc758 HSD \ud14c\uc2a4\ud2b8\uc5d0\uc11c\ub294 \uc2dc\ud5d8 \uc810\uc218\uc758 \ud3c9\uade0\uac12\uc774 \ubc29\ubc95 C\uc640 \ubc29\ubc95 A \uac04\uc5d0 \ud06c\uac8c \ub2e4\ub978 \uac83\uc73c\ub85c \ub098\ud0c0\ub0ac\uc2b5\ub2c8\ub2e4(95% CI = [1.228, 11.522]).<\/span><\/p>\n<p> <span style=\"color: #000000;\">\ubc29\ubc95 A\uc640 \ubc29\ubc95 B, \ubc29\ubc95 B\uc640 \ubc29\ubc95 C \uc0ac\uc774\uc758 \ud3c9\uade0 \uc2dc\ud5d8 \uc810\uc218\uc5d0\ub294 \ud1b5\uacc4\uc801\uc73c\ub85c \uc720\uc758\ubbf8\ud55c \ucc28\uc774\uac00 \uc5c6\uc5c8\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<\/blockquote>\n<h3> <span style=\"color: #000000;\"><strong>\ucd94\uac00 \ub9ac\uc18c\uc2a4<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \uc790\uc2b5\uc11c\uc5d0\uc11c\ub294 \uc77c\uc6d0 \ubd84\uc0b0 \ubd84\uc11d\uc5d0 \ub300\ud55c \ucd94\uac00 \uc815\ubcf4\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4.<\/span><\/p>\n<p> <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 \ubd84\uc11d \uc18c\uac1c<\/a><br \/> <a href=\"https:\/\/statorials.org\/ko\/\u1103\u1161\u11ab\u1107\u1161\u11bc\u1112\u1163\u11bc-\u1103\u1161\u1102\u1169\u1107\u1161-\u1100\u1168\u1109\u1161\u11ab\u1100\u1175\/\" target=\"_blank\" rel=\"noopener\">\uc77c\uc6d0 \ubd84\uc0b0 \ubd84\uc11d \uacc4\uc0b0\uae30<\/a><br \/> <a href=\"https:\/\/statorials.org\/ko\/\u1111\u1167\u11ab\u1103\u1169-\u110b\u1161\u1102\u1169\u1107\u1161-\u110b\u1161\u11af\u1105\u1161-\u1106\u1166\u110b\u1175\u11ab\/\" target=\"_blank\" rel=\"noopener\">\uc77c\uc6d0 \ubd84\uc0b0 \ubd84\uc11d\uc744 \uc218\ub3d9\uc73c\ub85c \uc218\ud589\ud558\ub294 \ubc29\ubc95<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\uc77c\uc6d0 \ubd84\uc0b0 \ubd84\uc11d\uc740 3\uac1c \uc774\uc0c1\uc758 \ub3c5\ub9bd \uadf8\ub8f9 \ud3c9\uade0 \uac04\uc5d0 \ud1b5\uacc4\uc801\uc73c\ub85c \uc720\uc758\ud55c \ucc28\uc774\uac00 \uc788\ub294\uc9c0 \uc5ec\ubd80\ub97c \ud655\uc778\ud558\ub294 \ub370 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 SAS\uc5d0\uc11c \uc77c\uc6d0 \ubd84\uc0b0 \ubd84\uc11d\uc744 \uc218\ud589\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud55c \ub2e8\uacc4\ubcc4 \uc608\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4. 1\ub2e8\uacc4: \ub370\uc774\ud130 \uc0dd\uc131 \ud55c \uc5f0\uad6c\uc790\uac00 \uc5f0\uad6c\uc5d0 \ucc38\uc5ec\ud560 \ud559\uc0dd 30\uba85\uc744 \ubaa8\uc9d1\ud55c\ub2e4\uace0 \uac00\uc815\ud574 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \ud559\uc0dd\ub4e4\uc740 \uc2dc\ud5d8 \uc900\ube44\ub97c \uc704\ud574 \uc138 \uac00\uc9c0 \ud559\uc2b5 \ubc29\ubc95 \uc911 \ud558\ub098\ub97c \uc0ac\uc6a9\ud558\ub3c4\ub85d \ubb34\uc791\uc704\ub85c \ubc30\uc815 \ub429\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-2536","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>SAS\uc5d0\uc11c \uc77c\uc6d0 \ubd84\uc0b0 \ubd84\uc11d\uc744 \uc218\ud589\ud558\ub294 \ubc29\ubc95 - \ud1b5\uacc4<\/title>\n<meta name=\"description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \ub2e8\uacc4\ubcc4 \uc608\uc81c\ub97c \ud1b5\ud574 SAS\uc5d0\uc11c \uc77c\uc6d0 \ubd84\uc0b0 \ubd84\uc11d\uc744 \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\/\u1111\u1167\u11ab\u1103\u1169-anova-en-sas\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"SAS\uc5d0\uc11c \uc77c\uc6d0 \ubd84\uc0b0 \ubd84\uc11d\uc744 \uc218\ud589\ud558\ub294 \ubc29\ubc95 - \ud1b5\uacc4\" \/>\n<meta property=\"og:description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \ub2e8\uacc4\ubcc4 \uc608\uc81c\ub97c \ud1b5\ud574 SAS\uc5d0\uc11c \uc77c\uc6d0 \ubd84\uc0b0 \ubd84\uc11d\uc744 \uc218\ud589\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/ko\/\u1111\u1167\u11ab\u1103\u1169-anova-en-sas\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-21T20:14:40+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/anovasas1.jpg\" \/>\n<meta name=\"author\" content=\"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/statorials.org\/ko\/%e1%84%91%e1%85%a7%e1%86%ab%e1%84%83%e1%85%a9-anova-en-sas\/\",\"url\":\"https:\/\/statorials.org\/ko\/%e1%84%91%e1%85%a7%e1%86%ab%e1%84%83%e1%85%a9-anova-en-sas\/\",\"name\":\"SAS\uc5d0\uc11c \uc77c\uc6d0 \ubd84\uc0b0 \ubd84\uc11d\uc744 \uc218\ud589\ud558\ub294 \ubc29\ubc95 - \ud1b5\uacc4\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/ko\/#website\"},\"datePublished\":\"2023-07-21T20:14:40+00:00\",\"dateModified\":\"2023-07-21T20:14:40+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 \ud1b5\ud574 SAS\uc5d0\uc11c \uc77c\uc6d0 \ubd84\uc0b0 \ubd84\uc11d\uc744 \uc218\ud589\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/ko\/%e1%84%91%e1%85%a7%e1%86%ab%e1%84%83%e1%85%a9-anova-en-sas\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/ko\/%e1%84%91%e1%85%a7%e1%86%ab%e1%84%83%e1%85%a9-anova-en-sas\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/ko\/%e1%84%91%e1%85%a7%e1%86%ab%e1%84%83%e1%85%a9-anova-en-sas\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\uc9d1\",\"item\":\"https:\/\/statorials.org\/ko\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Sas\uc5d0\uc11c \uc77c\uc6d0 \ubd84\uc0b0 \ubd84\uc11d\uc744 \uc218\ud589\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":"SAS\uc5d0\uc11c \uc77c\uc6d0 \ubd84\uc0b0 \ubd84\uc11d\uc744 \uc218\ud589\ud558\ub294 \ubc29\ubc95 - \ud1b5\uacc4","description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \ub2e8\uacc4\ubcc4 \uc608\uc81c\ub97c \ud1b5\ud574 SAS\uc5d0\uc11c \uc77c\uc6d0 \ubd84\uc0b0 \ubd84\uc11d\uc744 \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\/\u1111\u1167\u11ab\u1103\u1169-anova-en-sas\/","og_locale":"ko_KR","og_type":"article","og_title":"SAS\uc5d0\uc11c \uc77c\uc6d0 \ubd84\uc0b0 \ubd84\uc11d\uc744 \uc218\ud589\ud558\ub294 \ubc29\ubc95 - \ud1b5\uacc4","og_description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \ub2e8\uacc4\ubcc4 \uc608\uc81c\ub97c \ud1b5\ud574 SAS\uc5d0\uc11c \uc77c\uc6d0 \ubd84\uc0b0 \ubd84\uc11d\uc744 \uc218\ud589\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.","og_url":"https:\/\/statorials.org\/ko\/\u1111\u1167\u11ab\u1103\u1169-anova-en-sas\/","og_site_name":"Statorials","article_published_time":"2023-07-21T20:14:40+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/anovasas1.jpg"}],"author":"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8","twitter_card":"summary_large_image","twitter_misc":{"Written by":"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/statorials.org\/ko\/%e1%84%91%e1%85%a7%e1%86%ab%e1%84%83%e1%85%a9-anova-en-sas\/","url":"https:\/\/statorials.org\/ko\/%e1%84%91%e1%85%a7%e1%86%ab%e1%84%83%e1%85%a9-anova-en-sas\/","name":"SAS\uc5d0\uc11c \uc77c\uc6d0 \ubd84\uc0b0 \ubd84\uc11d\uc744 \uc218\ud589\ud558\ub294 \ubc29\ubc95 - \ud1b5\uacc4","isPartOf":{"@id":"https:\/\/statorials.org\/ko\/#website"},"datePublished":"2023-07-21T20:14:40+00:00","dateModified":"2023-07-21T20:14:40+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 \ud1b5\ud574 SAS\uc5d0\uc11c \uc77c\uc6d0 \ubd84\uc0b0 \ubd84\uc11d\uc744 \uc218\ud589\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.","breadcrumb":{"@id":"https:\/\/statorials.org\/ko\/%e1%84%91%e1%85%a7%e1%86%ab%e1%84%83%e1%85%a9-anova-en-sas\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/ko\/%e1%84%91%e1%85%a7%e1%86%ab%e1%84%83%e1%85%a9-anova-en-sas\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/ko\/%e1%84%91%e1%85%a7%e1%86%ab%e1%84%83%e1%85%a9-anova-en-sas\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\uc9d1","item":"https:\/\/statorials.org\/ko\/"},{"@type":"ListItem","position":2,"name":"Sas\uc5d0\uc11c \uc77c\uc6d0 \ubd84\uc0b0 \ubd84\uc11d\uc744 \uc218\ud589\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\/2536","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=2536"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/posts\/2536\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/media?parent=2536"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/categories?post=2536"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/tags?post=2536"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}