{"id":3439,"date":"2023-07-17T11:29:47","date_gmt":"2023-07-17T11:29:47","guid":{"rendered":"https:\/\/statorials.org\/ko\/%e1%84%90%e1%85%a9%e1%86%bc%e1%84%80%e1%85%a8%e1%84%86%e1%85%a9%e1%84%83%e1%85%a6%e1%86%af-%e1%84%89%e1%85%a5%e1%86%ab%e1%84%92%e1%85%a7%e1%86%bc-%e1%84%92%e1%85%ac%e1%84%80%e1%85%b1-p-%e1%84%80\/"},"modified":"2023-07-17T11:29:47","modified_gmt":"2023-07-17T11:29:47","slug":"%e1%84%90%e1%85%a9%e1%86%bc%e1%84%80%e1%85%a8%e1%84%86%e1%85%a9%e1%84%83%e1%85%a6%e1%86%af-%e1%84%89%e1%85%a5%e1%86%ab%e1%84%92%e1%85%a7%e1%86%bc-%e1%84%92%e1%85%ac%e1%84%80%e1%85%b1-p-%e1%84%80","status":"publish","type":"post","link":"https:\/\/statorials.org\/ko\/%e1%84%90%e1%85%a9%e1%86%bc%e1%84%80%e1%85%a8%e1%84%86%e1%85%a9%e1%84%83%e1%85%a6%e1%86%af-%e1%84%89%e1%85%a5%e1%86%ab%e1%84%92%e1%85%a7%e1%86%bc-%e1%84%92%e1%85%ac%e1%84%80%e1%85%b1-p-%e1%84%80\/","title":{"rendered":"\ud1b5\uacc4 \ubaa8\ub378\uc758 \uc120\ud615 \ud68c\uadc0\uc5d0\uc11c p \uac12\uc744 \ucd94\ucd9c\ud558\ub294 \ubc29\ubc95"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">Python\uc758 <a href=\"https:\/\/www.statsmodels.org\/stable\/index.html\" target=\"_blank\" rel=\"noopener\">statsmodels<\/a> \ubaa8\ub4c8\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc120\ud615 \ud68c\uadc0 \ubaa8\ub378 \ud53c\ud305\uc5d0\uc11c \uacc4\uc218\uc5d0 \ub300\ud55c p-\uac12\uc744 \ucd94\ucd9c\ud558\ub824\uba74 \ub2e4\uc74c \ubc29\ubc95\uc744 \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#extract p-values for all predictor variables\n<\/span><span style=\"color: #008000;\">for<\/span> x <span style=\"color: #008000;\">in<\/span> range(0, 3):\n    <span style=\"color: #008000;\">print<\/span> ( <span style=\"color: #3366ff;\">model.pvalues<\/span> [x])\n\n<span style=\"color: #008080;\">#extract p-value for specific predictor variable name\n<\/span>model. <span style=\"color: #3366ff;\">pvalues<\/span> . <span style=\"color: #3366ff;\">loc<\/span> [' <span style=\"color: #ff0000;\">predictor1<\/span> ']\n\n<span style=\"color: #008080;\">#extract p-value for specific predictor variable position<\/span>\nmodel. <span style=\"color: #3366ff;\">pvalues<\/span> [0]\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \uc608\uc5d0\uc11c\ub294 \uac01 \ubc29\ubc95\uc744 \uc2e4\uc81c\ub85c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>\uc608: \ud1b5\uacc4 \ubaa8\ub378\uc758 \uc120\ud615 \ud68c\uadc0\uc5d0\uc11c P \uac12 \ucd94\ucd9c<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">\ud559\uc2b5 \uc2dc\uac04, \uc751\uc2dc\ud55c \uc900\ube44 \uc2dc\ud5d8, \ud2b9\uc815 \uc218\uc5c5\uc758 \ud559\uc0dd\ub4e4\uc774 \ubc1b\uc740 \ucd5c\uc885 \uc131\uc801\uc5d0 \ub300\ud55c \uc815\ubcf4\uac00 \ud3ec\ud568\ub41c \ub2e4\uc74c\uacfc \uac19\uc740 pandas DataFrame\uc774 \uc788\ub2e4\uace0 \uac00\uc815\ud569\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #107d3f;\">import<\/span> pandas <span style=\"color: #107d3f;\">as<\/span> pd\n\n<span style=\"color: #008080;\">#createDataFrame\n<\/span>df = pd. <span style=\"color: #3366ff;\">DataFrame<\/span> ({' <span style=\"color: #ff0000;\">hours<\/span> ': [1, 2, 2, 4, 2, 1, 5, 4, 2, 4, 4, 3, 6],\n                   ' <span style=\"color: #ff0000;\">exams<\/span> ': [1, 3, 3, 5, 2, 2, 1, 1, 0, 3, 4, 3, 2],\n                   ' <span style=\"color: #ff0000;\">score<\/span> ': [76, 78, 85, 88, 72, 69, 94, 94, 88, 92, 90, 75, 96]})\n\n<span style=\"color: #008080;\">#view head of DataFrame\n<\/span>df. <span style=\"color: #3366ff;\">head<\/span> ()\n\n\thours exam score\n0 1 1 76\n1 2 3 78\n2 2 3 85\n3 4 5 88\n4 2 2 72<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">statsmodels \ubaa8\ub4c8\uc758 <strong>OLS()<\/strong> \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec &#8220;\uc2dc\uac04&#8221;\uacfc &#8220;\uc2dc\ud5d8&#8221;\uc744 \uc608\uce21 \ubcc0\uc218\ub85c \uc0ac\uc6a9\ud558\uace0 &#8220;\uc810\uc218&#8221; <a href=\"https:\/\/statorials.org\/ko\/\u1107\u1167\u11ab\u1109\u116e-\u1109\u1165\u11af\u1106\u1167\u11bc-\u110b\u1173\u11bc\u1103\u1161\u11b8\/\" target=\"_blank\" rel=\"noopener\">\ub97c \uc751\ub2f5 \ubcc0\uc218<\/a> \ub85c \uc0ac\uc6a9\ud558\uc5ec <a href=\"https:\/\/statorials.org\/ko\/\u1103\u1161\u110c\u116e\u11bc-\u1109\u1165\u11ab\u1112\u1167\u11bc-\u1112\u116c\u1100\u1171\/\" target=\"_blank\" rel=\"noopener\">\ub2e4\uc911 \uc120\ud615 \ud68c\uadc0 \ubaa8\ub378<\/a> \uc5d0 \ub9de\ucd9c \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #107d3f;\">import<\/span> statsmodels. <span style=\"color: #3366ff;\">api<\/span> <span style=\"color: #107d3f;\">as<\/span> sm\n\n<span style=\"color: #008080;\">#define predictor and response variables\n<\/span>y = df['score']\nx = df[['hours', 'exams']]\n\n<span style=\"color: #008080;\">#add constant to predictor variables\n<\/span>x = sm. <span style=\"color: #3366ff;\">add_constant<\/span> (x)\n\n<span style=\"color: #008080;\">#fit linear regression model\n<\/span>model = sm. <span style=\"color: #3366ff;\">OLS<\/span> (y,x). <span style=\"color: #3366ff;\">fit<\/span> ()\n\n<span style=\"color: #008080;\">#view model summary\n<\/span><span style=\"color: #008000;\">print<\/span> ( <span style=\"color: #3366ff;\">model.summary<\/span> ())\n\n                            OLS Regression Results                            \n==================================================== ============================\nDept. Variable: R-squared score: 0.718\nModel: OLS Adj. R-squared: 0.661\nMethod: Least Squares F-statistic: 12.70\nDate: Fri, 05 Aug 2022 Prob (F-statistic): 0.00180\nTime: 09:24:38 Log-Likelihood: -38.618\nNo. Observations: 13 AIC: 83.24\nDf Residuals: 10 BIC: 84.93\nDf Model: 2                                         \nCovariance Type: non-robust                                         \n==================================================== ============================\n                 coef std err t P&gt;|t| [0.025 0.975]\n-------------------------------------------------- ----------------------------\nconst 71.4048 4.001 17.847 0.000 62.490 80.319\nhours 5.1275 1.018 5.038 0.001 2.860 7.395\nexams -1.2121 1.147 -1.057 0.315 -3.768 1.344\n==================================================== ============================\nOmnibus: 1,103 Durbin-Watson: 1,248\nProb(Omnibus): 0.576 Jarque-Bera (JB): 0.803\nSkew: -0.289 Prob(JB): 0.669\nKurtosis: 1.928 Cond. No. 11.7\n==================================================== ============================\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\uae30\ubcf8\uc801\uc73c\ub85c <strong>summary()<\/strong> \ud568\uc218\ub294 \uac01 \uc608\uce21 \ubcc0\uc218\uc758 p-\uac12\uc744 \uc18c\uc218\uc810 \uc774\ud558 \uc138 \uc790\ub9ac\uae4c\uc9c0 \ud45c\uc2dc\ud569\ub2c8\ub2e4.<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\">\uc808\ud3b8\uc5d0 \ub300\ud55c P-\uac12: <strong>0.000<\/strong><\/span><\/li>\n<li> <span style=\"color: #000000;\">\uc2dc\uac04\uc5d0 \ub300\ud55c P-\uac12: <strong>0.001<\/strong><\/span><\/li>\n<li> <span style=\"color: #000000;\">\uc2dc\ud5d8\uc5d0 \ub300\ud55c P-\uac12: <strong>0.315<\/strong><\/span><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\">\uadf8\ub7ec\ub098 \ub2e4\uc74c \uad6c\ubb38\uc744 \uc0ac\uc6a9\ud558\uc5ec \ubaa8\ub378\uc5d0\uc11c \uac01 \uc608\uce21 \ubcc0\uc218\uc5d0 \ub300\ud55c \uc804\uccb4 p-\uac12\uc744 \ucd94\ucd9c\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#extract p-values for all predictor variables\n<\/span><span style=\"color: #008000;\">for<\/span> x <span style=\"color: #008000;\">in<\/span> range(0, 3):\n    <span style=\"color: #008000;\">print<\/span> ( <span style=\"color: #3366ff;\">model.pvalues<\/span> [x])\n\n6.514115622692573e-09\n0.0005077783375870773\n0.3154807854805659\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\uc774\ub97c \ud1b5\ud574 \uc18c\uc218\uc810 \uc774\ud558 \uc790\ub9bf\uc218\uac00 \ub354 \ub9ce\uc740 p-\uac12\uc744 \ubcfc \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\">\uc808\ud3b8\uc5d0 \ub300\ud55c P-\uac12: <strong>0.00000000651411562269257<\/strong><\/span><\/li>\n<li> <span style=\"color: #000000;\">\uc2dc\uac04\uc5d0 \ub300\ud55c P-\uac12: <strong>0.0005077783375870773<\/strong><\/span><\/li>\n<li> <span style=\"color: #000000;\">\uc2dc\ud5d8\uc5d0 \ub300\ud55c P-\uac12: <strong>0.3154807854805659<\/strong><\/span><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\"><strong>\ucc38\uace0<\/strong> : \ud68c\uadc0 \ubaa8\ub378\uc5d0 \ucd1d 3\uac1c\uc758 \uacc4\uc218\uac00 \uc788\uc5c8\uae30 \ub54c\ubb38\uc5d0 <strong>range()<\/strong> \ud568\uc218\uc5d0 <strong>3\uc744<\/strong> \uc0ac\uc6a9\ud588\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\ub610\ud55c \ub2e4\uc74c \uad6c\ubb38\uc744 \uc0ac\uc6a9\ud558\uc5ec &#8220;\uc2dc\uac04&#8221; \ubcc0\uc218\uc5d0 \ub300\ud55c p-\uac12\uc744 \uad6c\uccb4\uc801\uc73c\ub85c \ucd94\ucd9c\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#extract p-value for 'hours' only\n<\/span>model. <span style=\"color: #3366ff;\">pvalues<\/span> . <span style=\"color: #3366ff;\">loc<\/span> [' <span style=\"color: #ff0000;\">hours<\/span> ']\n\n0.0005077783375870773\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\ub610\ub294 \ub2e4\uc74c \uad6c\ubb38\uc744 \uc0ac\uc6a9\ud558\uc5ec \ud68c\uadc0 \ubaa8\ub378\uc758 \ud2b9\uc815 \uc704\uce58\uc5d0\uc11c \ubcc0\uc218 \uacc4\uc218\uc758 p-\uac12\uc744 \ucd94\ucd9c\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#extract p-value for coefficient in index position 0\n<\/span>model. <span style=\"color: #3366ff;\">pvalues<\/span> [0]\n\n6.514115622692573e-09<\/strong><\/pre>\n<h2> <span style=\"color: #000000;\"><strong>\ucd94\uac00 \ub9ac\uc18c\uc2a4<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 Python\uc5d0\uc11c \ub2e4\ub978 \uc77c\ubc18\uc801\uc778 \uc791\uc5c5\uc744 \uc218\ud589\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.<\/span><\/p>\n<p> <a href=\"https:\/\/statorials.org\/ko\/\u1105\u1169\u110c\u1175\u1109\u1173\u1110\u1175\u11a8-\u1112\u116c\u1100\u1171-\u1111\u1161\u110b\u1175\u110a\u1165\u11ab\/\" target=\"_blank\" rel=\"noopener\">Python\uc5d0\uc11c \ub85c\uc9c0\uc2a4\ud2f1 \ud68c\uadc0\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95<\/a><br \/><a href=\"https:\/\/statorials.org\/ko\/\u1111\u1161\u110b\u1175\u110a\u1165\u11ab\u110b\u1174-aic\/\" target=\"_blank\" rel=\"noopener\">Python\uc5d0\uc11c \ud68c\uadc0 \ubaa8\ub378\uc758 AIC\ub97c \uacc4\uc0b0\ud558\ub294 \ubc29\ubc95<\/a><br \/> <a href=\"https:\/\/statorials.org\/ko\/python\u110b\u1174-r-\u1109\u1161\u1100\u1161\u11a8\u1112\u1167\u11bc\u110b\u1175-\u110c\u1169\u110c\u1165\u11bc\u1103\u116c\u11b8\u1102\u1175\u1103\u1161.\/\" target=\"_blank\" rel=\"noopener\">Python\uc5d0\uc11c \uc870\uc815\ub41c R-\uc81c\uacf1\uc744 \uacc4\uc0b0\ud558\ub294 \ubc29\ubc95<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Python\uc758 statsmodels \ubaa8\ub4c8\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc120\ud615 \ud68c\uadc0 \ubaa8\ub378 \ud53c\ud305\uc5d0\uc11c \uacc4\uc218\uc5d0 \ub300\ud55c p-\uac12\uc744 \ucd94\ucd9c\ud558\ub824\uba74 \ub2e4\uc74c \ubc29\ubc95\uc744 \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. #extract p-values for all predictor variables for x in range(0, 3): print ( model.pvalues [x]) #extract p-value for specific predictor variable name model. pvalues . loc [&#8216; predictor1 &#8216;] #extract p-value for specific predictor variable position model. pvalues [&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-3439","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>\ud1b5\uacc4 \ubaa8\ub378\uc758 \uc120\ud615 \ud68c\uadc0\uc5d0\uc11c P \uac12\uc744 \ucd94\ucd9c\ud558\ub294 \ubc29\ubc95 - Statorials<\/title>\n<meta name=\"description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 Python\uc758 Statistics Models\uc5d0\uc11c \uc120\ud615 \ud68c\uadc0 \ubaa8\ub378\uc758 \ucd9c\ub825\uc5d0\uc11c p-\uac12\uc744 \ucd94\ucd9c\ud558\ub294 \ubc29\ubc95\uc744 \uc608\uc81c\uc640 \ud568\uaed8 \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\/\u1110\u1169\u11bc\u1100\u1168\u1106\u1169\u1103\u1166\u11af-\u1109\u1165\u11ab\u1112\u1167\u11bc-\u1112\u116c\u1100\u1171-p-\u1100\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\ud1b5\uacc4 \ubaa8\ub378\uc758 \uc120\ud615 \ud68c\uadc0\uc5d0\uc11c P \uac12\uc744 \ucd94\ucd9c\ud558\ub294 \ubc29\ubc95 - Statorials\" \/>\n<meta property=\"og:description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 Python\uc758 Statistics Models\uc5d0\uc11c \uc120\ud615 \ud68c\uadc0 \ubaa8\ub378\uc758 \ucd9c\ub825\uc5d0\uc11c p-\uac12\uc744 \ucd94\ucd9c\ud558\ub294 \ubc29\ubc95\uc744 \uc608\uc81c\uc640 \ud568\uaed8 \uc124\uba85\ud569\ub2c8\ub2e4.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/ko\/\u1110\u1169\u11bc\u1100\u1168\u1106\u1169\u1103\u1166\u11af-\u1109\u1165\u11ab\u1112\u1167\u11bc-\u1112\u116c\u1100\u1171-p-\u1100\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-17T11:29:47+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%90%e1%85%a9%e1%86%bc%e1%84%80%e1%85%a8%e1%84%86%e1%85%a9%e1%84%83%e1%85%a6%e1%86%af-%e1%84%89%e1%85%a5%e1%86%ab%e1%84%92%e1%85%a7%e1%86%bc-%e1%84%92%e1%85%ac%e1%84%80%e1%85%b1-p-%e1%84%80\/\",\"url\":\"https:\/\/statorials.org\/ko\/%e1%84%90%e1%85%a9%e1%86%bc%e1%84%80%e1%85%a8%e1%84%86%e1%85%a9%e1%84%83%e1%85%a6%e1%86%af-%e1%84%89%e1%85%a5%e1%86%ab%e1%84%92%e1%85%a7%e1%86%bc-%e1%84%92%e1%85%ac%e1%84%80%e1%85%b1-p-%e1%84%80\/\",\"name\":\"\ud1b5\uacc4 \ubaa8\ub378\uc758 \uc120\ud615 \ud68c\uadc0\uc5d0\uc11c P \uac12\uc744 \ucd94\ucd9c\ud558\ub294 \ubc29\ubc95 - Statorials\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/ko\/#website\"},\"datePublished\":\"2023-07-17T11:29:47+00:00\",\"dateModified\":\"2023-07-17T11:29:47+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4\"},\"description\":\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 Python\uc758 Statistics Models\uc5d0\uc11c \uc120\ud615 \ud68c\uadc0 \ubaa8\ub378\uc758 \ucd9c\ub825\uc5d0\uc11c p-\uac12\uc744 \ucd94\ucd9c\ud558\ub294 \ubc29\ubc95\uc744 \uc608\uc81c\uc640 \ud568\uaed8 \uc124\uba85\ud569\ub2c8\ub2e4.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/ko\/%e1%84%90%e1%85%a9%e1%86%bc%e1%84%80%e1%85%a8%e1%84%86%e1%85%a9%e1%84%83%e1%85%a6%e1%86%af-%e1%84%89%e1%85%a5%e1%86%ab%e1%84%92%e1%85%a7%e1%86%bc-%e1%84%92%e1%85%ac%e1%84%80%e1%85%b1-p-%e1%84%80\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/ko\/%e1%84%90%e1%85%a9%e1%86%bc%e1%84%80%e1%85%a8%e1%84%86%e1%85%a9%e1%84%83%e1%85%a6%e1%86%af-%e1%84%89%e1%85%a5%e1%86%ab%e1%84%92%e1%85%a7%e1%86%bc-%e1%84%92%e1%85%ac%e1%84%80%e1%85%b1-p-%e1%84%80\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/ko\/%e1%84%90%e1%85%a9%e1%86%bc%e1%84%80%e1%85%a8%e1%84%86%e1%85%a9%e1%84%83%e1%85%a6%e1%86%af-%e1%84%89%e1%85%a5%e1%86%ab%e1%84%92%e1%85%a7%e1%86%bc-%e1%84%92%e1%85%ac%e1%84%80%e1%85%b1-p-%e1%84%80\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\uc9d1\",\"item\":\"https:\/\/statorials.org\/ko\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\ud1b5\uacc4 \ubaa8\ub378\uc758 \uc120\ud615 \ud68c\uadc0\uc5d0\uc11c p \uac12\uc744 \ucd94\ucd9c\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":"\ud1b5\uacc4 \ubaa8\ub378\uc758 \uc120\ud615 \ud68c\uadc0\uc5d0\uc11c P \uac12\uc744 \ucd94\ucd9c\ud558\ub294 \ubc29\ubc95 - Statorials","description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 Python\uc758 Statistics Models\uc5d0\uc11c \uc120\ud615 \ud68c\uadc0 \ubaa8\ub378\uc758 \ucd9c\ub825\uc5d0\uc11c p-\uac12\uc744 \ucd94\ucd9c\ud558\ub294 \ubc29\ubc95\uc744 \uc608\uc81c\uc640 \ud568\uaed8 \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\/\u1110\u1169\u11bc\u1100\u1168\u1106\u1169\u1103\u1166\u11af-\u1109\u1165\u11ab\u1112\u1167\u11bc-\u1112\u116c\u1100\u1171-p-\u1100\/","og_locale":"ko_KR","og_type":"article","og_title":"\ud1b5\uacc4 \ubaa8\ub378\uc758 \uc120\ud615 \ud68c\uadc0\uc5d0\uc11c P \uac12\uc744 \ucd94\ucd9c\ud558\ub294 \ubc29\ubc95 - Statorials","og_description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 Python\uc758 Statistics Models\uc5d0\uc11c \uc120\ud615 \ud68c\uadc0 \ubaa8\ub378\uc758 \ucd9c\ub825\uc5d0\uc11c p-\uac12\uc744 \ucd94\ucd9c\ud558\ub294 \ubc29\ubc95\uc744 \uc608\uc81c\uc640 \ud568\uaed8 \uc124\uba85\ud569\ub2c8\ub2e4.","og_url":"https:\/\/statorials.org\/ko\/\u1110\u1169\u11bc\u1100\u1168\u1106\u1169\u1103\u1166\u11af-\u1109\u1165\u11ab\u1112\u1167\u11bc-\u1112\u116c\u1100\u1171-p-\u1100\/","og_site_name":"Statorials","article_published_time":"2023-07-17T11:29:47+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%90%e1%85%a9%e1%86%bc%e1%84%80%e1%85%a8%e1%84%86%e1%85%a9%e1%84%83%e1%85%a6%e1%86%af-%e1%84%89%e1%85%a5%e1%86%ab%e1%84%92%e1%85%a7%e1%86%bc-%e1%84%92%e1%85%ac%e1%84%80%e1%85%b1-p-%e1%84%80\/","url":"https:\/\/statorials.org\/ko\/%e1%84%90%e1%85%a9%e1%86%bc%e1%84%80%e1%85%a8%e1%84%86%e1%85%a9%e1%84%83%e1%85%a6%e1%86%af-%e1%84%89%e1%85%a5%e1%86%ab%e1%84%92%e1%85%a7%e1%86%bc-%e1%84%92%e1%85%ac%e1%84%80%e1%85%b1-p-%e1%84%80\/","name":"\ud1b5\uacc4 \ubaa8\ub378\uc758 \uc120\ud615 \ud68c\uadc0\uc5d0\uc11c P \uac12\uc744 \ucd94\ucd9c\ud558\ub294 \ubc29\ubc95 - Statorials","isPartOf":{"@id":"https:\/\/statorials.org\/ko\/#website"},"datePublished":"2023-07-17T11:29:47+00:00","dateModified":"2023-07-17T11:29:47+00:00","author":{"@id":"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4"},"description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 Python\uc758 Statistics Models\uc5d0\uc11c \uc120\ud615 \ud68c\uadc0 \ubaa8\ub378\uc758 \ucd9c\ub825\uc5d0\uc11c p-\uac12\uc744 \ucd94\ucd9c\ud558\ub294 \ubc29\ubc95\uc744 \uc608\uc81c\uc640 \ud568\uaed8 \uc124\uba85\ud569\ub2c8\ub2e4.","breadcrumb":{"@id":"https:\/\/statorials.org\/ko\/%e1%84%90%e1%85%a9%e1%86%bc%e1%84%80%e1%85%a8%e1%84%86%e1%85%a9%e1%84%83%e1%85%a6%e1%86%af-%e1%84%89%e1%85%a5%e1%86%ab%e1%84%92%e1%85%a7%e1%86%bc-%e1%84%92%e1%85%ac%e1%84%80%e1%85%b1-p-%e1%84%80\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/ko\/%e1%84%90%e1%85%a9%e1%86%bc%e1%84%80%e1%85%a8%e1%84%86%e1%85%a9%e1%84%83%e1%85%a6%e1%86%af-%e1%84%89%e1%85%a5%e1%86%ab%e1%84%92%e1%85%a7%e1%86%bc-%e1%84%92%e1%85%ac%e1%84%80%e1%85%b1-p-%e1%84%80\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/ko\/%e1%84%90%e1%85%a9%e1%86%bc%e1%84%80%e1%85%a8%e1%84%86%e1%85%a9%e1%84%83%e1%85%a6%e1%86%af-%e1%84%89%e1%85%a5%e1%86%ab%e1%84%92%e1%85%a7%e1%86%bc-%e1%84%92%e1%85%ac%e1%84%80%e1%85%b1-p-%e1%84%80\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\uc9d1","item":"https:\/\/statorials.org\/ko\/"},{"@type":"ListItem","position":2,"name":"\ud1b5\uacc4 \ubaa8\ub378\uc758 \uc120\ud615 \ud68c\uadc0\uc5d0\uc11c p \uac12\uc744 \ucd94\ucd9c\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\/3439","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=3439"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/posts\/3439\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/media?parent=3439"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/categories?post=3439"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/tags?post=3439"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}