{"id":3902,"date":"2023-07-14T20:50:46","date_gmt":"2023-07-14T20:50:46","guid":{"rendered":"https:\/\/statorials.org\/ko\/%e1%84%89%e1%85%a5%e1%86%ab%e1%84%92%e1%85%a7%e1%86%bc-%e1%84%80%e1%85%a1%e1%84%89%e1%85%a5%e1%86%af-r\/"},"modified":"2023-07-14T20:50:46","modified_gmt":"2023-07-14T20:50:46","slug":"%e1%84%89%e1%85%a5%e1%86%ab%e1%84%92%e1%85%a7%e1%86%bc-%e1%84%80%e1%85%a1%e1%84%89%e1%85%a5%e1%86%af-r","status":"publish","type":"post","link":"https:\/\/statorials.org\/ko\/%e1%84%89%e1%85%a5%e1%86%ab%e1%84%92%e1%85%a7%e1%86%bc-%e1%84%80%e1%85%a1%e1%84%89%e1%85%a5%e1%86%af-r\/","title":{"rendered":"R\uc5d0\uc11c linearhypothesis() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">\ud2b9\uc815 \ud68c\uadc0 \ubaa8\ub378\uc5d0\uc11c \uc120\ud615 \uac00\uc124\uc744 \ud14c\uc2a4\ud2b8\ud558\ub824\uba74 R\uc758 <strong>car<\/strong> \ud328\ud0a4\uc9c0\uc5d0 \uc788\ub294 <strong>LinearHypothesis()<\/strong> \ud568\uc218\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc774 \ud568\uc218\ub294 \ub2e4\uc74c \uae30\ubcf8 \uad6c\ubb38\uc744 \uc0ac\uc6a9\ud569\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong>linearHypothesis(fit, c(\" <span style=\"color: #ff0000;\">var1=0<\/span> \", \" <span style=\"color: #ff0000;\">var2=0<\/span> \"))<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\uc774 \ud2b9\uc815 \uc608\uc5d0\uc11c\ub294 <strong>fit<\/strong> \uc774\ub77c\ub294 \ubaa8\ub378\uc758 \ud68c\uadc0 \uacc4\uc218 <strong>var1<\/strong> \uacfc <strong>var2\uac00<\/strong> \ud568\uaed8 0\uc778\uc9c0 \uc5ec\ubd80\ub97c \ud14c\uc2a4\ud2b8\ud569\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \uc608\uc5d0\uc11c\ub294 \uc774 \uae30\ub2a5\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: R\uc5d0\uc11c LinearHypothesis() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">\uacf5\ubd80\ud55c \uc2dc\uac04, \uce58\ub978 \uc5f0\uc2b5 \uc2dc\ud5d8 \ud69f\uc218, \ud559\uae09 \ub0b4 \ud559\uc0dd 10\uba85\uc758 \ucd5c\uc885 \uc2dc\ud5d8 \uc810\uc218\ub97c \ubcf4\uc5ec\uc8fc\ub294 \ub2e4\uc74c\uacfc \uac19\uc740 \ub370\uc774\ud130 \ud504\ub808\uc784\uc774 R\uc5d0 \uc788\ub2e4\uace0 \uac00\uc815\ud574 \ubcf4\uaca0\uc2b5\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.frame(score=c(77, 79, 84, 85, 88, 99, 95, 90, 92, 94),\n                 hours=c(1, 1, 2, 3, 2, 4, 4, 2, 3, 3),\n                 prac_exams=c(2, 4, 4, 2, 4, 5, 4, 3, 2, 1))\n\n<span style=\"color: #008080;\">#view data frame\n<\/span>df\n\n   score hours prac_exams\n1 77 1 2\n2 79 1 4\n3 84 2 4\n4 85 3 2\n5 88 2 4\n6 99 4 5\n7 95 4 4\n8 90 2 3\n9 92 3 2\n10 94 3 1\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\uc774\uc81c R\uc5d0 \ub2e4\uc74c\uacfc \uac19\uc740 \ub2e4\uc911 \uc120\ud615 \ud68c\uadc0 \ubaa8\ub378\uc744 \uc801\uc6a9\ud55c\ub2e4\uace0 \uac00\uc815\ud569\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc2dc\ud5d8 \uc810\uc218 = \u03b2 <sub>0<\/sub> + \u03b2 <sub>1<\/sub> (\uc2dc\uac04) + \u03b2 <sub>2<\/sub> (\uc2e4\uae30 \uc2dc\ud5d8)<\/span><\/p>\n<p> <span style=\"color: #000000;\"><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\ud558\uc5ec \uc774 \ubaa8\ub378\uc744 \uc870\uc815\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\n<\/span>fit &lt;- lm(score ~ hours + prac_exams, data=df)\n\n<span style=\"color: #008080;\">#view summary of model\n<\/span>summary(fit)\n\nCall:\nlm(formula = score ~ hours + prac_exams, data = df)\n\nResiduals:\n    Min 1Q Median 3Q Max \n-5.8366 -2.0875 0.1381 2.0652 4.6381 \n\nCoefficients:\n            Estimate Std. Error t value Pr(&gt;|t|)    \n(Intercept) 72.7393 3.9455 18.436 3.42e-07 ***\nhours 5.8093 1.1161 5.205 0.00125 ** \nprac_exams 0.3346 0.9369 0.357 0.73150    \n---\nSignificant. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1\n\nResidual standard error: 3.59 on 7 degrees of freedom\nMultiple R-squared: 0.8004, Adjusted R-squared: 0.7434 \nF-statistic: 14.03 on 2 and 7 DF, p-value: 0.003553\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\uc774\uc81c <strong>\uc2dc\uac04<\/strong> \uacc4\uc218\uc640 <strong>prac_exams\uac00<\/strong> \ubaa8\ub450 0\uc778\uc9c0 \ud14c\uc2a4\ud2b8\ud55c\ub2e4\uace0 \uac00\uc815\ud569\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc774\ub97c \uc704\ud574 <strong>LinearHypothesis()<\/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: #008000;\">library<\/span> (car)\n\n<span style=\"color: #008080;\">#perform hypothesis test for hours=0 and prac_exams=0\n<\/span>linearHypothesis(fit, c(\" <span style=\"color: #ff0000;\">hours=0<\/span> \", \" <span style=\"color: #ff0000;\">prac_exams=0<\/span> \"))\n\nLinear hypothesis testing\n\nHypothesis:\nhours = 0\nprac_exams = 0\n\nModel 1: restricted model\nModel 2: score ~ hours + prac_exams\n\n  Res.Df RSS Df Sum of Sq F Pr(&gt;F)   \n1 9 452.10                                \n2 7 90.24 2 361.86 14.035 0.003553 **\n---\nSignificant. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\uac00\uc124 \uac80\uc815\uc740 \ub2e4\uc74c \uac12\uc744 \ubc18\ud658\ud569\ub2c8\ub2e4.<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\"><strong>F-\uac80\uc815 \ud1b5\uacc4\ub7c9<\/strong> : 14.035<\/span><\/li>\n<li> <span style=\"color: #000000;\"><strong>p-\uac12<\/strong> : .003553<\/span><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\">\uc774 \ud2b9\uc815 \uac00\uc124 \uac80\uc815\uc740 \ub2e4\uc74c\uacfc \uac19\uc740 \uadc0\ubb34 \uac00\uc124\uacfc \ub300\ub9bd \uac00\uc124\uc744 \uc0ac\uc6a9\ud569\ub2c8\ub2e4.<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\"><strong>H <sub>0<\/sub><\/strong> : \ub450 \ud68c\uadc0\uacc4\uc218\uac00 \ubaa8\ub450 0\uc785\ub2c8\ub2e4.<\/span><\/li>\n<li> <span style=\"color: #000000;\"><strong>H <sub>A<\/sub><\/strong> : \ud558\ub098 \uc774\uc0c1\uc758 \ud68c\uadc0 \uacc4\uc218\uac00 0\uc774 \uc544\ub2d9\ub2c8\ub2e4.<\/span><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\">\uac80\uc815\uc758 p-\uac12(0.003553)\uc774 0.05\ubcf4\ub2e4 \uc791\uc73c\ubbc0\ub85c \uadc0\ubb34\uac00\uc124\uc744 \uae30\uac01\ud569\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc989, <strong>\uc2dc\uac04<\/strong> \ubc0f <strong>prac_exams<\/strong> \uc5d0 \ub300\ud55c \ud68c\uadc0 \uacc4\uc218\uac00 \ubaa8\ub450 0\uc774\ub77c\uace0 \ub9d0\ud560 \uc218 \uc788\ub294 \uc99d\uac70\uac00 \ucda9\ubd84\ud558\uc9c0 \uc54a\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\uc740 R\uc758 \uc120\ud615 \ud68c\uadc0\uc5d0 \ub300\ud55c \ucd94\uac00 \uc815\ubcf4\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4.<\/span><\/p>\n<p> <a href=\"https:\/\/statorials.org\/ko\/r\u110b\u1174-\u1112\u116c\u1100\u1171-\u110e\u116e\u11af\u1105\u1167\u11a8-\u1112\u1162\u1109\u1165\u11a8\/\" target=\"_blank\" rel=\"noopener\">R\uc5d0\uc11c \ud68c\uadc0 \ucd9c\ub825\uc744 \ud574\uc11d\ud558\ub294 \ubc29\ubc95<\/a><br \/> <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 \/> R\uc5d0\uc11c \ub85c\uc9c0\uc2a4\ud2f1 \ud68c\uadc0\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\ud2b9\uc815 \ud68c\uadc0 \ubaa8\ub378\uc5d0\uc11c \uc120\ud615 \uac00\uc124\uc744 \ud14c\uc2a4\ud2b8\ud558\ub824\uba74 R\uc758 car \ud328\ud0a4\uc9c0\uc5d0 \uc788\ub294 LinearHypothesis() \ud568\uc218\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \ud568\uc218\ub294 \ub2e4\uc74c \uae30\ubcf8 \uad6c\ubb38\uc744 \uc0ac\uc6a9\ud569\ub2c8\ub2e4. linearHypothesis(fit, c(&#8221; var1=0 &#8220;, &#8221; var2=0 &#8220;)) \uc774 \ud2b9\uc815 \uc608\uc5d0\uc11c\ub294 fit \uc774\ub77c\ub294 \ubaa8\ub378\uc758 \ud68c\uadc0 \uacc4\uc218 var1 \uacfc var2\uac00 \ud568\uaed8 0\uc778\uc9c0 \uc5ec\ubd80\ub97c \ud14c\uc2a4\ud2b8\ud569\ub2c8\ub2e4. \ub2e4\uc74c \uc608\uc5d0\uc11c\ub294 \uc774 \uae30\ub2a5\uc744 \uc2e4\uc81c\ub85c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4. \uc608: R\uc5d0\uc11c LinearHypothesis() \ud568\uc218\ub97c [&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-3902","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 - \ud1b5\uacc4\ud559\uc5d0\uc11c LinearHypothesis() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95<\/title>\n<meta name=\"description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \ud68c\uadc0 \ubaa8\ub378\uc5d0 \ub300\ud55c \uc120\ud615 \uac00\uc124\uc744 \ud14c\uc2a4\ud2b8\ud558\uae30 \uc704\ud574 R\uc758 LinearHypothesis() \ud568\uc218\ub97c \uc0ac\uc6a9\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\/\u1109\u1165\u11ab\u1112\u1167\u11bc-\u1100\u1161\u1109\u1165\u11af-r\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"R - \ud1b5\uacc4\ud559\uc5d0\uc11c LinearHypothesis() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\" \/>\n<meta property=\"og:description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \ud68c\uadc0 \ubaa8\ub378\uc5d0 \ub300\ud55c \uc120\ud615 \uac00\uc124\uc744 \ud14c\uc2a4\ud2b8\ud558\uae30 \uc704\ud574 R\uc758 LinearHypothesis() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/ko\/\u1109\u1165\u11ab\u1112\u1167\u11bc-\u1100\u1161\u1109\u1165\u11af-r\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-14T20:50:46+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%89%e1%85%a5%e1%86%ab%e1%84%92%e1%85%a7%e1%86%bc-%e1%84%80%e1%85%a1%e1%84%89%e1%85%a5%e1%86%af-r\/\",\"url\":\"https:\/\/statorials.org\/ko\/%e1%84%89%e1%85%a5%e1%86%ab%e1%84%92%e1%85%a7%e1%86%bc-%e1%84%80%e1%85%a1%e1%84%89%e1%85%a5%e1%86%af-r\/\",\"name\":\"R - \ud1b5\uacc4\ud559\uc5d0\uc11c LinearHypothesis() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/ko\/#website\"},\"datePublished\":\"2023-07-14T20:50:46+00:00\",\"dateModified\":\"2023-07-14T20:50:46+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4\"},\"description\":\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \ud68c\uadc0 \ubaa8\ub378\uc5d0 \ub300\ud55c \uc120\ud615 \uac00\uc124\uc744 \ud14c\uc2a4\ud2b8\ud558\uae30 \uc704\ud574 R\uc758 LinearHypothesis() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/ko\/%e1%84%89%e1%85%a5%e1%86%ab%e1%84%92%e1%85%a7%e1%86%bc-%e1%84%80%e1%85%a1%e1%84%89%e1%85%a5%e1%86%af-r\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/ko\/%e1%84%89%e1%85%a5%e1%86%ab%e1%84%92%e1%85%a7%e1%86%bc-%e1%84%80%e1%85%a1%e1%84%89%e1%85%a5%e1%86%af-r\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/ko\/%e1%84%89%e1%85%a5%e1%86%ab%e1%84%92%e1%85%a7%e1%86%bc-%e1%84%80%e1%85%a1%e1%84%89%e1%85%a5%e1%86%af-r\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\uc9d1\",\"item\":\"https:\/\/statorials.org\/ko\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"R\uc5d0\uc11c linearhypothesis() \ud568\uc218\ub97c \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 - \ud1b5\uacc4\ud559\uc5d0\uc11c LinearHypothesis() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95","description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \ud68c\uadc0 \ubaa8\ub378\uc5d0 \ub300\ud55c \uc120\ud615 \uac00\uc124\uc744 \ud14c\uc2a4\ud2b8\ud558\uae30 \uc704\ud574 R\uc758 LinearHypothesis() \ud568\uc218\ub97c \uc0ac\uc6a9\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\/\u1109\u1165\u11ab\u1112\u1167\u11bc-\u1100\u1161\u1109\u1165\u11af-r\/","og_locale":"ko_KR","og_type":"article","og_title":"R - \ud1b5\uacc4\ud559\uc5d0\uc11c LinearHypothesis() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95","og_description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \ud68c\uadc0 \ubaa8\ub378\uc5d0 \ub300\ud55c \uc120\ud615 \uac00\uc124\uc744 \ud14c\uc2a4\ud2b8\ud558\uae30 \uc704\ud574 R\uc758 LinearHypothesis() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.","og_url":"https:\/\/statorials.org\/ko\/\u1109\u1165\u11ab\u1112\u1167\u11bc-\u1100\u1161\u1109\u1165\u11af-r\/","og_site_name":"Statorials","article_published_time":"2023-07-14T20:50:46+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%89%e1%85%a5%e1%86%ab%e1%84%92%e1%85%a7%e1%86%bc-%e1%84%80%e1%85%a1%e1%84%89%e1%85%a5%e1%86%af-r\/","url":"https:\/\/statorials.org\/ko\/%e1%84%89%e1%85%a5%e1%86%ab%e1%84%92%e1%85%a7%e1%86%bc-%e1%84%80%e1%85%a1%e1%84%89%e1%85%a5%e1%86%af-r\/","name":"R - \ud1b5\uacc4\ud559\uc5d0\uc11c LinearHypothesis() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95","isPartOf":{"@id":"https:\/\/statorials.org\/ko\/#website"},"datePublished":"2023-07-14T20:50:46+00:00","dateModified":"2023-07-14T20:50:46+00:00","author":{"@id":"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4"},"description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \ud68c\uadc0 \ubaa8\ub378\uc5d0 \ub300\ud55c \uc120\ud615 \uac00\uc124\uc744 \ud14c\uc2a4\ud2b8\ud558\uae30 \uc704\ud574 R\uc758 LinearHypothesis() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.","breadcrumb":{"@id":"https:\/\/statorials.org\/ko\/%e1%84%89%e1%85%a5%e1%86%ab%e1%84%92%e1%85%a7%e1%86%bc-%e1%84%80%e1%85%a1%e1%84%89%e1%85%a5%e1%86%af-r\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/ko\/%e1%84%89%e1%85%a5%e1%86%ab%e1%84%92%e1%85%a7%e1%86%bc-%e1%84%80%e1%85%a1%e1%84%89%e1%85%a5%e1%86%af-r\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/ko\/%e1%84%89%e1%85%a5%e1%86%ab%e1%84%92%e1%85%a7%e1%86%bc-%e1%84%80%e1%85%a1%e1%84%89%e1%85%a5%e1%86%af-r\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\uc9d1","item":"https:\/\/statorials.org\/ko\/"},{"@type":"ListItem","position":2,"name":"R\uc5d0\uc11c linearhypothesis() \ud568\uc218\ub97c \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\/3902","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=3902"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/posts\/3902\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/media?parent=3902"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/categories?post=3902"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/tags?post=3902"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}