{"id":3967,"date":"2023-07-14T11:04:38","date_gmt":"2023-07-14T11:04:38","guid":{"rendered":"https:\/\/statorials.org\/ko\/r-bins-30%e1%84%8b%e1%85%b3%e1%86%af-%e1%84%89%e1%85%a1%e1%84%8b%e1%85%ad%e1%86%bc%e1%84%92%e1%85%a1%e1%84%8b%e1%85%a7-stat_bin-%e1%84%80%e1%85%a7%e1%86%bc%e1%84%80%e1%85%a9\/"},"modified":"2023-07-14T11:04:38","modified_gmt":"2023-07-14T11:04:38","slug":"r-bins-30%e1%84%8b%e1%85%b3%e1%86%af-%e1%84%89%e1%85%a1%e1%84%8b%e1%85%ad%e1%86%bc%e1%84%92%e1%85%a1%e1%84%8b%e1%85%a7-stat_bin-%e1%84%80%e1%85%a7%e1%86%bc%e1%84%80%e1%85%a9","status":"publish","type":"post","link":"https:\/\/statorials.org\/ko\/r-bins-30%e1%84%8b%e1%85%b3%e1%86%af-%e1%84%89%e1%85%a1%e1%84%8b%e1%85%ad%e1%86%bc%e1%84%92%e1%85%a1%e1%84%8b%e1%85%a7-stat_bin-%e1%84%80%e1%85%a7%e1%86%bc%e1%84%80%e1%85%a9\/","title":{"rendered":"R \uacbd\uace0 \ucc98\ub9ac \ubc29\ubc95: bins = 30\uc744 \uc0ac\uc6a9\ud558\ub294 stat_bin()"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">R\uc5d0\uc11c \uc811\ud560 \uc218 \uc788\ub294 \uc77c\ubc18\uc801\uc778 \uacbd\uace0\ub294 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong>`stat_bin()` using `bins = 30`. Pick better value with `binwidth`.\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\uc774 \uacbd\uace0\ub294 <strong>geom_histogram()\uc744<\/strong> \uc0ac\uc6a9\ud558\uc5ec ggplot2\uc5d0\uc11c \ud788\uc2a4\ud1a0\uadf8\ub7a8\uc744 \uc0dd\uc131\ud558\uace0 \ud788\uc2a4\ud1a0\uadf8\ub7a8\uc5d0 \uc0ac\uc6a9\ud560 \uadf8\ub8f9 \uc218\ub97c \uc9c0\uc815\ud560 \uc218 \uc5c6\uc744 \ub54c \ub098\ud0c0\ub0a9\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc774 \uacbd\uace0\ub97c \ubc29\uc9c0\ud558\ub824\uba74 <strong>bins<\/strong> \uc778\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc0ac\uc6a9\ud560 bin \uc218\ub97c \uc9c0\uc815\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong>ggplot(df, aes(x=my_variable)) +\n  geom_histogram(bins= <span style=\"color: #008000;\">10<\/span> )<\/strong><\/pre>\n<p> <span style=\"color: #000000;\"><span style=\"color: #000000;\">\ub2e4\uc74c \uc608\uc5d0\uc11c\ub294 \uc2e4\uc81c\ub85c \uc774 \uacbd\uace0\ub97c \ubc29\uc9c0\ud558\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4.<\/span><\/span><\/p>\n<h2> <strong>\uc608: bins = 30\uc744 \uc0ac\uc6a9\ud558\uc5ec stat_bins() \uacbd\uace0\ub97c \ubc29\uc9c0\ud558\ub294 \ubc29\ubc95<\/strong><\/h2>\n<p> <span style=\"color: #000000;\">ggplot2\uc758 <strong>geom_histogram()<\/strong> \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \ub370\uc774\ud130 \ud504\ub808\uc784\uc758 \ubcc0\uc218\uc5d0 \ub300\ud55c \ud788\uc2a4\ud1a0\uadf8\ub7a8\uc744 \uc0dd\uc131\ud55c\ub2e4\uace0 \uac00\uc815\ud569\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: #008000;\">library<\/span> (ggplot2)\n\n<span style=\"color: #008080;\">#make this example reproducible\n<\/span>set. <span style=\"color: #3366ff;\">seed<\/span> ( <span style=\"color: #008000;\">0<\/span> )\n\n<span style=\"color: #008080;\">#create data frame\n<\/span>df &lt;- data. <span style=\"color: #3366ff;\">frame<\/span> (my_values = rnorm( <span style=\"color: #008000;\">1000<\/span> ))\n\n<span style=\"color: #008080;\">#view head of data frame\n<\/span>head(df)\n\n   my_values\n1 1.2629543\n2 -0.3262334\n3 1.3297993\n4 1.2724293\n5 0.4146414\n6 -1.5399500\n\n<span style=\"color: #008080;\">#create histogram\n<\/span>ggplot(df, aes(x=my_values)) +\n  geom_histogram(col=' <span style=\"color: #ff0000;\">black<\/span> ', fill=' <span style=\"color: #ff0000;\">steelblue<\/span> ')\n\n`stat_bin()` using `bins = 30`. Pick better value with `binwidth`.\n<\/span><\/span><\/strong><\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-31818 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/hist30.jpg\" alt=\"\" width=\"487\" height=\"488\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\"><strong>`bins = 30`\uc744 \uc0ac\uc6a9\ud558\uba74 `stat_bin()` \uacbd\uace0\uac00 \ud45c\uc2dc\ub429\ub2c8\ub2e4. `binwidth`\ub85c \ub354 \ub098\uc740 \uac12\uc744 \uc120\ud0dd\ud558\uc138\uc694.<\/strong><\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc774\ub294 \ub2e8\uc9c0 \uacbd\uace0\uc77c \ubfd0\uc774\uba70 \ud788\uc2a4\ud1a0\uadf8\ub7a8\uc740 \uc5ec\uc804\ud788 ggplot2\uc5d0 \uc758\ud574 \uc0dd\uc131\ub41c\ub2e4\ub294 \uc810\uc5d0 \uc720\uc758\ud574\uc57c \ud569\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uadf8\ub7ec\ub098 \ud788\uc2a4\ud1a0\uadf8\ub7a8\uc5d0 \uc0ac\uc6a9\ud560 <strong>bin<\/strong> \uc218\ub97c \uc9c0\uc815\ud558\uae30 \uc704\ud574 <strong>geom_histogram()<\/strong> \uc758 bins \uc778\uc218\ub97c \uc0ac\uc6a9\ud558\uba74 \uc774 \uacbd\uace0\ub97c \uc644\uc804\ud788 \ud53c\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc608\ub97c \ub4e4\uc5b4, \ub2e4\uc74c \ucf54\ub4dc\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud788\uc2a4\ud1a0\uadf8\ub7a8\uc5d0 <strong>10\uac1c\uc758<\/strong> bin\uc744 \uc0ac\uc6a9\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;\">#create histogram with 10 bins\n<\/span>ggplot(df, aes(x=my_values)) +\n  geom_histogram(col=' <span style=\"color: #ff0000;\">black<\/span> ', fill=' <span style=\"color: #ff0000;\">steelblue<\/span> ', bins= <span style=\"color: #008000;\">10<\/span> )<\/span><\/span><\/strong> <\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-31819 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/hist30_1.jpg\" alt=\"\" width=\"444\" height=\"442\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">\uc774\ubc88\uc5d0\ub294 \uacbd\uace0 \uba54\uc2dc\uc9c0\uac00 \ud45c\uc2dc\ub418\uc9c0 \uc54a\uc73c\uba70 \ud788\uc2a4\ud1a0\uadf8\ub7a8\uc5d0\ub294 \uc815\ud655\ud788 10\uac1c\uc758 \uc800\uc7a5\uc18c\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc0ac\uc6a9\ud558\ub294 \uc800\uc7a5\uc18c \uc218\uac00 \uc801\uc744\uc218\ub85d \uac01 \uc800\uc7a5\uc18c\uc758 \ud3ed\uc774 \ub113\uc5b4\uc9d1\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc608\ub97c \ub4e4\uc5b4 \ub300\uc2e0 <strong>5\uac1c\uc758<\/strong> \uc800\uc7a5\uc18c\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;\"><span style=\"color: #000000;\"><span style=\"color: #008080;\">#create histogram with 5 bins\n<\/span>ggplot(df, aes(x=my_values)) +\n  geom_histogram(col=' <span style=\"color: #ff0000;\">black<\/span> ', fill=' <span style=\"color: #ff0000;\">steelblue<\/span> ', bins= <span style=\"color: #008000;\">5<\/span> )<\/span><\/span><\/strong> <\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-31820 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/hist30_2.jpg\" alt=\"\" width=\"486\" height=\"487\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">\uc774 \ud788\uc2a4\ud1a0\uadf8\ub7a8\uc5d0\ub294 \ub354 \uc801\uc9c0\ub9cc \ub354 \ud070 \uadf8\ub8f9\uc774 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\ud788\uc2a4\ud1a0\uadf8\ub7a8\uc5d0 \uc6d0\ud558\ub294 \ub9cc\ud07c\uc758 \ube48\uc744 \uc790\uc720\ub86d\uac8c \uc0ac\uc6a9\ud574 \ubcf4\uc138\uc694.<\/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\uc758 \ub2e4\ub978 \uc77c\ubc18\uc801\uc778 \uc624\ub958\ub97c \ud574\uacb0\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.<\/span><\/p>\n<p> <a href=\"https:\/\/statorials.org\/ko\/r-\u110b\u1175\u1105\u1173\u11b7\u110b\u1174-rbind-\u110b\u1169\u1105\u1172\u1100\u1161-\u110b\u1175\u110c\u1165\u11ab-\u110b\u1175\u1105\u1173\u11b7\u1100\u116a-\u110b\u1175\u11af\u110e\u1175\u1112\u1161\u110c\u1175-\u110b\u1161\u11ad\u1109\u1173\u11b8\u1102\u1175\u1103\u1161.\/\" target=\"_blank\" rel=\"noopener\">R\uc5d0\uc11c \uc218\uc815\ud558\ub294 \ubc29\ubc95: \uc774\ub984\uc774 \uc774\uc804 \uc774\ub984\uacfc \uc77c\uce58\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.<\/a><br \/> <a href=\"https:\/\/statorials.org\/ko\/nas\u1102\u1173\u11ab-\u1100\u1161\u11bc\u110c\u1166\u1105\u1169-r\u110b\u1166-\u1103\u1169\u110b\u1175\u11b8\u1103\u116c\u110b\u1165\u11bb\u1109\u1173\u11b8\u1102\u1175\u1103\u1161.\/\">R\uc5d0\uc11c \uc218\uc815\ud558\ub294 \ubc29\ubc95: \uac15\uc81c\ub85c \uc778\ud574 \ubc1c\uc0dd\ud558\ub294 NA<\/a><br \/> <a href=\"https:\/\/statorials.org\/ko\/r-\u110b\u1169\u1105\u1172-\u110b\u1175\u11ab\u1103\u1166\u11a8\u1109\u1173\u1100\u1161-\u1107\u1165\u11b7\u110b\u1171\u1105\u1173\u11af-\u1107\u1165\u11ba\u110b\u1165\u1102\u1161\u11bb\u1109\u1173\u11b8\u1102\u1175\u1103\u1161.\/\" target=\"_blank\" rel=\"noopener\">R\uc5d0\uc11c \ubcf5\uad6c\ud558\ub294 \ubc29\ubc95: \ubc94\uc704\ub97c \ubc97\uc5b4\ub09c \ud78c\ud2b8<\/a><br \/> <a href=\"https:\/\/statorials.org\/ko\/\u1109\u116e\u110c\u116e\u11ab\u110b\u1175-2\u1100\u1162-\u110b\u1175\u1109\u1161\u11bc\u110b\u1175\u11ab-\u110b\u116d\u110b\u1175\u11ab\u110b\u1166-\u1103\u1162\u1107\u1175-\u110c\u1165\u11a8\u110b\u116d\u11bc\/\" target=\"_blank\" rel=\"noopener\">R\uc5d0\uc11c \uc218\uc815\ud558\ub294 \ubc29\ubc95: \ub300\ube44\ub294 \uc218\uc900\uc774 2\uac1c \uc774\uc0c1\uc778 \uc694\uc778\uc5d0\ub9cc \uc801\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>R\uc5d0\uc11c \uc811\ud560 \uc218 \uc788\ub294 \uc77c\ubc18\uc801\uc778 \uacbd\uace0\ub294 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4. `stat_bin()` using `bins = 30`. Pick better value with `binwidth`. \uc774 \uacbd\uace0\ub294 geom_histogram()\uc744 \uc0ac\uc6a9\ud558\uc5ec ggplot2\uc5d0\uc11c \ud788\uc2a4\ud1a0\uadf8\ub7a8\uc744 \uc0dd\uc131\ud558\uace0 \ud788\uc2a4\ud1a0\uadf8\ub7a8\uc5d0 \uc0ac\uc6a9\ud560 \uadf8\ub8f9 \uc218\ub97c \uc9c0\uc815\ud560 \uc218 \uc5c6\uc744 \ub54c \ub098\ud0c0\ub0a9\ub2c8\ub2e4. \uc774 \uacbd\uace0\ub97c \ubc29\uc9c0\ud558\ub824\uba74 bins \uc778\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc0ac\uc6a9\ud560 bin \uc218\ub97c \uc9c0\uc815\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. ggplot(df, aes(x=my_variable)) + geom_histogram(bins= 10 ) \ub2e4\uc74c \uc608\uc5d0\uc11c\ub294 \uc2e4\uc81c\ub85c [&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-3967","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 \uacbd\uace0 \ucc98\ub9ac \ubc29\ubc95: bins = 30\uc744 \uc0ac\uc6a9\ud558\ub294 stat_bin() - \ud1b5\uacc4<\/title>\n<meta name=\"description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 `bins = 30`\uc744 \uc0ac\uc6a9\ud558\uc5ec R: `stat_bin()` \uacbd\uace0\ub97c \ucc98\ub9ac\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4. `binwidth`\ub85c \ub354 \ub098\uc740 \uac12\uc744 \uc120\ud0dd\ud558\uc138\uc694.\" \/>\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-bins-30\u110b\u1173\u11af-\u1109\u1161\u110b\u116d\u11bc\u1112\u1161\u110b\u1167-stat_bin-\u1100\u1167\u11bc\u1100\u1169\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"R \uacbd\uace0 \ucc98\ub9ac \ubc29\ubc95: bins = 30\uc744 \uc0ac\uc6a9\ud558\ub294 stat_bin() - \ud1b5\uacc4\" \/>\n<meta property=\"og:description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 `bins = 30`\uc744 \uc0ac\uc6a9\ud558\uc5ec R: `stat_bin()` \uacbd\uace0\ub97c \ucc98\ub9ac\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4. `binwidth`\ub85c \ub354 \ub098\uc740 \uac12\uc744 \uc120\ud0dd\ud558\uc138\uc694.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/ko\/r-bins-30\u110b\u1173\u11af-\u1109\u1161\u110b\u116d\u11bc\u1112\u1161\u110b\u1167-stat_bin-\u1100\u1167\u11bc\u1100\u1169\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-14T11:04:38+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/hist30.jpg\" \/>\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-bins-30%e1%84%8b%e1%85%b3%e1%86%af-%e1%84%89%e1%85%a1%e1%84%8b%e1%85%ad%e1%86%bc%e1%84%92%e1%85%a1%e1%84%8b%e1%85%a7-stat_bin-%e1%84%80%e1%85%a7%e1%86%bc%e1%84%80%e1%85%a9\/\",\"url\":\"https:\/\/statorials.org\/ko\/r-bins-30%e1%84%8b%e1%85%b3%e1%86%af-%e1%84%89%e1%85%a1%e1%84%8b%e1%85%ad%e1%86%bc%e1%84%92%e1%85%a1%e1%84%8b%e1%85%a7-stat_bin-%e1%84%80%e1%85%a7%e1%86%bc%e1%84%80%e1%85%a9\/\",\"name\":\"R \uacbd\uace0 \ucc98\ub9ac \ubc29\ubc95: bins = 30\uc744 \uc0ac\uc6a9\ud558\ub294 stat_bin() - \ud1b5\uacc4\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/ko\/#website\"},\"datePublished\":\"2023-07-14T11:04:38+00:00\",\"dateModified\":\"2023-07-14T11:04:38+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4\"},\"description\":\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 `bins = 30`\uc744 \uc0ac\uc6a9\ud558\uc5ec R: `stat_bin()` \uacbd\uace0\ub97c \ucc98\ub9ac\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4. `binwidth`\ub85c \ub354 \ub098\uc740 \uac12\uc744 \uc120\ud0dd\ud558\uc138\uc694.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/ko\/r-bins-30%e1%84%8b%e1%85%b3%e1%86%af-%e1%84%89%e1%85%a1%e1%84%8b%e1%85%ad%e1%86%bc%e1%84%92%e1%85%a1%e1%84%8b%e1%85%a7-stat_bin-%e1%84%80%e1%85%a7%e1%86%bc%e1%84%80%e1%85%a9\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/ko\/r-bins-30%e1%84%8b%e1%85%b3%e1%86%af-%e1%84%89%e1%85%a1%e1%84%8b%e1%85%ad%e1%86%bc%e1%84%92%e1%85%a1%e1%84%8b%e1%85%a7-stat_bin-%e1%84%80%e1%85%a7%e1%86%bc%e1%84%80%e1%85%a9\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/ko\/r-bins-30%e1%84%8b%e1%85%b3%e1%86%af-%e1%84%89%e1%85%a1%e1%84%8b%e1%85%ad%e1%86%bc%e1%84%92%e1%85%a1%e1%84%8b%e1%85%a7-stat_bin-%e1%84%80%e1%85%a7%e1%86%bc%e1%84%80%e1%85%a9\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\uc9d1\",\"item\":\"https:\/\/statorials.org\/ko\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"R \uacbd\uace0 \ucc98\ub9ac \ubc29\ubc95: bins = 30\uc744 \uc0ac\uc6a9\ud558\ub294 stat_bin()\"}]},{\"@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 \uacbd\uace0 \ucc98\ub9ac \ubc29\ubc95: bins = 30\uc744 \uc0ac\uc6a9\ud558\ub294 stat_bin() - \ud1b5\uacc4","description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 `bins = 30`\uc744 \uc0ac\uc6a9\ud558\uc5ec R: `stat_bin()` \uacbd\uace0\ub97c \ucc98\ub9ac\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4. `binwidth`\ub85c \ub354 \ub098\uc740 \uac12\uc744 \uc120\ud0dd\ud558\uc138\uc694.","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-bins-30\u110b\u1173\u11af-\u1109\u1161\u110b\u116d\u11bc\u1112\u1161\u110b\u1167-stat_bin-\u1100\u1167\u11bc\u1100\u1169\/","og_locale":"ko_KR","og_type":"article","og_title":"R \uacbd\uace0 \ucc98\ub9ac \ubc29\ubc95: bins = 30\uc744 \uc0ac\uc6a9\ud558\ub294 stat_bin() - \ud1b5\uacc4","og_description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 `bins = 30`\uc744 \uc0ac\uc6a9\ud558\uc5ec R: `stat_bin()` \uacbd\uace0\ub97c \ucc98\ub9ac\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4. `binwidth`\ub85c \ub354 \ub098\uc740 \uac12\uc744 \uc120\ud0dd\ud558\uc138\uc694.","og_url":"https:\/\/statorials.org\/ko\/r-bins-30\u110b\u1173\u11af-\u1109\u1161\u110b\u116d\u11bc\u1112\u1161\u110b\u1167-stat_bin-\u1100\u1167\u11bc\u1100\u1169\/","og_site_name":"Statorials","article_published_time":"2023-07-14T11:04:38+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/hist30.jpg"}],"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-bins-30%e1%84%8b%e1%85%b3%e1%86%af-%e1%84%89%e1%85%a1%e1%84%8b%e1%85%ad%e1%86%bc%e1%84%92%e1%85%a1%e1%84%8b%e1%85%a7-stat_bin-%e1%84%80%e1%85%a7%e1%86%bc%e1%84%80%e1%85%a9\/","url":"https:\/\/statorials.org\/ko\/r-bins-30%e1%84%8b%e1%85%b3%e1%86%af-%e1%84%89%e1%85%a1%e1%84%8b%e1%85%ad%e1%86%bc%e1%84%92%e1%85%a1%e1%84%8b%e1%85%a7-stat_bin-%e1%84%80%e1%85%a7%e1%86%bc%e1%84%80%e1%85%a9\/","name":"R \uacbd\uace0 \ucc98\ub9ac \ubc29\ubc95: bins = 30\uc744 \uc0ac\uc6a9\ud558\ub294 stat_bin() - \ud1b5\uacc4","isPartOf":{"@id":"https:\/\/statorials.org\/ko\/#website"},"datePublished":"2023-07-14T11:04:38+00:00","dateModified":"2023-07-14T11:04:38+00:00","author":{"@id":"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4"},"description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 `bins = 30`\uc744 \uc0ac\uc6a9\ud558\uc5ec R: `stat_bin()` \uacbd\uace0\ub97c \ucc98\ub9ac\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4. `binwidth`\ub85c \ub354 \ub098\uc740 \uac12\uc744 \uc120\ud0dd\ud558\uc138\uc694.","breadcrumb":{"@id":"https:\/\/statorials.org\/ko\/r-bins-30%e1%84%8b%e1%85%b3%e1%86%af-%e1%84%89%e1%85%a1%e1%84%8b%e1%85%ad%e1%86%bc%e1%84%92%e1%85%a1%e1%84%8b%e1%85%a7-stat_bin-%e1%84%80%e1%85%a7%e1%86%bc%e1%84%80%e1%85%a9\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/ko\/r-bins-30%e1%84%8b%e1%85%b3%e1%86%af-%e1%84%89%e1%85%a1%e1%84%8b%e1%85%ad%e1%86%bc%e1%84%92%e1%85%a1%e1%84%8b%e1%85%a7-stat_bin-%e1%84%80%e1%85%a7%e1%86%bc%e1%84%80%e1%85%a9\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/ko\/r-bins-30%e1%84%8b%e1%85%b3%e1%86%af-%e1%84%89%e1%85%a1%e1%84%8b%e1%85%ad%e1%86%bc%e1%84%92%e1%85%a1%e1%84%8b%e1%85%a7-stat_bin-%e1%84%80%e1%85%a7%e1%86%bc%e1%84%80%e1%85%a9\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\uc9d1","item":"https:\/\/statorials.org\/ko\/"},{"@type":"ListItem","position":2,"name":"R \uacbd\uace0 \ucc98\ub9ac \ubc29\ubc95: bins = 30\uc744 \uc0ac\uc6a9\ud558\ub294 stat_bin()"}]},{"@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\/3967","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=3967"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/posts\/3967\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/media?parent=3967"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/categories?post=3967"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/tags?post=3967"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}