{"id":1274,"date":"2023-07-27T01:24:14","date_gmt":"2023-07-27T01:24:14","guid":{"rendered":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-df%e1%84%87%e1%85%a6%e1%84%90%e1%85%a1\/"},"modified":"2023-07-27T01:24:14","modified_gmt":"2023-07-27T01:24:14","slug":"r%e1%84%8b%e1%85%b4-df%e1%84%87%e1%85%a6%e1%84%90%e1%85%a1","status":"publish","type":"post","link":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-df%e1%84%87%e1%85%a6%e1%84%90%e1%85%a1\/","title":{"rendered":"R\uc5d0\uc11c dfbetas\ub97c \uacc4\uc0b0\ud558\ub294 \ubc29\ubc95"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">\ud1b5\uacc4\uc5d0\uc11c \uc6b0\ub9ac\ub294 \ud68c\uadc0 \ubaa8\ub378\uc5d0\uc11c \ub2e4\uc591\ud55c <a href=\"https:\/\/statorials.org\/ko\/\u1110\u1169\u11bc\u1100\u1168\u110b\u1166\u1109\u1165\u110b\u1174-\u1100\u116a\u11ab\u110e\u1161\u11af\/\" target=\"_blank\" rel=\"noopener\">\uad00\ucc30\uc774<\/a> \uc5b4\ub5a4 \uc601\ud5a5\uc744 \ubbf8\uce58\ub294\uc9c0 \uc54c\uace0 \uc2f6\uc5b4\ud558\ub294 \uacbd\uc6b0\uac00 \ub9ce\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uad00\uce21\uac12\uc758 \uc601\ud5a5\uc744 \uacc4\uc0b0\ud558\ub294 \ud55c \uac00\uc9c0 \ubc29\ubc95\uc740 <strong>DFBETAS<\/strong> \ub77c\ub294 \uce21\uc815\ud56d\ubaa9\uc744 \uc0ac\uc6a9\ud558\ub294 \uac83\uc785\ub2c8\ub2e4. \uc774\ub294 \uac01 \uac1c\ubcc4 \uad00\uce21\uac12\uc744 \uc81c\uac70\ud558\ub294 \uac01 \uacc4\uc218\uc5d0 \ub300\ud55c \ud45c\uc900\ud654\ub41c \ud6a8\uacfc\ub97c \uc54c\ub824\uc90d\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc774 \uce21\uc815\ud56d\ubaa9\uc740 \uc8fc\uc5b4\uc9c4 \ud68c\uadc0 \ubaa8\ub378\uc758 \uac01 \uacc4\uc218 \ucd94\uc815\uce58\uc5d0 \ub300\ud55c \uac01 \uad00\uce21\uac12\uc758 \uc601\ud5a5\uc5d0 \ub300\ud55c \uc544\uc774\ub514\uc5b4\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R \ubaa8\ub378\uc758 \uac01 \uad00\uce21\uac12\uc5d0 \ub300\ud574 DFBETAS\ub97c \uacc4\uc0b0\ud558\uace0 \uc2dc\uac01\ud654\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud55c \ub2e8\uacc4\ubcc4 \uc608\ub97c \ubcf4\uc5ec\uc90d\ub2c8\ub2e4.<\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>1\ub2e8\uacc4: \ud68c\uadc0 \ubaa8\ub378 \ub9cc\ub4e4\uae30<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">\uba3c\uc800 R\uc5d0 \ub0b4\uc7a5\ub41c <strong>mtcars<\/strong> \ub370\uc774\ud130 \uc138\ud2b8\ub97c \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-r\/\" target=\"_blank\" rel=\"noopener\">\ub2e4\uc911 \uc120\ud615 \ud68c\uadc0 \ubaa8\ub378\uc744<\/a> \ub9cc\ub4ed\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #e5e5e5; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#fit a regression model<\/span>\nmodel &lt;- lm(mpg~disp+hp, data=mtcars)\n\n<span style=\"color: #008080;\">#view model summary\n<\/span>summary(model)\n\nCoefficients:\n             Estimate Std. Error t value Pr(&gt;|t|)    \n(Intercept) 30.735904 1.331566 23.083 &lt; 2nd-16 ***\navailable -0.030346 0.007405 -4.098 0.000306 ***\nhp -0.024840 0.013385 -1.856 0.073679 .  \n---\nSignificant. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1\n\nResidual standard error: 3.127 on 29 degrees of freedom\nMultiple R-squared: 0.7482, Adjusted R-squared: 0.7309 \nF-statistic: 43.09 on 2 and 29 DF, p-value: 2.062e-09\n<\/strong><\/pre>\n<h3> <span style=\"color: #000000;\"><strong>2\ub2e8\uacc4: \uac01 \uad00\ucc30\uc5d0 \ub300\ud55c DFBETAS \uacc4\uc0b0<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c\uc73c\ub85c \ub0b4\uc7a5\ub41c <strong>dfbetas()<\/strong> \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \ubaa8\ub378\uc758 \uac01 \uad00\uce21\uac12\uc5d0 \ub300\ud55c DFBETAS \uac12\uc744 \uacc4\uc0b0\ud569\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #e5e5e5; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#calculate DFBETAS for each observation in the model\n<\/span>dfbetas &lt;- <span style=\"color: #3366ff;\">as<\/span> . <span style=\"color: #3366ff;\">data<\/span> . <span style=\"color: #3366ff;\">frame<\/span> (dfbetas(model))\n\n<span style=\"color: #008080;\">#display DFBETAS for each observation\n<\/span>dfbetas\n\n                      (Intercept) disp hp\nMazda RX4 -0.1174171253 0.030760632 1.748143e-02\nMazda RX4 Wag -0.1174171253 0.030760632 1.748143e-02\nDatsun 710 -0.1694989349 0.086630144 -3.332781e-05\nHornet 4 Drive 0.0577309674 0.078971334 -8.705488e-02\nHornet Sportabout -0.0204333878 0.237526523 -1.366155e-01\nValiant -0.1711908285 -0.139135639 1.829038e-01\nDuster 360 -0.0312338677 -0.005356209 3.581378e-02\nMerc 240D -0.0312259577 -0.010409922 2.433256e-02\nMerc 230 -0.0865872595 0.016428917 2.287867e-02\nMerc 280 -0.1560683502 0.078667906 -1.911180e-02\nMerc 280C -0.2254489597 0.113639937 -2.760800e-02\nMerc 450SE 0.0022844093 0.002966155 -2.855985e-02\nMerc 450SL 0.0009062022 0.001176644 -1.132941e-02\nMerc 450SLC 0.0041566755 0.005397169 -5.196706e-02\nCadillac Fleetwood 0.0388832216 -0.134511133 7.277283e-02\nLincoln Continental 0.0483781688 -0.121146607 5.326220e-02\nChrysler Imperial -0.1645266331 0.236634429 -3.917771e-02\nFiat 128 0.5720358325 -0.181104179 -1.265475e-01\nHonda Civic 0.3490872162 -0.053660545 -1.326422e-01\nToyota Corolla 0.7367058819 -0.268512348 -1.342384e-01\nToyota Corona -0.2181110386 0.101336902 5.945352e-03\nDodge Challenger -0.0270169005 -0.123610713 9.441241e-02\nAMC Javelin -0.0406785103 -0.141711468 1.074514e-01\nCamaro Z28 0.0390139262 0.012846225 -5.031588e-02\nPontiac Firebird -0.0549059340 0.574544346 -3.689584e-01\nFiat X1-9 0.0565157245 -0.017751582 -1.262221e-02\nPorsche 914-2 0.0839169111 -0.028670987 -1.240452e-02\nLotus Europa 0.3444562478 -0.402678927 2.135224e-01\nFord Pantera L -0.1598854695 -0.094184733 2.320845e-01\nFerrari Dino -0.0343997122 0.248642444 -2.344154e-01\nMaserati Bora -0.3436265545 -0.511285637 7.319066e-01\nVolvo 142E -0.1784974091 0.132692956 -4.433915e-02\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\uac01 \uad00\uce21\uac12\uc5d0 \ub300\ud574 \ud2b9\uc815 \uad00\uce21\uac12\uc744 \uc81c\uac70\ud560 \ub54c \ubc1c\uc0dd\ud558\ub294 \uc6d0\uc810, <em>disp<\/em> \ubcc0\uc218 \ubc0f <em>hp<\/em> \ubcc0\uc218\uc5d0 \ub300\ud55c \uacc4\uc218 \ucd94\uc815\uce58\uc758 \ucc28\uc774\ub97c \ud655\uc778\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc77c\ubc18\uc801\uc73c\ub85c \uc6b0\ub9ac\ub294 \uad00\uce21\uce58\uac00 2\/ <span style=\"text-decoration: overline;\">\u221an<\/span> \uc758 \uc784\uacc4\uac12\ubcf4\ub2e4 \ud070 DBETAS \uac12\uc744 \uac16\ub294 \uacbd\uc6b0 \uad00\uce21\uce58\uac00 \uc8fc\uc5b4\uc9c4 \uacc4\uc218\uc758 \ucd94\uc815\uc5d0 \uac15\ud55c \uc601\ud5a5\uc744 \ubbf8\uce5c\ub2e4\uace0 \uac04\uc8fc\ud569\ub2c8\ub2e4. \uc5ec\uae30\uc11c <em>n<\/em> \uc740 \uad00\uce21\uce58 \uc218\uc785\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc774 \uc608\uc5d0\uc11c \uc784\uacc4\uac12\uc740 <strong>0.3535534<\/strong> \uc785\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #e5e5e5; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#find number of observations<\/span>\nn &lt;- <span style=\"color: #3366ff;\">nrow<\/span> (mtcars)\n\n<span style=\"color: #008080;\">#calculate DFBETAS threshold value<\/span>\nthresh &lt;- 2\/ <span style=\"color: #3366ff;\">sqrt<\/span> (n)\n\nthresh\n\n[1] 0.3535534\n<\/strong><\/pre>\n<p> <strong style=\"color: #000000; font-family: Montserrat, sans-serif; font-size: 24px;\">3\ub2e8\uacc4: DFBETAS \uc2dc\uac01\ud654<\/strong><\/p>\n<p> <span style=\"color: #000000;\">\ub9c8\uc9c0\ub9c9\uc73c\ub85c \ubaa8\ub378\uc758 \uac01 \uad00\uce21\uac12\uacfc \uac01 \uc608\uce21 \ubcc0\uc218\uc5d0 \ub300\ud55c DFBETAS \uac12\uc744 \uc2dc\uac01\ud654\ud558\ub294 \ud50c\ub86f\uc744 \ub9cc\ub4e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span> <\/p>\n<pre style=\"background-color: #e5e5e5; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#specify 2 rows and 1 column in plotting region<\/span>\nby(mfrow=c(2,1))\n\n<span style=\"color: #008080;\">#plot DFBETAS for <em>disp<\/em> with threshold lines<\/span>\nplot(dfbetas$disp, type=' <span style=\"color: #008000;\">h<\/span> ')\nabline(h = thresh, lty = 2)\nabline(h = -thresh, lty = 2)\n\n<span style=\"color: #008080;\">#plot DFBETAS for <em>hp<\/em> with threshold lines<\/span> \nplot(dfbetas$hp, type=' <span style=\"color: #008000;\">h<\/span> ')\nabline(h = thresh, lty = 2)\nabline(h = -thresh, lty = 2)\n<\/strong><\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-12547 \" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/dfbetas1.png\" alt=\"R\uc758 DFBETAS\" width=\"486\" height=\"442\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">\uac01 \ud50c\ub86f\uc5d0\uc11c x\ucd95\uc740 \ub370\uc774\ud130 \uc138\ud2b8\uc758 \uac01 \uad00\uce21\uce58\uc5d0 \ub300\ud55c \uc778\ub371\uc2a4\ub97c \ud45c\uc2dc\ud558\uace0 y-\uac12\uc740 \uac01 \uad00\uce21\uce58 \ubc0f \uac01 \uc608\uce21 \ubcc0\uc218\uc5d0 \ud574\ub2f9\ud558\ub294 DFBETAS\ub97c \ud45c\uc2dc\ud569\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uccab \ubc88\uc9f8 \ud50c\ub86f\uc5d0\uc11c\ub294 3\uac1c\uc758 \uad00\uce21\uce58\uac00 \uc808\ub300 \uc784\uacc4\uac12 <strong>0.3535534<\/strong> \ub97c \ucd08\uacfc\ud558\ub294 \uac83\uc744 \ubcfc \uc218 \uc788\uc73c\uba70, \ub450 \ubc88\uc9f8 \ud50c\ub86f\uc5d0\uc11c\ub294 2\uac1c\uc758 \uad00\uce21\uce58\uac00 \uc808\ub300 \uc784\uacc4\uac12\uc744 \ucd08\uacfc\ud558\ub294 \uac83\uc744 \ubcfc \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc6b0\ub9ac\ub294 \uc774\ub7ec\ud55c \uad00\ucc30\uc744 \ub354 \uc790\uc138\ud788 \uc5f0\uad6c\ud558\uc5ec \ubaa8\ub378 \uacc4\uc218 \ucd94\uc815\uc5d0 \uacfc\ub3c4\ud55c \uc601\ud5a5\uc744 \ubbf8\uce58\ub294\uc9c0 \uc5ec\ubd80\ub97c \uacb0\uc815\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/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\/r\u110b\u1174-\u1103\u1161\u11ab\u1109\u116e\u11ab-\u1109\u1165\u11ab\u1112\u1167\u11bc-\u1112\u116c\u1100\u1171\/\" target=\"_blank\" rel=\"noopener\">R\uc5d0\uc11c \ub2e8\uc21c \uc120\ud615 \ud68c\uadc0\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95<\/a><br \/> <a href=\"https:\/\/statorials.org\/ko\/\u1103\u1161\u110c\u116e\u11bc-\u1109\u1165\u11ab\u1112\u1167\u11bc-\u1112\u116c\u1100\u1171-r\/\" target=\"_blank\" rel=\"noopener\">R\uc5d0\uc11c \ub2e4\uc911 \uc120\ud615 \ud68c\uadc0\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95<\/a><br \/> <a href=\"https:\/\/statorials.org\/ko\/r\u110b\u1174-\u1105\u1166\u1107\u1165\u1105\u1175\u110c\u1175\/\" target=\"_blank\" rel=\"noopener\">R\uc5d0\uc11c \ub808\ubc84\ub9ac\uc9c0 \ud1b5\uacc4\ub97c \uacc4\uc0b0\ud558\ub294 \ubc29\ubc95<\/a><br \/> <a href=\"https:\/\/statorials.org\/ko\/r\u110b\u1174-\u1106\u116e\u11ab\u110c\u1166\/\">R\uc5d0\uc11c DFFITS\ub97c \uacc4\uc0b0\ud558\ub294 \ubc29\ubc95<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\ud1b5\uacc4\uc5d0\uc11c \uc6b0\ub9ac\ub294 \ud68c\uadc0 \ubaa8\ub378\uc5d0\uc11c \ub2e4\uc591\ud55c \uad00\ucc30\uc774 \uc5b4\ub5a4 \uc601\ud5a5\uc744 \ubbf8\uce58\ub294\uc9c0 \uc54c\uace0 \uc2f6\uc5b4\ud558\ub294 \uacbd\uc6b0\uac00 \ub9ce\uc2b5\ub2c8\ub2e4. \uad00\uce21\uac12\uc758 \uc601\ud5a5\uc744 \uacc4\uc0b0\ud558\ub294 \ud55c \uac00\uc9c0 \ubc29\ubc95\uc740 DFBETAS \ub77c\ub294 \uce21\uc815\ud56d\ubaa9\uc744 \uc0ac\uc6a9\ud558\ub294 \uac83\uc785\ub2c8\ub2e4. \uc774\ub294 \uac01 \uac1c\ubcc4 \uad00\uce21\uac12\uc744 \uc81c\uac70\ud558\ub294 \uac01 \uacc4\uc218\uc5d0 \ub300\ud55c \ud45c\uc900\ud654\ub41c \ud6a8\uacfc\ub97c \uc54c\ub824\uc90d\ub2c8\ub2e4. \uc774 \uce21\uc815\ud56d\ubaa9\uc740 \uc8fc\uc5b4\uc9c4 \ud68c\uadc0 \ubaa8\ub378\uc758 \uac01 \uacc4\uc218 \ucd94\uc815\uce58\uc5d0 \ub300\ud55c \uac01 \uad00\uce21\uac12\uc758 \uc601\ud5a5\uc5d0 \ub300\ud55c \uc544\uc774\ub514\uc5b4\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4. \uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R \ubaa8\ub378\uc758 \uac01 [&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-1274","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 DFBETAS\ub97c \uacc4\uc0b0\ud558\ub294 \ubc29\ubc95 - \ud1b5\uacc4\ud559<\/title>\n<meta name=\"description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uc608\ub97c \ub4e4\uc5b4 R\uc5d0\uc11c DFBETAS\ub97c \uacc4\uc0b0\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-df\u1107\u1166\u1110\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 DFBETAS\ub97c \uacc4\uc0b0\ud558\ub294 \ubc29\ubc95 - \ud1b5\uacc4\ud559\" \/>\n<meta property=\"og:description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uc608\ub97c \ub4e4\uc5b4 R\uc5d0\uc11c DFBETAS\ub97c \uacc4\uc0b0\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/ko\/r\u110b\u1174-df\u1107\u1166\u1110\u1161\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-27T01:24:14+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/dfbetas1.png\" \/>\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=\"2\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-df%e1%84%87%e1%85%a6%e1%84%90%e1%85%a1\/\",\"url\":\"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-df%e1%84%87%e1%85%a6%e1%84%90%e1%85%a1\/\",\"name\":\"R\uc5d0\uc11c DFBETAS\ub97c \uacc4\uc0b0\ud558\ub294 \ubc29\ubc95 - \ud1b5\uacc4\ud559\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/ko\/#website\"},\"datePublished\":\"2023-07-27T01:24:14+00:00\",\"dateModified\":\"2023-07-27T01:24:14+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4\"},\"description\":\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uc608\ub97c \ub4e4\uc5b4 R\uc5d0\uc11c DFBETAS\ub97c \uacc4\uc0b0\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-df%e1%84%87%e1%85%a6%e1%84%90%e1%85%a1\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-df%e1%84%87%e1%85%a6%e1%84%90%e1%85%a1\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-df%e1%84%87%e1%85%a6%e1%84%90%e1%85%a1\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\uc9d1\",\"item\":\"https:\/\/statorials.org\/ko\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"R\uc5d0\uc11c dfbetas\ub97c \uacc4\uc0b0\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 DFBETAS\ub97c \uacc4\uc0b0\ud558\ub294 \ubc29\ubc95 - \ud1b5\uacc4\ud559","description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uc608\ub97c \ub4e4\uc5b4 R\uc5d0\uc11c DFBETAS\ub97c \uacc4\uc0b0\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-df\u1107\u1166\u1110\u1161\/","og_locale":"ko_KR","og_type":"article","og_title":"R\uc5d0\uc11c DFBETAS\ub97c \uacc4\uc0b0\ud558\ub294 \ubc29\ubc95 - \ud1b5\uacc4\ud559","og_description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uc608\ub97c \ub4e4\uc5b4 R\uc5d0\uc11c DFBETAS\ub97c \uacc4\uc0b0\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.","og_url":"https:\/\/statorials.org\/ko\/r\u110b\u1174-df\u1107\u1166\u1110\u1161\/","og_site_name":"Statorials","article_published_time":"2023-07-27T01:24:14+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/dfbetas1.png"}],"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":"2\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-df%e1%84%87%e1%85%a6%e1%84%90%e1%85%a1\/","url":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-df%e1%84%87%e1%85%a6%e1%84%90%e1%85%a1\/","name":"R\uc5d0\uc11c DFBETAS\ub97c \uacc4\uc0b0\ud558\ub294 \ubc29\ubc95 - \ud1b5\uacc4\ud559","isPartOf":{"@id":"https:\/\/statorials.org\/ko\/#website"},"datePublished":"2023-07-27T01:24:14+00:00","dateModified":"2023-07-27T01:24:14+00:00","author":{"@id":"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4"},"description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uc608\ub97c \ub4e4\uc5b4 R\uc5d0\uc11c DFBETAS\ub97c \uacc4\uc0b0\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.","breadcrumb":{"@id":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-df%e1%84%87%e1%85%a6%e1%84%90%e1%85%a1\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-df%e1%84%87%e1%85%a6%e1%84%90%e1%85%a1\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-df%e1%84%87%e1%85%a6%e1%84%90%e1%85%a1\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\uc9d1","item":"https:\/\/statorials.org\/ko\/"},{"@type":"ListItem","position":2,"name":"R\uc5d0\uc11c dfbetas\ub97c \uacc4\uc0b0\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\/1274","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=1274"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/posts\/1274\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/media?parent=1274"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/categories?post=1274"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/tags?post=1274"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}