{"id":1371,"date":"2023-07-26T15:59:42","date_gmt":"2023-07-26T15:59:42","guid":{"rendered":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%8e%e1%85%a1%e1%84%8b%e1%85%ae-%e1%84%90%e1%85%a6%e1%84%89%e1%85%b3%e1%84%90%e1%85%b3\/"},"modified":"2023-07-26T15:59:42","modified_gmt":"2023-07-26T15:59:42","slug":"r%e1%84%8b%e1%85%b4-%e1%84%8e%e1%85%a1%e1%84%8b%e1%85%ae-%e1%84%90%e1%85%a6%e1%84%89%e1%85%b3%e1%84%90%e1%85%b3","status":"publish","type":"post","link":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%8e%e1%85%a1%e1%84%8b%e1%85%ae-%e1%84%90%e1%85%a6%e1%84%89%e1%85%b3%e1%84%90%e1%85%b3\/","title":{"rendered":"R\uc5d0\uc11c chow \ud14c\uc2a4\ud2b8\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\"><a href=\"https:\/\/statorials.org\/ko\/\u1109\u1175\u11a8\u1111\u116e\u11b7-\u1110\u1166\u1109\u1173\u1110\u1173\/\" target=\"_blank\" rel=\"noopener\">Chow \ud14c\uc2a4\ud2b8\ub294<\/a> \uc11c\ub85c \ub2e4\ub978 \ub370\uc774\ud130 \uc138\ud2b8\uc5d0 \ub300\ud55c \ub450 \uac1c\uc758 \uc11c\ub85c \ub2e4\ub978 \ud68c\uadc0 \ubaa8\ub378\uc758 \uacc4\uc218\uac00 \ub3d9\uc77c\ud55c\uc9c0 \uc5ec\ubd80\ub97c \ud14c\uc2a4\ud2b8\ud558\ub294 \ub370 \uc0ac\uc6a9\ub429\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc774 \ud14c\uc2a4\ud2b8\ub294 \uc77c\ubc18\uc801\uc73c\ub85c \uc2dc\uacc4\uc5f4 \ub370\uc774\ud130\ub97c \uc0ac\uc6a9\ud558\ub294 \uacc4\ub7c9\uacbd\uc81c\ud559 \ubd84\uc57c\uc5d0\uc11c \ud2b9\uc815 \uc2dc\uc810\uc5d0 \ub370\uc774\ud130\uc5d0 \uad6c\uc870\uc801 \uc911\ub2e8\uc774 \uc788\ub294\uc9c0 \ud655\uc778\ud558\ub294 \ub370 \uc0ac\uc6a9\ub429\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc5d0\uc11c Chow \ud14c\uc2a4\ud2b8\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud55c \ub2e8\uacc4\ubcc4 \uc608\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4.<\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>1\ub2e8\uacc4: \ub370\uc774\ud130 \uc0dd\uc131<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">\uba3c\uc800 \uac00\uc9dc \ub370\uc774\ud130\ub97c \ub9cc\ub4ed\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#create data<\/span>\ndata &lt;- data.frame(x = c(1, 1, 2, 3, 4, 4, 5, 5, 6, 7, 7, 8, 8, 9, 10, 10,\n                         11, 12, 12, 13, 14, 15, 15, 16, 17, 18, 18, 19, 20, 20),\n                   y = c(3, 5, 6, 10, 13, 15, 17, 14, 20, 23, 25, 27, 30, 30, 31,\n                         33, 32, 32, 30, 32, 34, 34, 37, 35, 34, 36, 34, 37, 38, 36))\n\n<span style=\"color: #008080;\">#view first six rows of data<\/span>\nhead(data)\n\n  xy\n1 1 3\n2 1 5\n3 2 6\n4 3 10\n5 4 13\n6 4 15\n<\/strong><\/pre>\n<h3> <span style=\"color: #000000;\"><strong>2\ub2e8\uacc4: \ub370\uc774\ud130 \uc2dc\uac01\ud654<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c\uc73c\ub85c, \ub370\uc774\ud130\ub97c \uc2dc\uac01\ud654\ud558\uae30 \uc704\ud55c \uac04\ub2e8\ud55c \uc0b0\uc810\ub3c4\ub97c \ub9cc\ub4e4\uc5b4 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4.<\/span> <\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#load ggplot2 visualization package\n<\/span><span style=\"color: #993300;\">library<\/span> (ggplot2)\n\n<span style=\"color: #008080;\">#create scatterplot\n<\/span>ggplot(data, <span style=\"color: #3366ff;\">aes<\/span> (x = x, y = y)) +\n    geom_point(col=' <span style=\"color: #008000;\">steelblue<\/span> ', size= <span style=\"color: #008000;\">3<\/span> )\n<\/strong><\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-13615 \" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/bouffer1.png\" alt=\"R\uc758 \uc2dd\ud488 \ud14c\uc2a4\ud2b8\" width=\"419\" height=\"418\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">\uc0b0\uc810\ub3c4\uc5d0\uc11c \ub370\uc774\ud130\uc758 \ud328\ud134\uc774 x = 10\uc5d0\uc11c \ubcc0\uacbd\ub418\ub294 \uac83\uc73c\ub85c \ub098\ud0c0\ub098\ub294 \uac83\uc744 \ubcfc \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub530\ub77c\uc11c x = 10\uc5d0\uc11c \ub370\uc774\ud130\uc5d0 \uad6c\uc870\uc801 \uc911\ub2e8\uc810\uc774 \uc788\ub294\uc9c0 \ud655\uc778\ud558\uae30 \uc704\ud574 Chow \ud14c\uc2a4\ud2b8\ub97c \uc218\ud589\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>3\ub2e8\uacc4: \ucc28\uc6b0 \ud14c\uc2a4\ud2b8 \uc218\ud589<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\"><strong>strucchange<\/strong> \ud328\ud0a4\uc9c0\uc758<\/span> <a href=\"https:\/\/www.rdocumentation.org\/packages\/strucchange\/versions\/1.5-2\/topics\/sctest\" target=\"_blank\" rel=\"noopener\">sctest<\/a> \ud568\uc218\ub97c <span style=\"color: #000000;\">\uc0ac\uc6a9\ud558\uc5ec Chow \ud14c\uc2a4\ud2b8\ub97c \uc218\ud589\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4<\/span> .<\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#load strucchange package\n<\/span><span style=\"color: #993300;\">library<\/span> (strucchange)\n\n<span style=\"color: #008080;\">#perform Chow test<\/span>\nsctest(data$y ~ data$x, type = \" <span style=\"color: #008000;\">Chow<\/span> \", point = <span style=\"color: #008000;\">10<\/span> )\n\n\tChow test\n\ndata: data$y ~ data$x\nF = 110.14, p-value = 2.023e-13\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\ud14c\uc2a4\ud2b8 \uacb0\uacfc\uc5d0\uc11c \ub2e4\uc74c\uc744 \ud655\uc778\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\"><strong>F-\uac80\uc815<\/strong> <strong>\ud1b5\uacc4\ub7c9<\/strong> : 110.14<\/span><\/li>\n<li> <span style=\"color: #000000;\"><strong>p-\uac12:<\/strong> &lt;.0000<\/span><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\">p-\uac12\uc774 0.05\ubcf4\ub2e4 \uc791\uc73c\ubbc0\ub85c \uac80\uc815\uc758 \uadc0\ubb34\uac00\uc124\uc744 \uae30\uac01\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774\ub294 \ub370\uc774\ud130\uc5d0 \uad6c\uc870\uc801 \uc911\ub2e8\uc810\uc774 \uc874\uc7ac\ud55c\ub2e4\uace0 \ub9d0\ud560 \uc218 \uc788\ub294 \ucda9\ubd84\ud55c \uc99d\uac70\uac00 \uc788\uc74c\uc744 \uc758\ubbf8\ud569\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc989, \ub450 \uac1c\uc758 \ud68c\uadc0\uc120\uc774 \ub2e8\uc77c \ud68c\uadc0\uc120\ubcf4\ub2e4 \ub370\uc774\ud130\uc5d0 \ubaa8\ub378\uc744 \ub354 \ud6a8\uacfc\uc801\uc73c\ub85c \ub9de\ucd9c \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Chow \ud14c\uc2a4\ud2b8\ub294 \uc11c\ub85c \ub2e4\ub978 \ub370\uc774\ud130 \uc138\ud2b8\uc5d0 \ub300\ud55c \ub450 \uac1c\uc758 \uc11c\ub85c \ub2e4\ub978 \ud68c\uadc0 \ubaa8\ub378\uc758 \uacc4\uc218\uac00 \ub3d9\uc77c\ud55c\uc9c0 \uc5ec\ubd80\ub97c \ud14c\uc2a4\ud2b8\ud558\ub294 \ub370 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \uc774 \ud14c\uc2a4\ud2b8\ub294 \uc77c\ubc18\uc801\uc73c\ub85c \uc2dc\uacc4\uc5f4 \ub370\uc774\ud130\ub97c \uc0ac\uc6a9\ud558\ub294 \uacc4\ub7c9\uacbd\uc81c\ud559 \ubd84\uc57c\uc5d0\uc11c \ud2b9\uc815 \uc2dc\uc810\uc5d0 \ub370\uc774\ud130\uc5d0 \uad6c\uc870\uc801 \uc911\ub2e8\uc774 \uc788\ub294\uc9c0 \ud655\uc778\ud558\ub294 \ub370 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc5d0\uc11c Chow \ud14c\uc2a4\ud2b8\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud55c \ub2e8\uacc4\ubcc4 \uc608\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4. 1\ub2e8\uacc4: \ub370\uc774\ud130 \uc0dd\uc131 \uba3c\uc800 \uac00\uc9dc \ub370\uc774\ud130\ub97c \ub9cc\ub4ed\ub2c8\ub2e4. #create [&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-1371","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 Chow \ud14c\uc2a4\ud2b8\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95 - \ud1b5\uacc4\ud559<\/title>\n<meta name=\"description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \ub2e8\uacc4\ubcc4 \uc608\uc81c\ub97c \ud3ec\ud568\ud558\uc5ec R\uc5d0\uc11c Chow \ud14c\uc2a4\ud2b8\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/statorials.org\/ko\/r\u110b\u1174-\u110e\u1161\u110b\u116e-\u1110\u1166\u1109\u1173\u1110\u1173\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"R\uc5d0\uc11c Chow \ud14c\uc2a4\ud2b8\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95 - \ud1b5\uacc4\ud559\" \/>\n<meta property=\"og:description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \ub2e8\uacc4\ubcc4 \uc608\uc81c\ub97c \ud3ec\ud568\ud558\uc5ec R\uc5d0\uc11c Chow \ud14c\uc2a4\ud2b8\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/ko\/r\u110b\u1174-\u110e\u1161\u110b\u116e-\u1110\u1166\u1109\u1173\u1110\u1173\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-26T15:59:42+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/bouffer1.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<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%8e%e1%85%a1%e1%84%8b%e1%85%ae-%e1%84%90%e1%85%a6%e1%84%89%e1%85%b3%e1%84%90%e1%85%b3\/\",\"url\":\"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%8e%e1%85%a1%e1%84%8b%e1%85%ae-%e1%84%90%e1%85%a6%e1%84%89%e1%85%b3%e1%84%90%e1%85%b3\/\",\"name\":\"R\uc5d0\uc11c Chow \ud14c\uc2a4\ud2b8\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95 - \ud1b5\uacc4\ud559\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/ko\/#website\"},\"datePublished\":\"2023-07-26T15:59:42+00:00\",\"dateModified\":\"2023-07-26T15:59:42+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4\"},\"description\":\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \ub2e8\uacc4\ubcc4 \uc608\uc81c\ub97c \ud3ec\ud568\ud558\uc5ec R\uc5d0\uc11c Chow \ud14c\uc2a4\ud2b8\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%8e%e1%85%a1%e1%84%8b%e1%85%ae-%e1%84%90%e1%85%a6%e1%84%89%e1%85%b3%e1%84%90%e1%85%b3\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%8e%e1%85%a1%e1%84%8b%e1%85%ae-%e1%84%90%e1%85%a6%e1%84%89%e1%85%b3%e1%84%90%e1%85%b3\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%8e%e1%85%a1%e1%84%8b%e1%85%ae-%e1%84%90%e1%85%a6%e1%84%89%e1%85%b3%e1%84%90%e1%85%b3\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\uc9d1\",\"item\":\"https:\/\/statorials.org\/ko\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"R\uc5d0\uc11c chow \ud14c\uc2a4\ud2b8\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/statorials.org\/ko\/#website\",\"url\":\"https:\/\/statorials.org\/ko\/\",\"name\":\"Statorials\",\"description\":\"\ud1b5\uacc4 \ud65c\uc6a9 \ub2a5\ub825\uc744 \uc704\ud55c \uac00\uc774\ub4dc!\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/statorials.org\/ko\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4\",\"name\":\"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/statorials.org\/ko\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/statorials.org\/ko\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg\",\"contentUrl\":\"https:\/\/statorials.org\/ko\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg\",\"caption\":\"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8\"},\"description\":\"\uc548\ub155\ud558\uc138\uc694. \uc800\ub294 \ud1b5\uacc4\ud559 \uad50\uc218\ub97c \ud1f4\uc9c1\ud558\uace0 \uc804\uc784 \ud1b5\uacc4 \uad50\uc0ac\ub85c \ubcc0\uc2e0\ud55c \ubca4\uc790\ubbfc\uc785\ub2c8\ub2e4. \ud1b5\uacc4 \ubd84\uc57c\uc758 \uad11\ubc94\uc704\ud55c \uacbd\ud5d8\uacfc \uc804\ubb38 \uc9c0\uc2dd\uc744 \ubc14\ud0d5\uc73c\ub85c Statorials\ub97c \ud1b5\ud574 \ud559\uc0dd\ub4e4\uc5d0\uac8c \ud798\uc744 \uc2e4\uc5b4\uc8fc\uae30 \uc704\ud574 \uc9c0\uc2dd\uc744 \uacf5\uc720\ud558\uace0 \uc2f6\uc2b5\ub2c8\ub2e4. \ub354 \uc54c\uc544\ubcf4\uae30\",\"sameAs\":[\"https:\/\/statorials.org\/ko\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"R\uc5d0\uc11c Chow \ud14c\uc2a4\ud2b8\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95 - \ud1b5\uacc4\ud559","description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \ub2e8\uacc4\ubcc4 \uc608\uc81c\ub97c \ud3ec\ud568\ud558\uc5ec R\uc5d0\uc11c Chow \ud14c\uc2a4\ud2b8\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/statorials.org\/ko\/r\u110b\u1174-\u110e\u1161\u110b\u116e-\u1110\u1166\u1109\u1173\u1110\u1173\/","og_locale":"ko_KR","og_type":"article","og_title":"R\uc5d0\uc11c Chow \ud14c\uc2a4\ud2b8\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95 - \ud1b5\uacc4\ud559","og_description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \ub2e8\uacc4\ubcc4 \uc608\uc81c\ub97c \ud3ec\ud568\ud558\uc5ec R\uc5d0\uc11c Chow \ud14c\uc2a4\ud2b8\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.","og_url":"https:\/\/statorials.org\/ko\/r\u110b\u1174-\u110e\u1161\u110b\u116e-\u1110\u1166\u1109\u1173\u1110\u1173\/","og_site_name":"Statorials","article_published_time":"2023-07-26T15:59:42+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/bouffer1.png"}],"author":"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8","twitter_card":"summary_large_image","twitter_misc":{"Written by":"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%8e%e1%85%a1%e1%84%8b%e1%85%ae-%e1%84%90%e1%85%a6%e1%84%89%e1%85%b3%e1%84%90%e1%85%b3\/","url":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%8e%e1%85%a1%e1%84%8b%e1%85%ae-%e1%84%90%e1%85%a6%e1%84%89%e1%85%b3%e1%84%90%e1%85%b3\/","name":"R\uc5d0\uc11c Chow \ud14c\uc2a4\ud2b8\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95 - \ud1b5\uacc4\ud559","isPartOf":{"@id":"https:\/\/statorials.org\/ko\/#website"},"datePublished":"2023-07-26T15:59:42+00:00","dateModified":"2023-07-26T15:59:42+00:00","author":{"@id":"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4"},"description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \ub2e8\uacc4\ubcc4 \uc608\uc81c\ub97c \ud3ec\ud568\ud558\uc5ec R\uc5d0\uc11c Chow \ud14c\uc2a4\ud2b8\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.","breadcrumb":{"@id":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%8e%e1%85%a1%e1%84%8b%e1%85%ae-%e1%84%90%e1%85%a6%e1%84%89%e1%85%b3%e1%84%90%e1%85%b3\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%8e%e1%85%a1%e1%84%8b%e1%85%ae-%e1%84%90%e1%85%a6%e1%84%89%e1%85%b3%e1%84%90%e1%85%b3\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%8e%e1%85%a1%e1%84%8b%e1%85%ae-%e1%84%90%e1%85%a6%e1%84%89%e1%85%b3%e1%84%90%e1%85%b3\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\uc9d1","item":"https:\/\/statorials.org\/ko\/"},{"@type":"ListItem","position":2,"name":"R\uc5d0\uc11c chow \ud14c\uc2a4\ud2b8\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95"}]},{"@type":"WebSite","@id":"https:\/\/statorials.org\/ko\/#website","url":"https:\/\/statorials.org\/ko\/","name":"Statorials","description":"\ud1b5\uacc4 \ud65c\uc6a9 \ub2a5\ub825\uc744 \uc704\ud55c \uac00\uc774\ub4dc!","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/statorials.org\/ko\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"ko-KR"},{"@type":"Person","@id":"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4","name":"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/statorials.org\/ko\/#\/schema\/person\/image\/","url":"https:\/\/statorials.org\/ko\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg","contentUrl":"https:\/\/statorials.org\/ko\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg","caption":"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8"},"description":"\uc548\ub155\ud558\uc138\uc694. \uc800\ub294 \ud1b5\uacc4\ud559 \uad50\uc218\ub97c \ud1f4\uc9c1\ud558\uace0 \uc804\uc784 \ud1b5\uacc4 \uad50\uc0ac\ub85c \ubcc0\uc2e0\ud55c \ubca4\uc790\ubbfc\uc785\ub2c8\ub2e4. \ud1b5\uacc4 \ubd84\uc57c\uc758 \uad11\ubc94\uc704\ud55c \uacbd\ud5d8\uacfc \uc804\ubb38 \uc9c0\uc2dd\uc744 \ubc14\ud0d5\uc73c\ub85c Statorials\ub97c \ud1b5\ud574 \ud559\uc0dd\ub4e4\uc5d0\uac8c \ud798\uc744 \uc2e4\uc5b4\uc8fc\uae30 \uc704\ud574 \uc9c0\uc2dd\uc744 \uacf5\uc720\ud558\uace0 \uc2f6\uc2b5\ub2c8\ub2e4. \ub354 \uc54c\uc544\ubcf4\uae30","sameAs":["https:\/\/statorials.org\/ko"]}]}},"yoast_meta":{"yoast_wpseo_title":"","yoast_wpseo_metadesc":"","yoast_wpseo_canonical":""},"_links":{"self":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/posts\/1371","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=1371"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/posts\/1371\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/media?parent=1371"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/categories?post=1371"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/tags?post=1371"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}