{"id":4266,"date":"2023-07-12T10:05:09","date_gmt":"2023-07-12T10:05:09","guid":{"rendered":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%87%e1%85%ae%e1%84%87%e1%85%ae%e1%86%ab-%e1%84%8c%e1%85%b5%e1%86%b8%e1%84%92%e1%85%a1%e1%86%b8-lm\/"},"modified":"2023-07-12T10:05:09","modified_gmt":"2023-07-12T10:05:09","slug":"r%e1%84%8b%e1%85%b4-%e1%84%87%e1%85%ae%e1%84%87%e1%85%ae%e1%86%ab-%e1%84%8c%e1%85%b5%e1%86%b8%e1%84%92%e1%85%a1%e1%86%b8-lm","status":"publish","type":"post","link":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%87%e1%85%ae%e1%84%87%e1%85%ae%e1%86%ab-%e1%84%8c%e1%85%b5%e1%86%b8%e1%84%92%e1%85%a1%e1%86%b8-lm\/","title":{"rendered":"R\uc5d0\uc11c lm() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \ub370\uc774\ud130 \ud504\ub808\uc784\uc758 \ud558\uc704 \uc9d1\ud569\uc744 \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">R\uc5d0\uc11c \ud68c\uadc0 \ubaa8\ub378\uc744 \ub9de\ucd94\uae30 \uc704\ud574 <a href=\"https:\/\/statorials.org\/ko\/r\u110b\u1174-lm-\u1112\u1161\u11b7\u1109\u116e\/\" target=\"_blank\" rel=\"noopener\">lm()<\/a> \ud568\uc218\ub97c \uc0ac\uc6a9\ud560 \ub54c <strong>subset<\/strong> \uc778\uc218\ub97c \uc0ac\uc6a9\ud558\uba74 \ub370\uc774\ud130 \ud504\ub808\uc784\uc758 \ud558\uc704 \uc9d1\ud569\ub9cc \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #000000;\">fit &lt;- lm(points ~ fouls + minutes, data=df, subset=(minutes&gt;<\/span> <span style=\"color: #008000;\">10<\/span> <span style=\"color: #000000;\">))<\/span><\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\uc774 \ud2b9\ubcc4\ud55c \uc608\ub294 <strong>\uc810\uc744<\/strong> \ubc18\uc751 \ubcc0\uc218\ub85c \uc0ac\uc6a9\ud558\uace0 <strong>\uad70\uc911<\/strong> \uacfc <strong>\uc2dc\uac04\uc744<\/strong> \uc608\uce21 \ubcc0\uc218\ub85c \uc0ac\uc6a9\ud558\ub294 \ud68c\uadc0 \ubaa8\ub378\uc5d0 \ud574\ub2f9\ud569\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>\ud558\uc704<\/strong> \uc9d1\ud569 \uc778\uc218\ub294 \ud68c\uadc0 \ubaa8\ub378\uc744 \ud53c\ud305\ud560 \ub54c <strong>\ubd84<\/strong> \ubcc0\uc218\uac00 10\ubcf4\ub2e4 \ud070 \ub370\uc774\ud130 \ud504\ub808\uc784\uc758 \ud589\ub9cc \uc0ac\uc6a9\ud574\uc57c \ud568\uc744 \uc9c0\uc815\ud569\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \uc608\uc5d0\uc11c\ub294 \uc2e4\uc81c\ub85c \uc774 \uad6c\ubb38\uc744 \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>\uc608: R\uc5d0\uc11c lm()\uc744 \uc0ac\uc6a9\ud558\uc5ec \ub370\uc774\ud130 \ud504\ub808\uc784 \ud558\uc704 \uc9d1\ud569\uc744 \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">10\uba85\uc758 \ub18d\uad6c \uc120\uc218\uac00 \ud50c\ub808\uc774\ud55c \uc2dc\uac04, \ucd1d \ud30c\uc6b8, \ucd1d \ub4dd\uc810\uc5d0 \ub300\ud55c \uc815\ubcf4\ub97c \ud3ec\ud568\ud558\ub294 \ub2e4\uc74c\uacfc \uac19\uc740 \ub370\uc774\ud130 \ud504\ub808\uc784\uc774 R\uc5d0 \uc788\ub2e4\uace0 \uac00\uc815\ud569\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#create data frame\n<\/span>df &lt;- data. <span style=\"color: #3366ff;\">frame<\/span> (minutes=c(5, 10, 13, 14, 20, 22, 26, 34, 38, 40),\n                 fouls=c(5, 5, 3, 4, 2, 1, 3, 2, 1, 1),\n                 points=c(6, 8, 8, 7, 14, 10, 22, 24, 28, 30))\n\n<span style=\"color: #008080;\">#view data frame\n<\/span>df\n\n   minutes fouls points\n1 5 5 6\n2 10 5 8\n3 13 3 8\n4 14 4 7\n5 20 2 14\n6 22 1 10\n7 26 3 22\n8 34 2 24\n9 38 1 28\n10 40 1 30<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c\uacfc \uac19\uc740 \ub2e4\uc911 \uc120\ud615 \ud68c\uadc0 \ubaa8\ub378\uc744 \uc801\ud569\ud654\ud55c\ub2e4\uace0 \uac00\uc815\ud569\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>\ud3ec\uc778\ud2b8 = \u03b2 <sub>0<\/sub> + \u03b2 <sub>1<\/sub> (\ubd84) + \u03b2 <sub>2<\/sub> (\ud30c\uc6b8)<\/strong><\/span><\/p>\n<p> <span style=\"color: #000000;\">\uadf8\ub7ec\ub098 <strong>\ubd84<\/strong> \ubcc0\uc218\uac00 10\ubcf4\ub2e4 \ud070 \ub370\uc774\ud130 \ud504\ub808\uc784\uc758 \ud589\ub9cc \uc0ac\uc6a9\ud55c\ub2e4\uace0 \uac00\uc815\ud574 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc774 \ud68c\uadc0 \ubaa8\ub378\uc5d0 \ub9de\uac8c <strong>\ud558\uc704 \uc9d1\ud569<\/strong> \uc778\uc218\uc640 \ud568\uaed8 <strong>lm()<\/strong> \ud568\uc218\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#fit multiple linear regression model (only for rows where minutes&gt;10)\n<\/span><\/strong><strong><span style=\"color: #000000;\">fit &lt;- lm(points ~ fouls + minutes, data=df, subset=(minutes&gt;<\/span> <span style=\"color: #008000;\">10<\/span> <span style=\"color: #000000;\">))\n\n<span style=\"color: #008080;\">#view model summary<\/span>\nsummary(fit)\n\nCall:\nlm(formula = points ~ fouls + minutes, data = df, subset = (minutes &gt; \n    10))\n\nResiduals:\n      3 4 5 6 7 8 9 10 \n 1.2824 -2.5882 2.2000 -1.9118 2.3588 -1.7176 0.1824 0.1941 \n\nCoefficients:\n            Estimate Std. Error t value Pr(&gt;|t|)    \n(Intercept) -11.8353 4.9696 -2.382 0.063046 .  \nfouls 1.8765 1.0791 1.739 0.142536    \nminutes 0.9941 0.1159 8.575 0.000356 ***\n---\nSignificant. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1\n\nResidual standard error: 2.255 on 5 degrees of freedom\nMultiple R-squared: 0.9574, Adjusted R-squared: 0.9404 \nF-statistic: 56.19 on 2 and 5 DF, p-value: 0.0003744\n<\/span><\/strong><\/pre>\n<p> <span style=\"color: #000000;\"><strong>nobs()<\/strong> \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud68c\uadc0 \ubaa8\ub378\uc744 \ub9de\ucd94\uae30 \uc704\ud574 \uc2e4\uc81c\ub85c \ub370\uc774\ud130 \ud504\ub808\uc784\uc758 \uad00\uce21\uac12\uc774 \uc5bc\ub9c8\ub098 \ub9ce\uc774 \uc0ac\uc6a9\ub418\uc5c8\ub294\uc9c0 \ud655\uc778\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\"><span style=\"color: #000000;\"><span style=\"color: #008080;\">#view number of observations used to fit model\n<\/span>nobs(fit)\n\n[1] 8\n<\/span><\/span><\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\ubaa8\ub378\uc744 \uc801\ud569\uc2dc\ud0a4\uae30 \uc704\ud574 \ub370\uc774\ud130 \ud504\ub808\uc784\uc758 <strong>8<\/strong> \uac1c \ud589\uc774 \uc0ac\uc6a9\ub418\uc5c8\uc74c\uc744 \uc54c \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc6d0\ubcf8 \ub370\uc774\ud130 \ud504\ub808\uc784\uc744 \ubcf4\uba74 \uc815\ud655\ud788 <strong>8\uac1c\uc758<\/strong> \ud589\uc774 <strong>\ubd84<\/strong> \ubcc0\uc218\uc5d0 \ub300\ud574 10\ubcf4\ub2e4 \ud070 \uac12\uc744 \uac16\uace0 \uc788\uc74c\uc744 \uc54c \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774\ub294 \ud68c\uadc0 \ubaa8\ub378\uc744 \ud53c\ud305\ud560 \ub54c \ud574\ub2f9 \ud589\ub9cc \uc0ac\uc6a9\ub418\uc5c8\uc74c\uc744 \uc758\ubbf8\ud569\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\ub610\ud55c <strong>\ud558\uc704 \uc9d1\ud569<\/strong> \uc778\uc218\uc5d0 <strong>&amp;<\/strong> \uc5f0\uc0b0\uc790\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc5ec\ub7ec \uc870\uac74\uc5d0 \ub530\ub77c \ub370\uc774\ud130 \ud504\ub808\uc784\uc758 \ud558\uc704 \uc9d1\ud569\uc744 \uc9c0\uc815\ud560 \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc608\ub97c \ub4e4\uc5b4 \ub2e4\uc74c \uad6c\ubb38\uc744 \uc0ac\uc6a9\ud558\uc5ec <strong>\ubd84\uc774<\/strong> 10\ubcf4\ub2e4 \ud06c\uace0 <strong>\uc624\ub958\uac00<\/strong> 4\ubcf4\ub2e4 \uc791\uc740 \ub370\uc774\ud130 \ud504\ub808\uc784\uc758 \ud589\ub9cc \uc0ac\uc6a9\ud558\uc5ec \ud68c\uadc0 \ubaa8\ub378\uc744 \ub9de\ucd9c \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#fit multiple linear regression model (only where minutes&gt;10 &amp; fouls&lt;4)\n<\/span><\/strong><strong><span style=\"color: #000000;\">fit &lt;- lm(points ~ fouls + minutes, data=df, subset=(minutes&gt;<\/span> <span style=\"color: #008000;\">10 <span style=\"color: #000000;\"><span style=\"color: #800080;\">&amp;<\/span> fouls&lt; <span style=\"color: #008000;\">4<\/span><\/span><\/span> <span style=\"color: #000000;\">))\n\n<span style=\"color: #008080;\">#view number of observations used to fit model<\/span>\nnobs(fit)\n\n[1] 7\n<\/span><\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\uacb0\uacfc\uc5d0\uc11c \uc6b0\ub9ac\ub294 \uc774 \ud2b9\uc815 \ubaa8\ub378\uc744 \ub9de\ucd94\uae30 \uc704\ud574 \ub370\uc774\ud130 \ud504\ub808\uc784\uc758 <strong>7<\/strong> \uac1c \ud589\uc774 \uc0ac\uc6a9\ub418\uc5c8\uc74c\uc744 \uc54c \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\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 R\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\/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\/\u110c\u1161\u11ab\u110b\u1167-\u110e\u116e\u110c\u1165\u11a8-r\/\" target=\"_blank\" rel=\"noopener\">R\uc5d0\uc11c \uc794\ucc28 \ud50c\ub86f\uc744 \ub9cc\ub4dc\ub294 \ubc29\ubc95<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>R\uc5d0\uc11c \ud68c\uadc0 \ubaa8\ub378\uc744 \ub9de\ucd94\uae30 \uc704\ud574 lm() \ud568\uc218\ub97c \uc0ac\uc6a9\ud560 \ub54c subset \uc778\uc218\ub97c \uc0ac\uc6a9\ud558\uba74 \ub370\uc774\ud130 \ud504\ub808\uc784\uc758 \ud558\uc704 \uc9d1\ud569\ub9cc \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. fit &lt;- lm(points ~ fouls + minutes, data=df, subset=(minutes&gt; 10 )) \uc774 \ud2b9\ubcc4\ud55c \uc608\ub294 \uc810\uc744 \ubc18\uc751 \ubcc0\uc218\ub85c \uc0ac\uc6a9\ud558\uace0 \uad70\uc911 \uacfc \uc2dc\uac04\uc744 \uc608\uce21 \ubcc0\uc218\ub85c \uc0ac\uc6a9\ud558\ub294 \ud68c\uadc0 \ubaa8\ub378\uc5d0 \ud574\ub2f9\ud569\ub2c8\ub2e4. \ud558\uc704 \uc9d1\ud569 \uc778\uc218\ub294 \ud68c\uadc0 \ubaa8\ub378\uc744 \ud53c\ud305\ud560 \ub54c \ubd84 \ubcc0\uc218\uac00 [&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-4266","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\uc758 lm() \ud568\uc218\uc640 \ud568\uaed8 \ub370\uc774\ud130 \ud504\ub808\uc784 \ud558\uc704 \uc9d1\ud569\uc744 \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95 - \ud1b5\uacc4<\/title>\n<meta name=\"description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc758 lm() \ud568\uc218\uc640 \ud568\uaed8 \ub370\uc774\ud130 \ud504\ub808\uc784\uc758 \ud558\uc704 \uc9d1\ud569\uc744 \uc0ac\uc6a9\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\/r\u110b\u1174-\u1107\u116e\u1107\u116e\u11ab-\u110c\u1175\u11b8\u1112\u1161\u11b8-lm\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"R\uc758 lm() \ud568\uc218\uc640 \ud568\uaed8 \ub370\uc774\ud130 \ud504\ub808\uc784 \ud558\uc704 \uc9d1\ud569\uc744 \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95 - \ud1b5\uacc4\" \/>\n<meta property=\"og:description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc758 lm() \ud568\uc218\uc640 \ud568\uaed8 \ub370\uc774\ud130 \ud504\ub808\uc784\uc758 \ud558\uc704 \uc9d1\ud569\uc744 \uc0ac\uc6a9\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\/r\u110b\u1174-\u1107\u116e\u1107\u116e\u11ab-\u110c\u1175\u11b8\u1112\u1161\u11b8-lm\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-12T10:05:09+00:00\" \/>\n<meta name=\"author\" content=\"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%87%e1%85%ae%e1%84%87%e1%85%ae%e1%86%ab-%e1%84%8c%e1%85%b5%e1%86%b8%e1%84%92%e1%85%a1%e1%86%b8-lm\/\",\"url\":\"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%87%e1%85%ae%e1%84%87%e1%85%ae%e1%86%ab-%e1%84%8c%e1%85%b5%e1%86%b8%e1%84%92%e1%85%a1%e1%86%b8-lm\/\",\"name\":\"R\uc758 lm() \ud568\uc218\uc640 \ud568\uaed8 \ub370\uc774\ud130 \ud504\ub808\uc784 \ud558\uc704 \uc9d1\ud569\uc744 \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95 - \ud1b5\uacc4\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/ko\/#website\"},\"datePublished\":\"2023-07-12T10:05:09+00:00\",\"dateModified\":\"2023-07-12T10:05:09+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4\"},\"description\":\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc758 lm() \ud568\uc218\uc640 \ud568\uaed8 \ub370\uc774\ud130 \ud504\ub808\uc784\uc758 \ud558\uc704 \uc9d1\ud569\uc744 \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \uc608\uc81c\uc640 \ud568\uaed8 \uc124\uba85\ud569\ub2c8\ub2e4.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%87%e1%85%ae%e1%84%87%e1%85%ae%e1%86%ab-%e1%84%8c%e1%85%b5%e1%86%b8%e1%84%92%e1%85%a1%e1%86%b8-lm\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%87%e1%85%ae%e1%84%87%e1%85%ae%e1%86%ab-%e1%84%8c%e1%85%b5%e1%86%b8%e1%84%92%e1%85%a1%e1%86%b8-lm\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%87%e1%85%ae%e1%84%87%e1%85%ae%e1%86%ab-%e1%84%8c%e1%85%b5%e1%86%b8%e1%84%92%e1%85%a1%e1%86%b8-lm\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\uc9d1\",\"item\":\"https:\/\/statorials.org\/ko\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"R\uc5d0\uc11c lm() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \ub370\uc774\ud130 \ud504\ub808\uc784\uc758 \ud558\uc704 \uc9d1\ud569\uc744 \uc0ac\uc6a9\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\uc758 lm() \ud568\uc218\uc640 \ud568\uaed8 \ub370\uc774\ud130 \ud504\ub808\uc784 \ud558\uc704 \uc9d1\ud569\uc744 \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95 - \ud1b5\uacc4","description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc758 lm() \ud568\uc218\uc640 \ud568\uaed8 \ub370\uc774\ud130 \ud504\ub808\uc784\uc758 \ud558\uc704 \uc9d1\ud569\uc744 \uc0ac\uc6a9\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\/r\u110b\u1174-\u1107\u116e\u1107\u116e\u11ab-\u110c\u1175\u11b8\u1112\u1161\u11b8-lm\/","og_locale":"ko_KR","og_type":"article","og_title":"R\uc758 lm() \ud568\uc218\uc640 \ud568\uaed8 \ub370\uc774\ud130 \ud504\ub808\uc784 \ud558\uc704 \uc9d1\ud569\uc744 \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95 - \ud1b5\uacc4","og_description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc758 lm() \ud568\uc218\uc640 \ud568\uaed8 \ub370\uc774\ud130 \ud504\ub808\uc784\uc758 \ud558\uc704 \uc9d1\ud569\uc744 \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \uc608\uc81c\uc640 \ud568\uaed8 \uc124\uba85\ud569\ub2c8\ub2e4.","og_url":"https:\/\/statorials.org\/ko\/r\u110b\u1174-\u1107\u116e\u1107\u116e\u11ab-\u110c\u1175\u11b8\u1112\u1161\u11b8-lm\/","og_site_name":"Statorials","article_published_time":"2023-07-12T10:05:09+00:00","author":"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8","twitter_card":"summary_large_image","twitter_misc":{"Written by":"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8","Est. reading time":"1\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%87%e1%85%ae%e1%84%87%e1%85%ae%e1%86%ab-%e1%84%8c%e1%85%b5%e1%86%b8%e1%84%92%e1%85%a1%e1%86%b8-lm\/","url":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%87%e1%85%ae%e1%84%87%e1%85%ae%e1%86%ab-%e1%84%8c%e1%85%b5%e1%86%b8%e1%84%92%e1%85%a1%e1%86%b8-lm\/","name":"R\uc758 lm() \ud568\uc218\uc640 \ud568\uaed8 \ub370\uc774\ud130 \ud504\ub808\uc784 \ud558\uc704 \uc9d1\ud569\uc744 \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95 - \ud1b5\uacc4","isPartOf":{"@id":"https:\/\/statorials.org\/ko\/#website"},"datePublished":"2023-07-12T10:05:09+00:00","dateModified":"2023-07-12T10:05:09+00:00","author":{"@id":"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4"},"description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc758 lm() \ud568\uc218\uc640 \ud568\uaed8 \ub370\uc774\ud130 \ud504\ub808\uc784\uc758 \ud558\uc704 \uc9d1\ud569\uc744 \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \uc608\uc81c\uc640 \ud568\uaed8 \uc124\uba85\ud569\ub2c8\ub2e4.","breadcrumb":{"@id":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%87%e1%85%ae%e1%84%87%e1%85%ae%e1%86%ab-%e1%84%8c%e1%85%b5%e1%86%b8%e1%84%92%e1%85%a1%e1%86%b8-lm\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%87%e1%85%ae%e1%84%87%e1%85%ae%e1%86%ab-%e1%84%8c%e1%85%b5%e1%86%b8%e1%84%92%e1%85%a1%e1%86%b8-lm\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%87%e1%85%ae%e1%84%87%e1%85%ae%e1%86%ab-%e1%84%8c%e1%85%b5%e1%86%b8%e1%84%92%e1%85%a1%e1%86%b8-lm\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\uc9d1","item":"https:\/\/statorials.org\/ko\/"},{"@type":"ListItem","position":2,"name":"R\uc5d0\uc11c lm() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \ub370\uc774\ud130 \ud504\ub808\uc784\uc758 \ud558\uc704 \uc9d1\ud569\uc744 \uc0ac\uc6a9\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\/4266","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=4266"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/posts\/4266\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/media?parent=4266"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/categories?post=4266"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/tags?post=4266"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}