{"id":2988,"date":"2023-07-19T18:16:07","date_gmt":"2023-07-19T18:16:07","guid":{"rendered":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-runif\/"},"modified":"2023-07-19T18:16:07","modified_gmt":"2023-07-19T18:16:07","slug":"r%e1%84%8b%e1%85%b4-runif","status":"publish","type":"post","link":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-runif\/","title":{"rendered":"R\uc5d0\uc11c runif \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95(\uc608\uc81c 4\uac1c)"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\"><strong>runif()<\/strong> \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec R\uc758 <a href=\"https:\/\/statorials.org\/ko\/\u1100\u1172\u11ab\u1103\u1173\u11bc-\u1107\u116e\u11ab\u1111\u1169\/\" target=\"_blank\" rel=\"noopener\">\uade0\uc77c \ubd84\ud3ec<\/a> \uc5d0\uc11c \uc784\uc758\uc758 \uac12\uc744 \uc0dd\uc131\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc774 \ud568\uc218\ub294 \ub2e4\uc74c \uad6c\ubb38\uc744 \uc0ac\uc6a9\ud569\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <span style=\"color: #000000;\"><strong>runif(n, min= <span style=\"color: #008000;\">0<\/span> , max= <span style=\"color: #008000;\">1<\/span> )\n<\/strong><\/span><\/pre>\n<p> <span style=\"color: #000000;\">\uae08:<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\"><strong>n<\/strong> : \uc0dd\uc131\ud560 \ub79c\ub364\uac12\uc758 \uac1c\uc218<\/span><\/li>\n<li> <span style=\"color: #000000;\"><strong>min<\/strong> : \ubd84\ud3ec\uc758 \ucd5c\uc18c\uac12(\uae30\ubcf8\uac12\uc740 0)<\/span><\/li>\n<li> <span style=\"color: #000000;\"><strong>max<\/strong> : \ubd84\ud3ec\uc758 \ucd5c\ub300\uac12(\uae30\ubcf8\uac12\uc740 1)<\/span><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \uc608\uc5d0\uc11c\ub294 \ub2e4\uc591\ud55c \uc2dc\ub098\ub9ac\uc624\uc5d0\uc11c <strong>runif()<\/strong> \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4.<\/span><\/p>\n<h3> <strong><span style=\"color: #000000;\">\uc608\uc81c 1: runif()\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc784\uc758\uc758 \uac12 \uc0dd\uc131<\/span><\/strong><\/h3>\n<p> <span style=\"color: #000000;\"><span style=\"color: #000000;\">\ub2e4\uc74c \ucf54\ub4dc\ub294 <strong>runif()<\/strong> \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec 50\uacfc 100 \uc0ac\uc774\uc758 \uade0\uc77c \ubd84\ud3ec\uc5d0\uc11c 10\uac1c\uc758 \uc784\uc758 \uac12\uc744 \uc0dd\uc131\ud558\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4.<\/span><\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <span style=\"color: #000000;\"><strong><span style=\"color: #008080;\">#make this example reproducible\n<span style=\"color: #000000;\">set. <span style=\"color: #3366ff;\">seeds<\/span> (5)\n<\/span>\n#generate 10 random values from uniform distribution\n<span style=\"color: #000000;\">runif(n= <span style=\"color: #008000;\">10<\/span> , min= <span style=\"color: #008000;\">50<\/span> , max= <span style=\"color: #008000;\">100<\/span> )\n\n[1] 60.01072 84.26093 95.84379 64.21997 55.23251 85.05287 76.39800 90.39676\n[9] 97.82501 55.52265\n<\/span><\/span><\/strong><\/span><\/pre>\n<p> <span style=\"color: #000000;\">\uc0dd\uc131\ub41c 10\uac1c\uc758 \ubb34\uc791\uc704 \uac12\uc740 \uac01\uac01 50\uc5d0\uc11c 100 \uc0ac\uc774\ub77c\ub294 \uc810\uc5d0 \uc720\uc758\ud558\uc138\uc694.<\/span><\/p>\n<h3> <strong><span style=\"color: #000000;\">\uc608\uc2dc 2: runif()\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc18c\uc218\uc810 \uc774\ud558 \uc790\ub9bf\uc218\ub85c \ubc18\uc62c\ub9bc\ub41c \uc784\uc758\uc758 \uac12 \uc0dd\uc131<\/span><\/strong><\/h3>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \ucf54\ub4dc\ub294 <strong>runif<\/strong> <strong>() \ud568\uc218\uc640 \ud568\uaed8 round()<\/strong> \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec 50\uc5d0\uc11c 100 \uc0ac\uc774\uc758 \uade0\uc77c \ubd84\ud3ec\uc5d0\uc11c 10\uac1c\uc758 \uc784\uc758 \uac12\uc744 \uc0dd\uc131\ud558\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4. \uc5ec\uae30\uc11c \uac01 \uac12\uc740 \uc18c\uc218\uc810 \uc774\ud558 \ud55c \uc790\ub9ac\ub85c \ubc18\uc62c\ub9bc\ub429\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <span style=\"color: #000000;\"><strong><span style=\"color: #008080;\">#make this example reproducible\n<\/span>set. <span style=\"color: #3366ff;\">seeds<\/span> (5)\n\n<span style=\"color: #008080;\">#generate 10 random values from uniform distribution rounded to one decimal place\n<\/span>round(runif(n= <span style=\"color: #008000;\">10<\/span> , min= <span style=\"color: #008000;\">50<\/span> , max= <span style=\"color: #008000;\">100<\/span> ), 1)\n\n[1] 63.7 74.5 65.9 78.0 63.1 60.1 69.4 94.4 77.7 92.1\n<\/strong><\/span><\/pre>\n<p> <span style=\"color: #000000;\">\uc0dd\uc131\ub41c 10\uac1c\uc758 \ub79c\ub364 \uac12\uc740 \uac01\uac01 50~100 \uc0ac\uc774\uc774\uba70 \uc18c\uc218\uc810 \uc774\ud558 \ud55c \uc790\ub9ac\uc5d0\uc11c \ubc18\uc62c\ub9bc\ub418\uc5c8\uc74c\uc744 \ucc38\uace0\ud558\uc138\uc694.<\/span><\/p>\n<h3> <strong><span style=\"color: #000000;\">\uc608\uc2dc 3: runif()\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc815\uc218\ub85c \ubc18\uc62c\ub9bc\ub41c \uc784\uc758\uc758 \uac12 \uc0dd\uc131<\/span><\/strong><\/h3>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \ucf54\ub4dc\ub294 <strong>runif<\/strong> <strong>() \ud568\uc218\uc640 \ud568\uaed8 round()<\/strong> \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec 50\uc5d0\uc11c 100\uae4c\uc9c0\uc758 \uade0\uc77c \ubd84\ud3ec\uc5d0\uc11c 10\uac1c\uc758 \uc784\uc758 \uac12\uc744 \uc0dd\uc131\ud558\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4. \uc5ec\uae30\uc11c \uac01 \uac12\uc740 \uc815\uc218\ub85c \ubc18\uc62c\ub9bc\ub429\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <span style=\"color: #000000;\"><strong><span style=\"color: #008080;\">#make this example reproducible\n<\/span>set. <span style=\"color: #3366ff;\">seeds<\/span> (5)\n\n<span style=\"color: #008080;\">#generate 10 random values from uniform distribution rounded to whole number\n<\/span>round(runif(n= <span style=\"color: #008000;\">10<\/span> , min= <span style=\"color: #008000;\">50<\/span> , max= <span style=\"color: #008000;\">100<\/span> ), 0)\n\n[1] 64 75 66 78 63 60 69 94 78 92\n<\/strong><\/span><\/pre>\n<p> <span style=\"color: #000000;\">\uc0dd\uc131\ub41c 10\uac1c\uc758 \ubb34\uc791\uc704 \uac12\uc740 \uac01\uac01 50\uc5d0\uc11c 100 \uc0ac\uc774\uc774\uba70 \uc815\uc218\ub85c \ubc18\uc62c\ub9bc\ub429\ub2c8\ub2e4.<\/span><\/p>\n<h3> <strong><span style=\"color: #000000;\">\uc608\uc81c 4: runif()\ub97c \uc0ac\uc6a9\ud558\uc5ec \uade0\ub4f1 \ubd84\ud3ec \ud788\uc2a4\ud1a0\uadf8\ub7a8 \ub9cc\ub4e4\uae30<\/span><\/strong><\/h3>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \ucf54\ub4dc\ub294 <strong>runif()<\/strong> \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec 50\ubd80\ud130 100\uae4c\uc9c0\uc758 \uade0\uc77c \ubd84\ud3ec\uc5d0\uc11c 1,000\uac1c\uc758 \uc784\uc758 \uac12\uc744 \uc0dd\uc131\ud55c \ud6c4 <strong>hist()<\/strong> \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc774 \uac12\uc758 \ubd84\ud3ec\ub97c \uc2dc\uac01\ud654\ud558\ub294 \ud788\uc2a4\ud1a0\uadf8\ub7a8\uc744 \ub9cc\ub4dc\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4.<\/span> <\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <span style=\"color: #000000;\"><strong><span style=\"color: #008080;\">#make this example reproducible\n<\/span>set. <span style=\"color: #3366ff;\">seeds<\/span> (5)\n\n<span style=\"color: #008080;\">#generate 1,000 random values from uniform distribution\n<\/span>values &lt;- runif(n= <span style=\"color: #008000;\">1000<\/span> , min= <span style=\"color: #008000;\">50<\/span> , max= <span style=\"color: #008000;\">100<\/span> )\n\n<span style=\"color: #008080;\">#generate histogram to visualize these values<\/span>\nhist(values)<\/strong><\/span> <\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-25838\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/runif1-1.jpg\" alt=\"R\uc758 \uc2e4\ud589 \ud788\uc2a4\ud1a0\uadf8\ub7a8\" width=\"446\" height=\"449\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">\uacb0\uacfc\ub294 \uade0\uc77c \ubd84\ud3ec\uc5d0\uc11c \uc0dd\uc131\ub41c 1000\uac1c \uac12\uc758 \ubd84\ud3ec\ub97c \ud45c\uc2dc\ud558\ub294 \ud788\uc2a4\ud1a0\uadf8\ub7a8\uc785\ub2c8\ub2e4.<\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>\ucd94\uac00 \ub9ac\uc18c\uc2a4<\/strong><\/span><\/h3>\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\u1166-\u1100\u1172\u11ab\u110b\u1175\u11af-\u1107\u116e\u11ab\u1111\u1169\u1105\u1173\u11af-\u1111\u1173\u11af\u1105\u1169\u11ba\u1112\u1161\u11b8\u1102\u1175\u1103\u1161.\/\" target=\"_blank\" rel=\"noopener\">R\uc5d0\uc11c \uade0\uc77c \ubd84\ud3ec\ub97c \uadf8\ub9ac\ub294 \ubc29\ubc95<\/a><br \/> <a href=\"https:\/\/statorials.org\/ko\/r\u110b\u1174-\u1106\u116e\u110c\u1161\u11a8\u110b\u1171-\u1111\u116d\u1107\u1169\u11ab\/\" target=\"_blank\" rel=\"noopener\">R\uc5d0\uc11c \ubb34\uc791\uc704 \uc0d8\ud50c\uc744 \uc120\ud0dd\ud558\ub294 \ubc29\ubc95<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>runif() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec R\uc758 \uade0\uc77c \ubd84\ud3ec \uc5d0\uc11c \uc784\uc758\uc758 \uac12\uc744 \uc0dd\uc131\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \ud568\uc218\ub294 \ub2e4\uc74c \uad6c\ubb38\uc744 \uc0ac\uc6a9\ud569\ub2c8\ub2e4. runif(n, min= 0 , max= 1 ) \uae08: n : \uc0dd\uc131\ud560 \ub79c\ub364\uac12\uc758 \uac1c\uc218 min : \ubd84\ud3ec\uc758 \ucd5c\uc18c\uac12(\uae30\ubcf8\uac12\uc740 0) max : \ubd84\ud3ec\uc758 \ucd5c\ub300\uac12(\uae30\ubcf8\uac12\uc740 1) \ub2e4\uc74c \uc608\uc5d0\uc11c\ub294 \ub2e4\uc591\ud55c \uc2dc\ub098\ub9ac\uc624\uc5d0\uc11c runif() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4. \uc608\uc81c 1: runif()\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc784\uc758\uc758 \uac12 [&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-2988","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 runif \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95(\uc608\uc81c 4\uac1c) \u2013 Statorials<\/title>\n<meta name=\"description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc758 runif() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \uade0\uc77c \ubd84\ud3ec\uc5d0\uc11c \uc784\uc758\uc758 \uac12\uc744 \uc0dd\uc131\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-runif\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"R\uc5d0\uc11c runif \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95(\uc608\uc81c 4\uac1c) \u2013 Statorials\" \/>\n<meta property=\"og:description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc758 runif() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \uade0\uc77c \ubd84\ud3ec\uc5d0\uc11c \uc784\uc758\uc758 \uac12\uc744 \uc0dd\uc131\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/ko\/r\u110b\u1174-runif\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-19T18:16:07+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/runif1-1.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%e1%84%8b%e1%85%b4-runif\/\",\"url\":\"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-runif\/\",\"name\":\"R\uc5d0\uc11c runif \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95(\uc608\uc81c 4\uac1c) \u2013 Statorials\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/ko\/#website\"},\"datePublished\":\"2023-07-19T18:16:07+00:00\",\"dateModified\":\"2023-07-19T18:16:07+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4\"},\"description\":\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc758 runif() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \uade0\uc77c \ubd84\ud3ec\uc5d0\uc11c \uc784\uc758\uc758 \uac12\uc744 \uc0dd\uc131\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-runif\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-runif\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-runif\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\uc9d1\",\"item\":\"https:\/\/statorials.org\/ko\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"R\uc5d0\uc11c runif \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95(\uc608\uc81c 4\uac1c)\"}]},{\"@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 runif \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95(\uc608\uc81c 4\uac1c) \u2013 Statorials","description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc758 runif() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \uade0\uc77c \ubd84\ud3ec\uc5d0\uc11c \uc784\uc758\uc758 \uac12\uc744 \uc0dd\uc131\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-runif\/","og_locale":"ko_KR","og_type":"article","og_title":"R\uc5d0\uc11c runif \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95(\uc608\uc81c 4\uac1c) \u2013 Statorials","og_description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc758 runif() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \uade0\uc77c \ubd84\ud3ec\uc5d0\uc11c \uc784\uc758\uc758 \uac12\uc744 \uc0dd\uc131\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.","og_url":"https:\/\/statorials.org\/ko\/r\u110b\u1174-runif\/","og_site_name":"Statorials","article_published_time":"2023-07-19T18:16:07+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/runif1-1.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%e1%84%8b%e1%85%b4-runif\/","url":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-runif\/","name":"R\uc5d0\uc11c runif \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95(\uc608\uc81c 4\uac1c) \u2013 Statorials","isPartOf":{"@id":"https:\/\/statorials.org\/ko\/#website"},"datePublished":"2023-07-19T18:16:07+00:00","dateModified":"2023-07-19T18:16:07+00:00","author":{"@id":"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4"},"description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc758 runif() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \uade0\uc77c \ubd84\ud3ec\uc5d0\uc11c \uc784\uc758\uc758 \uac12\uc744 \uc0dd\uc131\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.","breadcrumb":{"@id":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-runif\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-runif\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-runif\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\uc9d1","item":"https:\/\/statorials.org\/ko\/"},{"@type":"ListItem","position":2,"name":"R\uc5d0\uc11c runif \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95(\uc608\uc81c 4\uac1c)"}]},{"@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\/2988","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=2988"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/posts\/2988\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/media?parent=2988"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/categories?post=2988"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/tags?post=2988"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}