{"id":487,"date":"2023-07-29T17:55:21","date_gmt":"2023-07-29T17:55:21","guid":{"rendered":"https:\/\/statorials.org\/ko\/%e1%84%8b%e1%85%a2%e1%86%ab%e1%84%83%e1%85%a5%e1%84%89%e1%85%b3%e1%86%ab-%e1%84%8e%e1%85%a6%e1%84%85%e1%85%b5-%e1%84%90%e1%85%a6%e1%84%89%e1%85%b3%e1%84%90%e1%85%b3-r\/"},"modified":"2023-07-29T17:55:21","modified_gmt":"2023-07-29T17:55:21","slug":"%e1%84%8b%e1%85%a2%e1%86%ab%e1%84%83%e1%85%a5%e1%84%89%e1%85%b3%e1%86%ab-%e1%84%8e%e1%85%a6%e1%84%85%e1%85%b5-%e1%84%90%e1%85%a6%e1%84%89%e1%85%b3%e1%84%90%e1%85%b3-r","status":"publish","type":"post","link":"https:\/\/statorials.org\/ko\/%e1%84%8b%e1%85%a2%e1%86%ab%e1%84%83%e1%85%a5%e1%84%89%e1%85%b3%e1%86%ab-%e1%84%8e%e1%85%a6%e1%84%85%e1%85%b5-%e1%84%90%e1%85%a6%e1%84%89%e1%85%b3%e1%84%90%e1%85%b3-r\/","title":{"rendered":"R\uc5d0\uc11c anderson-darling \ud14c\uc2a4\ud2b8\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\"><strong>Anderson-Darling \uac80\uc815\uc740<\/strong> \ub370\uc774\ud130\uac00 \uc9c0\uc815\ub41c \ubd84\ud3ec\uc5d0 \uc5bc\ub9c8\ub098 \uc798 \ub9de\ub294\uc9c0 \uce21\uc815\ud558\ub294 \uc801\ud569\ub3c4 \uac80\uc815\uc785\ub2c8\ub2e4. \uc774 \ud14c\uc2a4\ud2b8\ub294 \ub370\uc774\ud130\uac00 \uc815\uaddc \ubd84\ud3ec\ub97c \ub530\ub974\ub294\uc9c0 \uc5ec\ubd80\ub97c \ud655\uc778\ud558\ub294 \ub370 \uac00\uc7a5 \uc790\uc8fc \uc0ac\uc6a9\ub429\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc774 \uc720\ud615\uc758 \ud14c\uc2a4\ud2b8\ub294 \ud68c\uadc0 \ubd84\uc11d, ANOVA, t-\ud14c\uc2a4\ud2b8 \ub4f1\uc744 \ud3ec\ud568\ud55c \ub9ce\uc740 \ud1b5\uacc4 \ud14c\uc2a4\ud2b8\uc5d0\uc11c \uc77c\ubc18\uc801\uc73c\ub85c \uc0ac\uc6a9\ub418\ub294 \uac00\uc815\uc778 \uc815\uaddc\uc131\uc744 \ud14c\uc2a4\ud2b8\ud558\ub294 \ub370 \uc720\uc6a9\ud569\ub2c8\ub2e4.<\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>\uc608: R\uc758 Anderson-Darling \ud14c\uc2a4\ud2b8<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">R\uc5d0\uc11c Anderson-Darling \ud14c\uc2a4\ud2b8\ub97c \uc218\ud589\ud558\ub824\uba74 <strong>nortest<\/strong> \ub77c\uc774\ube0c\ub7ec\ub9ac\uc758 <strong>ad.test()<\/strong> \ud568\uc218\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \ucf54\ub4dc\ub294 100\uac1c \uac12\uc758 \ubca1\ud130\uac00 \uc815\uaddc \ubd84\ud3ec\ub97c \ub530\ub974\ub294\uc9c0 \uc5ec\ubd80\ub97c \ud14c\uc2a4\ud2b8\ud558\uae30 \uc704\ud574 AD \ud14c\uc2a4\ud2b8\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #e5e5e5; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#install (if not already installed) and load <em>nortest<\/em> library<\/span>\ninstall.packages('nortest')\nlibrary(nortest)\n\n<span style=\"color: #008080;\">#make this example reproducible<\/span>\nset.seed(1)\n\n<span style=\"color: #008080;\">#defined vector of 100 values that are normally distributed\n<span style=\"color: #000000;\">x &lt;- rnorm(100, 0, 1)<\/span>\n\n#conduct Anderson-Darling Test to test for normality\n<span style=\"color: #000000;\">ad.test(x)\n\n<\/span><span style=\"color: #000000;\"><span style=\"color: #000000;\">#<\/span> Anderson-Darling normality test\n#\n#data:x\n#A = 0.16021, p-value = 0.9471\n<\/span><\/span><\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\uc774 \ud14c\uc2a4\ud2b8\ub294 \ub2e4\uc74c \ub450 \uac00\uc9c0 \uac12\uc744 \ubc18\ud658\ud569\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>A<\/strong> : \ud14c\uc2a4\ud2b8 \ud1b5\uacc4\uc785\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>p-\uac12<\/strong> : \uac80\uc815 \ud1b5\uacc4\ub7c9\uc758 \ud574\ub2f9 p-\uac12\uc785\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">AD \uac80\uc815\uc758 \uadc0\ubb34 \uac00\uc124\uc740 \ub370\uc774\ud130\uac00 \uc815\uaddc \ubd84\ud3ec\ub97c <em>\ub530\ub978\ub2e4<\/em> \ub294 \uac83\uc785\ub2c8\ub2e4. \ub530\ub77c\uc11c \uac80\uc815\uc5d0 \ub300\ud55c p-\uac12\uc774 \uc720\uc758 \uc218\uc900(\uc77c\ubc18\uc801\uc73c\ub85c 0.10, 0.05, 0.01)\ubcf4\ub2e4 \uc791\uc73c\uba74 \uadc0\ubb34 \uac00\uc124\uc744 \uae30\uac01\ud558\uace0 \ub370\uc774\ud130\uac00 \ub2e4\uc74c\uc744 \ub530\ub974\uc9c0 \uc54a\ub294\ub2e4\uace0 \uc8fc\uc7a5\ud560 \uc218 \uc788\ub294 \ucda9\ubd84\ud55c \uc99d\uac70\uac00 \uc788\ub2e4\uace0 \uacb0\ub860\uc744 \ub0b4\ub9b4 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc815\uc0c1\uc801\uc778 \uada4\uc801. \ubd84\ud3ec.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc774 \uacbd\uc6b0 p-\uac12\uc740 0.9471\uc785\ub2c8\ub2e4. \uc774 \uc22b\uc790\ub294 \uc720\uc758 \uc218\uc900(\uc608: 0.05)\ubcf4\ub2e4 \ub0ae\uc9c0 \uc54a\uc73c\ubbc0\ub85c \uadc0\ubb34 \uac00\uc124\uc744 \uae30\uac01\ud560 \ucda9\ubd84\ud55c \uc99d\uac70\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. \uc6b0\ub9ac \ub370\uc774\ud130\uac00 \uc815\uaddc \ubd84\ud3ec\ub97c \ub530\ub978\ub2e4\uace0 \ub9d0\ud558\ub294 \uac83\uc774 \uc548\uc804\ud569\ub2c8\ub2e4. \uc774\ub294 R\uc758 <strong>rnorm()<\/strong> \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud3c9\uade0\uc774 0\uc774\uace0 \ud45c\uc900 \ud3b8\ucc28\uac00 1\uc778 \uc815\uaddc \ubd84\ud3ec\ub97c \ub530\ub974\ub294 100\uac1c\uc758 \uac12\uc744 \uc0dd\uc131\ud588\ub2e4\ub294 \uc810\uc744 \uace0\ub824\ud558\uba74 \uc758\ubbf8\uac00 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>\uad00\ub828 \ud56d\ubaa9:<\/strong><\/span> <a href=\"https:\/\/statorials.org\/ko\/\u1110\u1169\u11bc\u1100\u1168\u1112\u1161\u11a8\u110b\u1173\u11ab-\u1100\u1161\u11ab\u1103\u1161\u11ab\u1112\u1161\u1100\u1169-\u110c\u1175\u11a8\u110c\u1165\u11b8\u110c\u1165\u11a8\u110b\u1175\u11ab-\u1107\u1161\u11bc\u1107\u1165\u11b8\u110b\u1173\u1105\u1169-\u1100\u1162\u1102\u1167\u11b7\u110b\u1173\u11af-\u1109\u1165\u11af\u1106\u1167\u11bc\u1112\u1161\u1106\u1173\u1105\u1169-\u1110\u1169\u11bc\u1100\u1168\u1105\u1173\u11af-\u1103\u1165-\u1109\u1171\u11b8\u1100\u1166-\u1107\u1162\u110b\u116e\u11af-\u1109\u116e-\u110b\u1175\u11bb\u1109\u1173\u11b8\u1102\u1175\u1103\u1161.\/\" target=\"_blank\" rel=\"noopener\">R\uc758 dnorm, pnorm, qnorm \ubc0f rnorm\uc5d0 \ub300\ud55c \uac00\uc774\ub4dc<\/a><\/p>\n<p> <span style=\"color: #000000;\">\ub300\uc2e0, 0\uacfc 1 \uc0ac\uc774\uc758 \uade0\uc77c \ubd84\ud3ec\ub97c \ub530\ub974\ub294 100\uac1c \uac12\uc758 \ubca1\ud130\ub97c \uc0dd\uc131\ud55c\ub2e4\uace0 \uac00\uc815\ud574 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4. AD \ud14c\uc2a4\ud2b8\ub97c \ub2e4\uc2dc \uc2e4\ud589\ud558\uc5ec \uc774 \ub370\uc774\ud130\uac00 \uc815\uaddc \ubd84\ud3ec\ub97c \ub530\ub974\ub294\uc9c0 \ud655\uc778\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #e5e5e5; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#make this example reproducible\n<\/span>set.seed(1)\n\n<span style=\"color: #008080;\">#defined vector of 100 values that are uniformly distributed\n<\/span>x &lt;- runif(100, 0, 1)\n\n<span style=\"color: #008080;\">#conduct Anderson-Darling Test to test for normality\n<\/span>ad.test(x)\n\n# Anderson-Darling normality test\n#\n#data:x\n#A = 1.1472, p-value = 0.005086\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\"><em>A<\/em> \uac80\uc815 \ud1b5\uacc4\ub7c9\uc740 1.1472\uc774\uace0 \ud574\ub2f9 p-\uac12\uc740 0.005086\uc785\ub2c8\ub2e4. p-\uac12\uc774 0.05\ubcf4\ub2e4 \uc791\uae30 \ub54c\ubb38\uc5d0 \uadc0\ubb34 \uac00\uc124\uc744 \uae30\uac01\ud558\uace0 \uc774 \ub370\uc774\ud130\uac00 \uc815\uaddc \ubd84\ud3ec\ub97c \ub530\ub974\uc9c0 \uc54a\ub294\ub2e4\uace0 \ub9d0\ud560 \uc218 \uc788\ub294 \ucda9\ubd84\ud55c \uc99d\uac70\uac00 \uc788\ub2e4\ub294 \uacb0\ub860\uc744 \ub0b4\ub9b4 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774\ub294 \ub370\uc774\ud130\uac00 \uc2e4\uc81c\ub85c \uade0\uc77c\ud55c \ubd84\ud3ec\ub97c \ub530\ub978\ub2e4\ub294 \uac83\uc744 \uc54c\uace0 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc608\uc0c1\ud55c \uacb0\uacfc\uc785\ub2c8\ub2e4.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>R\uc758 \ub370\uc774\ud130 \ud504\ub808\uc784 \uc5f4\uc5d0 \ub300\ud574 Anderson-Darling \ud14c\uc2a4\ud2b8 \uc218\ud589<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">R\uc5d0\uc11c \ub370\uc774\ud130 \ud504\ub808\uc784\uc758 \uc9c0\uc815\ub41c \uc5f4\uc5d0 \ub300\ud574 AD \ud14c\uc2a4\ud2b8\ub97c \uc218\ud589\ud560 \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4 \ub0b4\uc7a5\ub41c <strong>\ubd93\uaf43<\/strong> \ub370\uc774\ud130 \uc138\ud2b8\ub97c \uace0\ub824\ud574 \ubcf4\uc138\uc694.<\/span><\/p>\n<pre style=\"background-color: #e5e5e5; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#view first six lines of <em>iris<\/em> dataset<\/span>\nhead(iris)\n\n# Sepal.Length Sepal.Width Petal.Length Petal.Width Species\n#1 5.1 3.5 1.4 0.2 setosa\n#2 4.9 3.0 1.4 0.2 setosa\n#3 4.7 3.2 1.3 0.2 setosa\n#4 4.6 3.1 1.5 0.2 setosa\n#5 5.0 3.6 1.4 0.2 setosa\n#6 5.4 3.9 1.7 0.4 setosa\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\"><em>Petal.Width<\/em> \ubcc0\uc218\uac00 \uc815\uaddc \ubd84\ud3ec\ub97c \ub530\ub974\ub294\uc9c0 \uc54c\uace0 \uc2f6\ub2e4\uace0 \uac00\uc815\ud574 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uba3c\uc800 \uac12 \ubd84\ud3ec\ub97c \uc2dc\uac01\ud654\ud558\uae30 \uc704\ud574 \ud788\uc2a4\ud1a0\uadf8\ub7a8\uc744 \ub9cc\ub4e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #e5e5e5; font-size: 15px;\"> <strong>hist(iris$Petal.Width, col = 'steelblue', main = 'Distribution of Petal Widths',\n     xlab = 'Petal Width')\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\ub370\uc774\ud130\uac00 \uc815\uaddc \ubd84\ud3ec\ub97c \ub530\ub974\uc9c0 \uc54a\ub294 \uac83 \uac19\uc2b5\ub2c8\ub2e4. \uc774\ub97c \ud655\uc778\ud558\uae30 \uc704\ud574 AD \ud14c\uc2a4\ud2b8\ub97c \uc218\ud589\ud558\uc5ec \ub370\uc774\ud130\uac00 \uc815\uaddc \ubd84\ud3ec\uc778\uc9c0 \uc5ec\ubd80\ub97c \uacf5\uc2dd\uc801\uc73c\ub85c \ud14c\uc2a4\ud2b8\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #e5e5e5; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#conduct Anderson-Darling Test to test for normality\n<\/span>ad.test(iris$Petal.Width)\n\n# Anderson-Darling normality test\n#\n#data: iris$Petal.Width\n#A = 5.1057, p-value = 1.125e-12\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\uac80\uc815\uc758 p-\uac12\uc740 0.05\ubcf4\ub2e4 \uc791\uc73c\ubbc0\ub85c \uadc0\ubb34 \uac00\uc124\uc744 \uae30\uac01\ud558\uace0 <em>Petal.Width\uac00<\/em> \uc815\uaddc \ubd84\ud3ec\ub97c \ub530\ub974\uc9c0 \uc54a\ub294\ub2e4\ub294 \uacb0\ub860\uc744 \ub0b4\ub9b4 \uc218 \uc788\ub294 \ucda9\ubd84\ud55c \uc99d\uac70\uac00 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Anderson-Darling \uac80\uc815\uc740 \ub370\uc774\ud130\uac00 \uc9c0\uc815\ub41c \ubd84\ud3ec\uc5d0 \uc5bc\ub9c8\ub098 \uc798 \ub9de\ub294\uc9c0 \uce21\uc815\ud558\ub294 \uc801\ud569\ub3c4 \uac80\uc815\uc785\ub2c8\ub2e4. \uc774 \ud14c\uc2a4\ud2b8\ub294 \ub370\uc774\ud130\uac00 \uc815\uaddc \ubd84\ud3ec\ub97c \ub530\ub974\ub294\uc9c0 \uc5ec\ubd80\ub97c \ud655\uc778\ud558\ub294 \ub370 \uac00\uc7a5 \uc790\uc8fc \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \uc774 \uc720\ud615\uc758 \ud14c\uc2a4\ud2b8\ub294 \ud68c\uadc0 \ubd84\uc11d, ANOVA, t-\ud14c\uc2a4\ud2b8 \ub4f1\uc744 \ud3ec\ud568\ud55c \ub9ce\uc740 \ud1b5\uacc4 \ud14c\uc2a4\ud2b8\uc5d0\uc11c \uc77c\ubc18\uc801\uc73c\ub85c \uc0ac\uc6a9\ub418\ub294 \uac00\uc815\uc778 \uc815\uaddc\uc131\uc744 \ud14c\uc2a4\ud2b8\ud558\ub294 \ub370 \uc720\uc6a9\ud569\ub2c8\ub2e4. \uc608: R\uc758 Anderson-Darling \ud14c\uc2a4\ud2b8 R\uc5d0\uc11c Anderson-Darling \ud14c\uc2a4\ud2b8\ub97c \uc218\ud589\ud558\ub824\uba74 nortest \ub77c\uc774\ube0c\ub7ec\ub9ac\uc758 ad.test() \ud568\uc218\ub97c \uc0ac\uc6a9\ud560 [&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-487","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 Anderson-Darling \ud14c\uc2a4\ud2b8\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95 - \ud1b5\uacc4\ud559<\/title>\n<meta name=\"description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc5d0\uc11c Anderson-Darling \uc815\uaddc\uc131 \ud14c\uc2a4\ud2b8\ub97c \uc27d\uac8c \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\/\u110b\u1162\u11ab\u1103\u1165\u1109\u1173\u11ab-\u110e\u1166\u1105\u1175-\u1110\u1166\u1109\u1173\u1110\u1173-r\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"R\uc5d0\uc11c Anderson-Darling \ud14c\uc2a4\ud2b8\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95 - \ud1b5\uacc4\ud559\" \/>\n<meta property=\"og:description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc5d0\uc11c Anderson-Darling \uc815\uaddc\uc131 \ud14c\uc2a4\ud2b8\ub97c \uc27d\uac8c \uc218\ud589\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/ko\/\u110b\u1162\u11ab\u1103\u1165\u1109\u1173\u11ab-\u110e\u1166\u1105\u1175-\u1110\u1166\u1109\u1173\u1110\u1173-r\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-29T17:55:21+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\/%e1%84%8b%e1%85%a2%e1%86%ab%e1%84%83%e1%85%a5%e1%84%89%e1%85%b3%e1%86%ab-%e1%84%8e%e1%85%a6%e1%84%85%e1%85%b5-%e1%84%90%e1%85%a6%e1%84%89%e1%85%b3%e1%84%90%e1%85%b3-r\/\",\"url\":\"https:\/\/statorials.org\/ko\/%e1%84%8b%e1%85%a2%e1%86%ab%e1%84%83%e1%85%a5%e1%84%89%e1%85%b3%e1%86%ab-%e1%84%8e%e1%85%a6%e1%84%85%e1%85%b5-%e1%84%90%e1%85%a6%e1%84%89%e1%85%b3%e1%84%90%e1%85%b3-r\/\",\"name\":\"R\uc5d0\uc11c Anderson-Darling \ud14c\uc2a4\ud2b8\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95 - \ud1b5\uacc4\ud559\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/ko\/#website\"},\"datePublished\":\"2023-07-29T17:55:21+00:00\",\"dateModified\":\"2023-07-29T17:55:21+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4\"},\"description\":\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc5d0\uc11c Anderson-Darling \uc815\uaddc\uc131 \ud14c\uc2a4\ud2b8\ub97c \uc27d\uac8c \uc218\ud589\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/ko\/%e1%84%8b%e1%85%a2%e1%86%ab%e1%84%83%e1%85%a5%e1%84%89%e1%85%b3%e1%86%ab-%e1%84%8e%e1%85%a6%e1%84%85%e1%85%b5-%e1%84%90%e1%85%a6%e1%84%89%e1%85%b3%e1%84%90%e1%85%b3-r\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/ko\/%e1%84%8b%e1%85%a2%e1%86%ab%e1%84%83%e1%85%a5%e1%84%89%e1%85%b3%e1%86%ab-%e1%84%8e%e1%85%a6%e1%84%85%e1%85%b5-%e1%84%90%e1%85%a6%e1%84%89%e1%85%b3%e1%84%90%e1%85%b3-r\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/ko\/%e1%84%8b%e1%85%a2%e1%86%ab%e1%84%83%e1%85%a5%e1%84%89%e1%85%b3%e1%86%ab-%e1%84%8e%e1%85%a6%e1%84%85%e1%85%b5-%e1%84%90%e1%85%a6%e1%84%89%e1%85%b3%e1%84%90%e1%85%b3-r\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\uc9d1\",\"item\":\"https:\/\/statorials.org\/ko\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"R\uc5d0\uc11c anderson-darling \ud14c\uc2a4\ud2b8\ub97c \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":"R\uc5d0\uc11c Anderson-Darling \ud14c\uc2a4\ud2b8\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95 - \ud1b5\uacc4\ud559","description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc5d0\uc11c Anderson-Darling \uc815\uaddc\uc131 \ud14c\uc2a4\ud2b8\ub97c \uc27d\uac8c \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\/\u110b\u1162\u11ab\u1103\u1165\u1109\u1173\u11ab-\u110e\u1166\u1105\u1175-\u1110\u1166\u1109\u1173\u1110\u1173-r\/","og_locale":"ko_KR","og_type":"article","og_title":"R\uc5d0\uc11c Anderson-Darling \ud14c\uc2a4\ud2b8\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95 - \ud1b5\uacc4\ud559","og_description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc5d0\uc11c Anderson-Darling \uc815\uaddc\uc131 \ud14c\uc2a4\ud2b8\ub97c \uc27d\uac8c \uc218\ud589\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.","og_url":"https:\/\/statorials.org\/ko\/\u110b\u1162\u11ab\u1103\u1165\u1109\u1173\u11ab-\u110e\u1166\u1105\u1175-\u1110\u1166\u1109\u1173\u1110\u1173-r\/","og_site_name":"Statorials","article_published_time":"2023-07-29T17:55:21+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\/%e1%84%8b%e1%85%a2%e1%86%ab%e1%84%83%e1%85%a5%e1%84%89%e1%85%b3%e1%86%ab-%e1%84%8e%e1%85%a6%e1%84%85%e1%85%b5-%e1%84%90%e1%85%a6%e1%84%89%e1%85%b3%e1%84%90%e1%85%b3-r\/","url":"https:\/\/statorials.org\/ko\/%e1%84%8b%e1%85%a2%e1%86%ab%e1%84%83%e1%85%a5%e1%84%89%e1%85%b3%e1%86%ab-%e1%84%8e%e1%85%a6%e1%84%85%e1%85%b5-%e1%84%90%e1%85%a6%e1%84%89%e1%85%b3%e1%84%90%e1%85%b3-r\/","name":"R\uc5d0\uc11c Anderson-Darling \ud14c\uc2a4\ud2b8\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95 - \ud1b5\uacc4\ud559","isPartOf":{"@id":"https:\/\/statorials.org\/ko\/#website"},"datePublished":"2023-07-29T17:55:21+00:00","dateModified":"2023-07-29T17:55:21+00:00","author":{"@id":"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4"},"description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc5d0\uc11c Anderson-Darling \uc815\uaddc\uc131 \ud14c\uc2a4\ud2b8\ub97c \uc27d\uac8c \uc218\ud589\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.","breadcrumb":{"@id":"https:\/\/statorials.org\/ko\/%e1%84%8b%e1%85%a2%e1%86%ab%e1%84%83%e1%85%a5%e1%84%89%e1%85%b3%e1%86%ab-%e1%84%8e%e1%85%a6%e1%84%85%e1%85%b5-%e1%84%90%e1%85%a6%e1%84%89%e1%85%b3%e1%84%90%e1%85%b3-r\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/ko\/%e1%84%8b%e1%85%a2%e1%86%ab%e1%84%83%e1%85%a5%e1%84%89%e1%85%b3%e1%86%ab-%e1%84%8e%e1%85%a6%e1%84%85%e1%85%b5-%e1%84%90%e1%85%a6%e1%84%89%e1%85%b3%e1%84%90%e1%85%b3-r\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/ko\/%e1%84%8b%e1%85%a2%e1%86%ab%e1%84%83%e1%85%a5%e1%84%89%e1%85%b3%e1%86%ab-%e1%84%8e%e1%85%a6%e1%84%85%e1%85%b5-%e1%84%90%e1%85%a6%e1%84%89%e1%85%b3%e1%84%90%e1%85%b3-r\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\uc9d1","item":"https:\/\/statorials.org\/ko\/"},{"@type":"ListItem","position":2,"name":"R\uc5d0\uc11c anderson-darling \ud14c\uc2a4\ud2b8\ub97c \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\/487","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=487"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/posts\/487\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/media?parent=487"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/categories?post=487"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/tags?post=487"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}