{"id":1810,"date":"2023-07-24T21:38:24","date_gmt":"2023-07-24T21:38:24","guid":{"rendered":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%90%e1%85%a6%e1%84%8b%e1%85%b5%e1%84%87%e1%85%b3%e1%86%af-%e1%84%92%e1%85%a1%e1%86%b7%e1%84%89%e1%85%ae\/"},"modified":"2023-07-24T21:38:24","modified_gmt":"2023-07-24T21:38:24","slug":"r%e1%84%8b%e1%85%b4-%e1%84%90%e1%85%a6%e1%84%8b%e1%85%b5%e1%84%87%e1%85%b3%e1%86%af-%e1%84%92%e1%85%a1%e1%86%b7%e1%84%89%e1%85%ae","status":"publish","type":"post","link":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%90%e1%85%a6%e1%84%8b%e1%85%b5%e1%84%87%e1%85%b3%e1%86%af-%e1%84%92%e1%85%a1%e1%86%b7%e1%84%89%e1%85%ae\/","title":{"rendered":"R\uc5d0\uc11c \ud14c\uc774\ube14 \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568)"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">R\uc758 <strong>table()<\/strong> \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uba74 \ube48\ub3c4\ud45c\ub97c \ube60\ub974\uac8c \ub9cc\ub4e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc758 \ub2e4\uc74c \ub370\uc774\ud130 \ud504\ub808\uc784\uacfc \ud568\uaed8 \uc774 \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \uc608\ub97c \uc81c\uacf5\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> (player = c('AJ', 'Bob', 'Chad', 'Dan', 'Eric', 'Frank'),\n                 position = c('A', 'B', 'B', 'B', 'B', 'A'),\n                 points = c(1, 2, 2, 1, 0, 0))\n\n<span style=\"color: #008080;\">#view data frame\n<\/span>df\n\n  player position points\n1 AJ A 1\n2 Bob B 2\n3 Chad B 2\n4 Dan B 1\n5 Eric B 0\n6 Frank A 0<\/strong><\/pre>\n<h3> <span style=\"color: #000000;\"><strong>\uc608 1: \ubcc0\uc218\uc758 \ube48\ub3c4\ud45c<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \ucf54\ub4dc\ub294 \ub370\uc774\ud130 \ud504\ub808\uc784\uc758 <strong>\uc704\uce58<\/strong> \ubcc0\uc218\uc5d0 \ub300\ud55c \ube48\ub3c4 \ud14c\uc774\ube14\uc744 \ub9cc\ub4dc\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#calculate frequency table for <em>position<\/em> variable\n<\/span>table(df$position)\n\nAB\n2 4\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\uacb0\uacfc\uc5d0\uc11c \uc6b0\ub9ac\ub294 \ub2e4\uc74c\uc744 \uad00\ucc30\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\">\ub370\uc774\ud130 \ud504\ub808\uc784\uc758 2\uba85\uc758 \ud50c\ub808\uc774\uc5b4\ub294 &#8221; <strong>A<\/strong> &#8221; \uc704\uce58\uc5d0 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/li>\n<li> <span style=\"color: #000000;\">\ub370\uc774\ud130 \ube14\ub85d\uc5d0 \uc788\ub294 4\uba85\uc758 \ud50c\ub808\uc774\uc5b4\ub294 &#8221; <strong>B<\/strong> &#8221; \uc704\uce58\uc5d0 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/li>\n<\/ul>\n<h3> <span style=\"color: #000000;\"><strong>\uc608 2: \ubcc0\uc218 \ube44\uc728\uc758 \ube48\ub3c4\ud45c<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \ucf54\ub4dc\ub294 <strong>prop.table()\uc744<\/strong> \uc0ac\uc6a9\ud558\uc5ec \ub370\uc774\ud130 \ud504\ub808\uc784\uc758 <strong>\uc704\uce58<\/strong> \ubcc0\uc218\uc5d0 \ub300\ud55c \ube44\uc728 \ube48\ub3c4 \ud14c\uc774\ube14\uc744 \uc0dd\uc131\ud558\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#calculate frequency table of proportions for <em>position<\/em> variable\n<\/span>prop. <span style=\"color: #3366ff;\">table<\/span> (table(df$position))\n\n        AB\n0.3333333 0.6666667\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\uacb0\uacfc\uc5d0\uc11c \uc6b0\ub9ac\ub294 \ub2e4\uc74c\uc744 \uad00\ucc30\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\">\ub370\uc774\ud130 \ud504\ub808\uc784\uc5d0 \uc788\ub294 \ud50c\ub808\uc774\uc5b4 \uc911 33.33%\uac00 &#8221; <strong>A<\/strong> &#8221; \uc704\uce58\uc5d0 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/li>\n<li> <span style=\"color: #000000;\">\ub370\uc774\ud130 \ud504\ub808\uc784\uc5d0 \uc788\ub294 \ud50c\ub808\uc774\uc5b4\uc758 66.67%\uac00 &#8221; <strong>B<\/strong> &#8221; \uc704\uce58\uc5d0 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\">\ube44\uc728\ud45c\uc5d0\uc11c \ube44\uc728\uc758 \ud569\uc740 \ud56d\uc0c1 1\uc774 \ub429\ub2c8\ub2e4.<\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>\uc608 3: \ub450 \ubcc0\uc218\uc758 \ube48\ub3c4\ud45c<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \ucf54\ub4dc\ub294 \ub370\uc774\ud130 \ud504\ub808\uc784\uc758 <strong>\uc704\uce58<\/strong> \ubc0f <strong>\ud3ec\uc778\ud2b8<\/strong> \ubcc0\uc218\uc5d0 \ub300\ud55c \ube48\ub3c4 \ud14c\uc774\ube14\uc744 \ub9cc\ub4dc\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#calculate frequency table for <em>position<\/em> and <em>points<\/em> variable\n<\/span>table(df$position, df$points)\n\n    0 1 2\n  A 1 1 0\n  B 1 1 2\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\uacb0\uacfc\uc5d0\uc11c \uc6b0\ub9ac\ub294 \ub2e4\uc74c\uc744 \uad00\ucc30\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\">\ub370\uc774\ud130 \ud504\ub808\uc784\uc758 \ud50c\ub808\uc774\uc5b4 1\uba85\uc758 \uc704\uce58\ub294 &#8221; <strong>A<\/strong> &#8220;\uc774\uace0 \ud3ec\uc778\ud2b8\ub294 <strong>0<\/strong> \uc785\ub2c8\ub2e4.<\/span><\/li>\n<li> <span style=\"color: #000000;\">\ub370\uc774\ud130 \ud504\ub808\uc784\uc758 \ud50c\ub808\uc774\uc5b4 1\uba85\uc740 &#8221; <strong>A<\/strong> &#8221; \uc704\uce58\uc640 <strong>1<\/strong> \ud3ec\uc778\ud2b8\ub97c \uac16\uc2b5\ub2c8\ub2e4.<\/span><\/li>\n<li> <span style=\"color: #000000;\">\ub370\uc774\ud130 \ud504\ub808\uc784\uc5d0 \uc788\ub294 0\uba85\uc758 \ud50c\ub808\uc774\uc5b4\ub294 &#8221; <strong>A<\/strong> &#8220;\uc758 \uc704\uce58\uc640 <strong>2\uac1c\uc758<\/strong> \ud3ec\uc778\ud2b8\ub97c \uac00\uc9c0\uace0 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/li>\n<li> <span style=\"color: #000000;\">\ub370\uc774\ud130 \ud504\ub808\uc784\uc758 \ud50c\ub808\uc774\uc5b4 1\uba85\uc758 \uc704\uce58\ub294 &#8221; <strong>B<\/strong> &#8220;\uc774\uace0 \ud3ec\uc778\ud2b8\ub294 <strong>0<\/strong> \uc785\ub2c8\ub2e4.<\/span><\/li>\n<li> <span style=\"color: #000000;\">\ub370\uc774\ud130 \ud504\ub808\uc784\uc758 \ud50c\ub808\uc774\uc5b4 1\uba85\uc740 &#8221; <strong>B<\/strong> &#8221; \uc704\uce58\uc640 <strong>1<\/strong> \ud3ec\uc778\ud2b8\ub97c \uac16\uc2b5\ub2c8\ub2e4.<\/span><\/li>\n<li> <span style=\"color: #000000;\">\ub370\uc774\ud130 \ud504\ub808\uc784\uc758 2\uba85\uc758 \ud50c\ub808\uc774\uc5b4\ub294 &#8221; <strong>B<\/strong> &#8221; \uc704\uce58\uc640 <strong>2<\/strong> \uc810\uc744 \uac00\uc9c0\uace0 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/li>\n<\/ul>\n<h3> <span style=\"color: #000000;\"><strong>\uc608 4: \ub450 \ubcc0\uc218\uc5d0 \ub300\ud55c \ube44\uc728\uc758 \ube48\ub3c4\ud45c<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \ucf54\ub4dc\ub294 \ub370\uc774\ud130 \ud504\ub808\uc784\uc758 <strong>\uc704\uce58<\/strong> \ubc0f <strong>\ud3ec\uc778\ud2b8<\/strong> \ubcc0\uc218\uc5d0 \ub300\ud55c \uc885\ud6a1\ube44 \ube48\ub3c4 \ud14c\uc774\ube14\uc744 \uc0dd\uc131\ud558\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#calculate frequency table of proportions for <em>position<\/em> and <em>points<\/em> variable\n<\/span>prop. <span style=\"color: #3366ff;\">table<\/span> (table(df$position, df$points))\n\n            0 1 2\n  A 0.1666667 0.1666667 0.0000000\n  B 0.1666667 0.1666667 0.3333333\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\uacb0\uacfc\uc5d0\uc11c \uc6b0\ub9ac\ub294 \ub2e4\uc74c\uc744 \uad00\ucc30\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\">\ub370\uc774\ud130 \ud504\ub808\uc784\uc5d0 \uc788\ub294 \ud50c\ub808\uc774\uc5b4 \uc911 16.67%\ub294 &#8221; <strong>A<\/strong> &#8221; \uc704\uce58\uc5d0 <strong>0<\/strong> \uc810\uc744 \uac16\uace0 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/li>\n<li> <span style=\"color: #000000;\">\ub370\uc774\ud130 \ud504\ub808\uc784\uc5d0 \uc788\ub294 \ud50c\ub808\uc774\uc5b4 \uc911 16.67%\ub294 &#8221; <strong>A<\/strong> &#8221; \uc704\uce58\uc5d0 <strong>1<\/strong> \ud3ec\uc778\ud2b8\ub97c \uac00\uc9c0\uace0 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/li>\n<li> <span style=\"color: #000000;\">\ub370\uc774\ud130 \ud504\ub808\uc784\uc5d0 \uc788\ub294 \ud50c\ub808\uc774\uc5b4 \uc911 0%\ub294 &#8221; <strong>A<\/strong> &#8221; \uc704\uce58\uc640 <strong>2<\/strong> \uc810\uc744 \uac16\uc2b5\ub2c8\ub2e4.<\/span><\/li>\n<li> <span style=\"color: #000000;\">\ub370\uc774\ud130 \ud504\ub808\uc784\uc5d0 \uc788\ub294 \ud50c\ub808\uc774\uc5b4 \uc911 16.67%\ub294 &#8221; <strong>B<\/strong> &#8221; \uc704\uce58\uc5d0 <strong>0<\/strong> \uc810\uc744 \uac00\uc9c0\uace0 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/li>\n<li> <span style=\"color: #000000;\">\ub370\uc774\ud130 \ud504\ub808\uc784\uc5d0 \uc788\ub294 \ud50c\ub808\uc774\uc5b4 \uc911 16.67%\ub294 &#8221; <strong>B<\/strong> &#8221; \uc704\uce58\uc5d0 <strong>1<\/strong> \ud3ec\uc778\ud2b8\ub97c \uac00\uc9c0\uace0 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/li>\n<li> <span style=\"color: #000000;\">\ub370\uc774\ud130 \ud504\ub808\uc784\uc5d0 \uc788\ub294 \ud50c\ub808\uc774\uc5b4\uc758 33.3%\ub294 &#8221; <strong>B<\/strong> &#8221; \uc704\uce58\uc640 <strong>2<\/strong> \uc810\uc744 \uac00\uc9c0\uace0 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\"><strong>options()<\/strong> \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \ube44\uc728 \ud14c\uc774\ube14\uc5d0 \ud45c\uc2dc\ud560 \uc18c\uc218 \uc790\ub9bf\uc218\ub97c \uc9c0\uc815\ud560 \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#only display two decimal places\n<span style=\"color: #000000;\">options(digits= <span style=\"color: #008000;\">2<\/span> )<\/span>\n\n#calculate frequency table of proportions for <em>position<\/em> and <em>points<\/em> variable\n<\/span>prop. <span style=\"color: #3366ff;\">table<\/span> (table(df$position, df$points))\n\n       0 1 2\n  A 0.17 0.17 0.00\n  B 0.17 0.17 0.33<\/strong><\/pre>\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-\u1109\u1161\u11bc\u1103\u1162\u1103\u1169\u1109\u116e\u1111\u116d\/\" target=\"_blank\" rel=\"noopener\">R\uc5d0\uc11c \uc0c1\ub300\ub3c4\uc218\ud45c\ub97c \ub9cc\ub4dc\ub294 \ubc29\ubc95<\/a><br \/> <a href=\"https:\/\/statorials.org\/ko\/\u1109\u1161\u11bc\u1103\u1162\u1103\u1169\u1109\u116e-\u1112\u1175\u1109\u1173\u1110\u1169\u1100\u1173\u1105\u1162\u11b7-r\/\" target=\"_blank\" rel=\"noopener\">R\uc5d0\uc11c \uc0c1\ub300 \ube48\ub3c4 \ud788\uc2a4\ud1a0\uadf8\ub7a8\uc744 \ub9cc\ub4dc\ub294 \ubc29\ubc95<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>R\uc758 table() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uba74 \ube48\ub3c4\ud45c\ub97c \ube60\ub974\uac8c \ub9cc\ub4e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc758 \ub2e4\uc74c \ub370\uc774\ud130 \ud504\ub808\uc784\uacfc \ud568\uaed8 \uc774 \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \uc608\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4. #create data frame df &lt;- data. frame (player = c(&#8216;AJ&#8217;, &#8216;Bob&#8217;, &#8216;Chad&#8217;, &#8216;Dan&#8217;, &#8216;Eric&#8217;, &#8216;Frank&#8217;), position = c(&#8216;A&#8217;, &#8216;B&#8217;, &#8216;B&#8217;, &#8216;B&#8217;, &#8216;B&#8217;, &#8216;A&#8217;), points = c(1, 2, 2, 1, 0, 0)) #view data frame [&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-1810","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 \ud14c\uc774\ube14 \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568)<\/title>\n<meta name=\"description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc5d0\uc11c table() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \uba87 \uac00\uc9c0 \uc608\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-\u1110\u1166\u110b\u1175\u1107\u1173\u11af-\u1112\u1161\u11b7\u1109\u116e\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"R\uc5d0\uc11c \ud14c\uc774\ube14 \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568)\" \/>\n<meta property=\"og:description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc5d0\uc11c table() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \uba87 \uac00\uc9c0 \uc608\uc640 \ud568\uaed8 \uc124\uba85\ud569\ub2c8\ub2e4.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/ko\/r\u110b\u1174-\u1110\u1166\u110b\u1175\u1107\u1173\u11af-\u1112\u1161\u11b7\u1109\u116e\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-24T21:38:24+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%90%e1%85%a6%e1%84%8b%e1%85%b5%e1%84%87%e1%85%b3%e1%86%af-%e1%84%92%e1%85%a1%e1%86%b7%e1%84%89%e1%85%ae\/\",\"url\":\"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%90%e1%85%a6%e1%84%8b%e1%85%b5%e1%84%87%e1%85%b3%e1%86%af-%e1%84%92%e1%85%a1%e1%86%b7%e1%84%89%e1%85%ae\/\",\"name\":\"R\uc5d0\uc11c \ud14c\uc774\ube14 \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568)\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/ko\/#website\"},\"datePublished\":\"2023-07-24T21:38:24+00:00\",\"dateModified\":\"2023-07-24T21:38:24+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4\"},\"description\":\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc5d0\uc11c table() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \uba87 \uac00\uc9c0 \uc608\uc640 \ud568\uaed8 \uc124\uba85\ud569\ub2c8\ub2e4.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%90%e1%85%a6%e1%84%8b%e1%85%b5%e1%84%87%e1%85%b3%e1%86%af-%e1%84%92%e1%85%a1%e1%86%b7%e1%84%89%e1%85%ae\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%90%e1%85%a6%e1%84%8b%e1%85%b5%e1%84%87%e1%85%b3%e1%86%af-%e1%84%92%e1%85%a1%e1%86%b7%e1%84%89%e1%85%ae\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%90%e1%85%a6%e1%84%8b%e1%85%b5%e1%84%87%e1%85%b3%e1%86%af-%e1%84%92%e1%85%a1%e1%86%b7%e1%84%89%e1%85%ae\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\uc9d1\",\"item\":\"https:\/\/statorials.org\/ko\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"R\uc5d0\uc11c \ud14c\uc774\ube14 \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568)\"}]},{\"@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 \ud14c\uc774\ube14 \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568)","description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc5d0\uc11c table() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \uba87 \uac00\uc9c0 \uc608\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-\u1110\u1166\u110b\u1175\u1107\u1173\u11af-\u1112\u1161\u11b7\u1109\u116e\/","og_locale":"ko_KR","og_type":"article","og_title":"R\uc5d0\uc11c \ud14c\uc774\ube14 \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568)","og_description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc5d0\uc11c table() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \uba87 \uac00\uc9c0 \uc608\uc640 \ud568\uaed8 \uc124\uba85\ud569\ub2c8\ub2e4.","og_url":"https:\/\/statorials.org\/ko\/r\u110b\u1174-\u1110\u1166\u110b\u1175\u1107\u1173\u11af-\u1112\u1161\u11b7\u1109\u116e\/","og_site_name":"Statorials","article_published_time":"2023-07-24T21:38:24+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%90%e1%85%a6%e1%84%8b%e1%85%b5%e1%84%87%e1%85%b3%e1%86%af-%e1%84%92%e1%85%a1%e1%86%b7%e1%84%89%e1%85%ae\/","url":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%90%e1%85%a6%e1%84%8b%e1%85%b5%e1%84%87%e1%85%b3%e1%86%af-%e1%84%92%e1%85%a1%e1%86%b7%e1%84%89%e1%85%ae\/","name":"R\uc5d0\uc11c \ud14c\uc774\ube14 \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568)","isPartOf":{"@id":"https:\/\/statorials.org\/ko\/#website"},"datePublished":"2023-07-24T21:38:24+00:00","dateModified":"2023-07-24T21:38:24+00:00","author":{"@id":"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4"},"description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc5d0\uc11c table() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \uba87 \uac00\uc9c0 \uc608\uc640 \ud568\uaed8 \uc124\uba85\ud569\ub2c8\ub2e4.","breadcrumb":{"@id":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%90%e1%85%a6%e1%84%8b%e1%85%b5%e1%84%87%e1%85%b3%e1%86%af-%e1%84%92%e1%85%a1%e1%86%b7%e1%84%89%e1%85%ae\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%90%e1%85%a6%e1%84%8b%e1%85%b5%e1%84%87%e1%85%b3%e1%86%af-%e1%84%92%e1%85%a1%e1%86%b7%e1%84%89%e1%85%ae\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%90%e1%85%a6%e1%84%8b%e1%85%b5%e1%84%87%e1%85%b3%e1%86%af-%e1%84%92%e1%85%a1%e1%86%b7%e1%84%89%e1%85%ae\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\uc9d1","item":"https:\/\/statorials.org\/ko\/"},{"@type":"ListItem","position":2,"name":"R\uc5d0\uc11c \ud14c\uc774\ube14 \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568)"}]},{"@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\/1810","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=1810"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/posts\/1810\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/media?parent=1810"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/categories?post=1810"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/tags?post=1810"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}