{"id":1106,"date":"2022-03-24T21:32:00","date_gmt":"2022-03-24T12:32:00","guid":{"rendered":"https:\/\/obgyn.jp\/?p=1106"},"modified":"2022-03-25T12:20:17","modified_gmt":"2022-03-25T03:20:17","slug":"r-distribution","status":"publish","type":"post","link":"https:\/\/obgyn.jp\/?p=1106","title":{"rendered":"R \u306b\u3088\u308b\u9023\u7d9a\u78ba\u7387\u5206\u5e03\u3068\u7d2f\u7a4d\u5206\u5e03\u306e\u63cf\u753b"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">\u6b63\u898f\u5206\u5e03\u3001t \u5206\u5e03\u3001\u30ab\u30a42\u4e57\u5206\u5e03\u3001F \u5206\u5e03\u3001\u30d9\u30fc\u30bf\u5206\u5e03\u3001\u30ef\u30a4\u30d6\u30eb\u5206\u5e03\u3001\u4e00\u69d8\u5206\u5e03\u3001\u30ac\u30f3\u30de\u5206\u5e03\u3001\u30b3\u30fc\u30b7\u30fc\u5206\u5e03\u3001\u6307\u6570\u5206\u5e03\u3001\u5bfe\u6570\u6b63\u898f\u5206\u5e03\u3001\u3079\u304d\u5206\u5e03\uff08\u30d1\u30ec\u30fc\u30c8\u5206\u5e03\uff09\u3092\u63cf\u753b\u3059\u308b\uff08<a href=\"https:\/\/stat.ethz.ch\/R-manual\/R-devel\/library\/stats\/html\/Distributions.html\" target=\"_blank\" rel=\"noreferrer noopener nofollow\" title=\"Distributions\">Distributions<\/a>\uff09\u3002<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><a href=\"https:\/\/stat.ethz.ch\/R-manual\/R-devel\/library\/stats\/html\/Normal.html\" target=\"_blank\" rel=\"noreferrer noopener nofollow\" title=\"\u6b63\u898f\u5206\u5e03\">\u6b63\u898f\u5206\u5e03<\/a><\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">\u6b63\u898f\u5206\u5e03\u3068\u6a19\u6e96\u6b63\u898f\u5206\u5e03\u3092\u63cf\u304f\u3002<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"r\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">#\u6b63\u898f\u5206\u5e03\u3002\u5e73\u574750\u3001\u6a19\u6e96\u504f\u5dee5\u3002\ncurve(dnorm(x,50,5),30,70) #\u78ba\u7387\u5206\u5e03\ncurve(qnorm(x,50,5)) #\u7d2f\u7a4d\u5206\u5e03\n#\u6a19\u6e96\u6b63\u898f\u5206\u5e03\ncurve(dnorm, -5,5) #\u78ba\u7387\u5206\u5e03\ncurve(qnorm) #\u7d2f\u7a4d\u5206\u5e03<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\"><a href=\"https:\/\/stat.ethz.ch\/R-manual\/R-devel\/library\/stats\/html\/TDist.html\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">t \u5206\u5e03<\/a><\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">\u3053\u3053\u3067\u306f\u81ea\u7531\u5ea6\u30921\u3068\u3057\u3066\u3044\u308b\u3002<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"r\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">curve(dt(x,1),-1,1) #\u78ba\u7387\u5206\u5e03\ncurve(qt(x,1)) #\u7d2f\u7a4d\u5206\u5e03<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\"><a href=\"https:\/\/stat.ethz.ch\/R-manual\/R-devel\/library\/stats\/html\/Chisquare.html\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">\u30ab\u30a42\u4e57\u5206\u5e03<\/a><\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">\u3053\u3053\u3067\u306f\u81ea\u7531\u5ea6\u30923\u3068\u3057\u3066\u3044\u308b\u3002<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"r\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">curve(dchisq(x, 3)) #\u78ba\u7387\u5206\u5e03\ncurve(qchisq(x, 3)) #\u7d2f\u7a4d\u5206\u5e03<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\"><a href=\"https:\/\/stat.ethz.ch\/R-manual\/R-devel\/library\/stats\/html\/Fdist.html\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">F \u5206\u5e03<\/a><\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">\u3053\u3053\u3067\u306f\u81ea\u7531\u5ea6\u30925\u306810\u3068\u3057\u3066\u3044\u308b\u3002<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"r\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">curve(df(x,5,10)) #\u78ba\u7387\u5206\u5e03\ncurve(qf(x,5,10)) #\u7d2f\u7a4d\u5206\u5e03<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\"><a href=\"https:\/\/stat.ethz.ch\/R-manual\/R-devel\/library\/stats\/html\/Beta.html\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">\u30d9\u30fc\u30bf\u5206\u5e03<\/a><\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">\u3053\u3053\u3067\u306f\u30d1\u30e9\u30e1\u30fc\u30bf\u30920.3\u30680.5\u3068\u3057\u3066\u3044\u308b\u3002<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"r\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">curve(dbeta(x,0.3,0.5)) #\u78ba\u7387\u5206\u5e03\ncurve(qbeta(x,0.3,0.5)) #\u7d2f\u7a4d\u5206\u5e03<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\"><a href=\"https:\/\/stat.ethz.ch\/R-manual\/R-devel\/library\/stats\/html\/Weibull.html\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">\u30ef\u30a4\u30d6\u30eb\u5206\u5e03<\/a><\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">\u3053\u3053\u3067\u306f shape = 0.8, scale = 2 \u3068\u3057\u3066\u3044\u308b\u3002<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"r\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">curve(dweibull(x,0.8,2)) #\u78ba\u7387\u5206\u5e03\ncurve(qweibull(x,0.8,2)) #\u7d2f\u7a4d\u5206\u5e03<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\"><a href=\"https:\/\/stat.ethz.ch\/R-manual\/R-devel\/library\/stats\/html\/Uniform.html\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">\u4e00\u69d8\u5206\u5e03<\/a><\/h4>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"r\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">curve(dunif(x,-1,1),-1.1,1.1) #\u78ba\u7387\u5206\u5e03\ncurve(qunif(x,-1,1)) #\u7d2f\u7a4d\u5206\u5e03<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\"><a href=\"https:\/\/stat.ethz.ch\/R-manual\/R-devel\/library\/stats\/html\/GammaDist.html\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">\u30ac\u30f3\u30de\u5206\u5e03<\/a><\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">\u3053\u3053\u3067\u306f shape = 2, scale = 1.5 \u3068\u3057\u3066\u3044\u308b\u3002<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"r\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">curve(dgamma(x,2,1.5),0,5) #\u78ba\u7387\u5206\u5e03\ncurve(qgamma(x,2,1.5)) #\u7d2f\u7a4d\u5206\u5e03<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\"><a href=\"https:\/\/stat.ethz.ch\/R-manual\/R-devel\/library\/stats\/html\/Cauchy.html\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">\u30b3\u30fc\u30b7\u30fc\u5206\u5e03<\/a><\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">\u3053\u3053\u3067\u306f location = 0, scale = 1 \u306e\u6a19\u6e96\u30b3\u30fc\u30b7\u30fc\u5206\u5e03\u3068\u3057\u3066\u3044\u308b\u3002<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"r\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">curve(dcauchy(x,0,1),-1,1) #\u78ba\u7387\u5206\u5e03\ncurve(qcauchy(x,0,1)) #\u7d2f\u7a4d\u5206\u5e03<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\"><a href=\"https:\/\/stat.ethz.ch\/R-manual\/R-devel\/library\/stats\/html\/Exponential.html\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">\u6307\u6570\u5206\u5e03<\/a><\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">\u3053\u3053\u3067\u306f rate = 2 \u3068\u3057\u3066\u3044\u308b\u3002<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"r\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">curve(dexp(x,2)) #\u78ba\u7387\u5206\u5e03\ncurve(qexp(x,2)) #\u7d2f\u7a4d\u5206\u5e03<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\"><a href=\"https:\/\/stat.ethz.ch\/R-manual\/R-devel\/library\/stats\/html\/Lognormal.html\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">\u5bfe\u6570\u6b63\u898f\u5206\u5e03<\/a><\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">\u3053\u3053\u3067\u306f\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc\u3092 1, 2 \u3068\u3057\u3066\u3044\u308b\u3002<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"r\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">curve(dlnorm (x,1,2),1,3, log = \"xy\") #\u78ba\u7387\u5206\u5e03\ncurve(qlnorm (x,1,2)) #\u7d2f\u7a4d\u5206\u5e03<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">\u3079\u304d\u5206\u5e03\uff08\u30d1\u30ec\u30fc\u30c8\u5206\u5e03\uff09<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">\u3053\u3053\u3067\u306f a \u3092 shape\u3001b \u3092 scale \u3068\u3057\u3066\u95a2\u6570\u3092\u5b9a\u7fa9\u3057\u3001a = 2, b = 1 \u3068\u3057\u3066\u3044\u308b\u3002<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"r\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">#\u78ba\u7387\u5bc6\u5ea6\u95a2\u6570\nFd = function(x, a, b) a\/b * (b\/x)^(a+1) \ncurve(Fd(x,2,1),1,10, log = \"xy\")\n#\u7d2f\u7a4d\u5206\u5e03\u95a2\u6570\nFq = function(x, a, b) 1-(b\/x)^a\ncurve(Fq(x,2,1))<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u6b63\u898f\u5206\u5e03\u3001t \u5206\u5e03\u3001\u30ab\u30a42\u4e57\u5206\u5e03\u3001F \u5206\u5e03\u3001\u30d9\u30fc\u30bf\u5206\u5e03\u3001\u30ef\u30a4\u30d6\u30eb\u5206\u5e03\u3001\u4e00\u69d8\u5206\u5e03\u3001\u30ac\u30f3\u30de\u5206\u5e03\u3001\u30b3\u30fc\u30b7\u30fc\u5206\u5e03\u3001\u6307\u6570\u5206\u5e03\u3001\u5bfe\u6570\u6b63\u898f\u5206\u5e03\u3001\u3079\u304d\u5206\u5e03\uff08\u30d1\u30ec\u30fc\u30c8\u5206\u5e03\uff09\u3092\u63cf\u753b\u3059\u308b\u3002<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[37],"class_list":["post-1106","post","type-post","status-publish","format-standard","hentry","category-data-science","tag-r"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"robots\" content=\"max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n\t<meta name=\"author\" content=\"JM\"\/>\n\t<meta name=\"google-site-verification\" content=\"OyBGx29XgVH55NNdXZpEiztbjEQYo_CUoeKrsVh6n9U\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/obgyn.jp\/?p=1106\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"ja_JP\" \/>\n\t\t<meta property=\"og:site_name\" content=\"ObGyn.jp\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"R \u306b\u3088\u308b\u9023\u7d9a\u78ba\u7387\u5206\u5e03\u3068\u7d2f\u7a4d\u5206\u5e03\u306e\u63cf\u753b | ObGyn.jp\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/obgyn.jp\/?p=1106\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/obgyn.jp\/wp-content\/uploads\/2020\/02\/obgyn.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/obgyn.jp\/wp-content\/uploads\/2020\/02\/obgyn.jpg\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2022-03-24T12:32:00+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2022-03-25T03:20:17+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@obgyn_jp\" \/>\n\t\t<meta name=\"twitter:title\" content=\"R \u306b\u3088\u308b\u9023\u7d9a\u78ba\u7387\u5206\u5e03\u3068\u7d2f\u7a4d\u5206\u5e03\u306e\u63cf\u753b | ObGyn.jp\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@obgyn_jp\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/obgyn.jp\/wp-content\/uploads\/2020\/02\/obgyn.jpg\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/obgyn.jp\\\/?p=1106#article\",\"name\":\"R \\u306b\\u3088\\u308b\\u9023\\u7d9a\\u78ba\\u7387\\u5206\\u5e03\\u3068\\u7d2f\\u7a4d\\u5206\\u5e03\\u306e\\u63cf\\u753b | ObGyn.jp\",\"headline\":\"R \\u306b\\u3088\\u308b\\u9023\\u7d9a\\u78ba\\u7387\\u5206\\u5e03\\u3068\\u7d2f\\u7a4d\\u5206\\u5e03\\u306e\\u63cf\\u753b\",\"author\":{\"@id\":\"https:\\\/\\\/obgyn.jp\\\/?author=1#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/obgyn.jp\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/obgyn.jp\\\/?p=1106#articleImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e32459f46c160c8a61b8f5b09c43e49a0382c0546c3828ce595b96fc2ff84bbd?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"JM\"},\"datePublished\":\"2022-03-24T21:32:00+09:00\",\"dateModified\":\"2022-03-25T12:20:17+09:00\",\"inLanguage\":\"ja\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/obgyn.jp\\\/?p=1106#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/obgyn.jp\\\/?p=1106#webpage\"},\"articleSection\":\"\\u30c7\\u30fc\\u30bf\\u30b5\\u30a4\\u30a8\\u30f3\\u30b9, R\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/obgyn.jp\\\/?p=1106#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/obgyn.jp#listItem\",\"position\":1,\"name\":\"\\u30db\\u30fc\\u30e0\",\"item\":\"https:\\\/\\\/obgyn.jp\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/obgyn.jp\\\/?cat=1#listItem\",\"name\":\"\\u30c7\\u30fc\\u30bf\\u30b5\\u30a4\\u30a8\\u30f3\\u30b9\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/obgyn.jp\\\/?cat=1#listItem\",\"position\":2,\"name\":\"\\u30c7\\u30fc\\u30bf\\u30b5\\u30a4\\u30a8\\u30f3\\u30b9\",\"item\":\"https:\\\/\\\/obgyn.jp\\\/?cat=1\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/obgyn.jp\\\/?p=1106#listItem\",\"name\":\"R \\u306b\\u3088\\u308b\\u9023\\u7d9a\\u78ba\\u7387\\u5206\\u5e03\\u3068\\u7d2f\\u7a4d\\u5206\\u5e03\\u306e\\u63cf\\u753b\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/obgyn.jp#listItem\",\"name\":\"\\u30db\\u30fc\\u30e0\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/obgyn.jp\\\/?p=1106#listItem\",\"position\":3,\"name\":\"R \\u306b\\u3088\\u308b\\u9023\\u7d9a\\u78ba\\u7387\\u5206\\u5e03\\u3068\\u7d2f\\u7a4d\\u5206\\u5e03\\u306e\\u63cf\\u753b\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/obgyn.jp\\\/?cat=1#listItem\",\"name\":\"\\u30c7\\u30fc\\u30bf\\u30b5\\u30a4\\u30a8\\u30f3\\u30b9\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/obgyn.jp\\\/#person\",\"name\":\"Junji Mitsushita\",\"sameAs\":[\"https:\\\/\\\/twitter.com\\\/obgyn_jp\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/mitsushita\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/obgyn.jp\\\/?author=1#author\",\"url\":\"https:\\\/\\\/obgyn.jp\\\/?author=1\",\"name\":\"JM\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/obgyn.jp\\\/?p=1106#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e32459f46c160c8a61b8f5b09c43e49a0382c0546c3828ce595b96fc2ff84bbd?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"JM\"},\"sameAs\":[\"@obgyn_jp\"]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/obgyn.jp\\\/?p=1106#webpage\",\"url\":\"https:\\\/\\\/obgyn.jp\\\/?p=1106\",\"name\":\"R \\u306b\\u3088\\u308b\\u9023\\u7d9a\\u78ba\\u7387\\u5206\\u5e03\\u3068\\u7d2f\\u7a4d\\u5206\\u5e03\\u306e\\u63cf\\u753b | ObGyn.jp\",\"inLanguage\":\"ja\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/obgyn.jp\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/obgyn.jp\\\/?p=1106#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/obgyn.jp\\\/?author=1#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/obgyn.jp\\\/?author=1#author\"},\"datePublished\":\"2022-03-24T21:32:00+09:00\",\"dateModified\":\"2022-03-25T12:20:17+09:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/obgyn.jp\\\/#website\",\"url\":\"https:\\\/\\\/obgyn.jp\\\/\",\"name\":\"ObGyn.jp\",\"description\":\"\\u5a66\\u4eba\\u79d1\\u304c\\u3093\\u85ac\\u7269\\u7642\\u6cd5\\u30ec\\u30b8\\u30e1\\u30f3\\u306e\\u6e1b\\u91cf\\u57fa\\u6e96\\u7b49\\u3092\\u63b2\\u8f09\\u3057\\u3066\\u3044\\u307e\\u3059\\u3002Python \\u3068 R \\u306b\\u3088\\u308b\\u69d8\\u3005\\u306a\\u7d71\\u8a08\\u51e6\\u7406\\u65b9\\u6cd5\\u3092\\u63b2\\u8f09\\u3057\\u3066\\u3044\\u307e\\u3059\\u3002\",\"inLanguage\":\"ja\",\"publisher\":{\"@id\":\"https:\\\/\\\/obgyn.jp\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"R \u306b\u3088\u308b\u9023\u7d9a\u78ba\u7387\u5206\u5e03\u3068\u7d2f\u7a4d\u5206\u5e03\u306e\u63cf\u753b | ObGyn.jp","description":"","canonical_url":"https:\/\/obgyn.jp\/?p=1106","robots":"max-snippet:-1, max-image-preview:large, max-video-preview:-1","keywords":"","webmasterTools":{"google-site-verification":"OyBGx29XgVH55NNdXZpEiztbjEQYo_CUoeKrsVh6n9U","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/obgyn.jp\/?p=1106#article","name":"R \u306b\u3088\u308b\u9023\u7d9a\u78ba\u7387\u5206\u5e03\u3068\u7d2f\u7a4d\u5206\u5e03\u306e\u63cf\u753b | ObGyn.jp","headline":"R \u306b\u3088\u308b\u9023\u7d9a\u78ba\u7387\u5206\u5e03\u3068\u7d2f\u7a4d\u5206\u5e03\u306e\u63cf\u753b","author":{"@id":"https:\/\/obgyn.jp\/?author=1#author"},"publisher":{"@id":"https:\/\/obgyn.jp\/#person"},"image":{"@type":"ImageObject","@id":"https:\/\/obgyn.jp\/?p=1106#articleImage","url":"https:\/\/secure.gravatar.com\/avatar\/e32459f46c160c8a61b8f5b09c43e49a0382c0546c3828ce595b96fc2ff84bbd?s=96&d=mm&r=g","width":96,"height":96,"caption":"JM"},"datePublished":"2022-03-24T21:32:00+09:00","dateModified":"2022-03-25T12:20:17+09:00","inLanguage":"ja","mainEntityOfPage":{"@id":"https:\/\/obgyn.jp\/?p=1106#webpage"},"isPartOf":{"@id":"https:\/\/obgyn.jp\/?p=1106#webpage"},"articleSection":"\u30c7\u30fc\u30bf\u30b5\u30a4\u30a8\u30f3\u30b9, R"},{"@type":"BreadcrumbList","@id":"https:\/\/obgyn.jp\/?p=1106#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/obgyn.jp#listItem","position":1,"name":"\u30db\u30fc\u30e0","item":"https:\/\/obgyn.jp","nextItem":{"@type":"ListItem","@id":"https:\/\/obgyn.jp\/?cat=1#listItem","name":"\u30c7\u30fc\u30bf\u30b5\u30a4\u30a8\u30f3\u30b9"}},{"@type":"ListItem","@id":"https:\/\/obgyn.jp\/?cat=1#listItem","position":2,"name":"\u30c7\u30fc\u30bf\u30b5\u30a4\u30a8\u30f3\u30b9","item":"https:\/\/obgyn.jp\/?cat=1","nextItem":{"@type":"ListItem","@id":"https:\/\/obgyn.jp\/?p=1106#listItem","name":"R \u306b\u3088\u308b\u9023\u7d9a\u78ba\u7387\u5206\u5e03\u3068\u7d2f\u7a4d\u5206\u5e03\u306e\u63cf\u753b"},"previousItem":{"@type":"ListItem","@id":"https:\/\/obgyn.jp#listItem","name":"\u30db\u30fc\u30e0"}},{"@type":"ListItem","@id":"https:\/\/obgyn.jp\/?p=1106#listItem","position":3,"name":"R \u306b\u3088\u308b\u9023\u7d9a\u78ba\u7387\u5206\u5e03\u3068\u7d2f\u7a4d\u5206\u5e03\u306e\u63cf\u753b","previousItem":{"@type":"ListItem","@id":"https:\/\/obgyn.jp\/?cat=1#listItem","name":"\u30c7\u30fc\u30bf\u30b5\u30a4\u30a8\u30f3\u30b9"}}]},{"@type":"Person","@id":"https:\/\/obgyn.jp\/#person","name":"Junji Mitsushita","sameAs":["https:\/\/twitter.com\/obgyn_jp","https:\/\/www.linkedin.com\/in\/mitsushita\/"]},{"@type":"Person","@id":"https:\/\/obgyn.jp\/?author=1#author","url":"https:\/\/obgyn.jp\/?author=1","name":"JM","image":{"@type":"ImageObject","@id":"https:\/\/obgyn.jp\/?p=1106#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/e32459f46c160c8a61b8f5b09c43e49a0382c0546c3828ce595b96fc2ff84bbd?s=96&d=mm&r=g","width":96,"height":96,"caption":"JM"},"sameAs":["@obgyn_jp"]},{"@type":"WebPage","@id":"https:\/\/obgyn.jp\/?p=1106#webpage","url":"https:\/\/obgyn.jp\/?p=1106","name":"R \u306b\u3088\u308b\u9023\u7d9a\u78ba\u7387\u5206\u5e03\u3068\u7d2f\u7a4d\u5206\u5e03\u306e\u63cf\u753b | ObGyn.jp","inLanguage":"ja","isPartOf":{"@id":"https:\/\/obgyn.jp\/#website"},"breadcrumb":{"@id":"https:\/\/obgyn.jp\/?p=1106#breadcrumblist"},"author":{"@id":"https:\/\/obgyn.jp\/?author=1#author"},"creator":{"@id":"https:\/\/obgyn.jp\/?author=1#author"},"datePublished":"2022-03-24T21:32:00+09:00","dateModified":"2022-03-25T12:20:17+09:00"},{"@type":"WebSite","@id":"https:\/\/obgyn.jp\/#website","url":"https:\/\/obgyn.jp\/","name":"ObGyn.jp","description":"\u5a66\u4eba\u79d1\u304c\u3093\u85ac\u7269\u7642\u6cd5\u30ec\u30b8\u30e1\u30f3\u306e\u6e1b\u91cf\u57fa\u6e96\u7b49\u3092\u63b2\u8f09\u3057\u3066\u3044\u307e\u3059\u3002Python \u3068 R \u306b\u3088\u308b\u69d8\u3005\u306a\u7d71\u8a08\u51e6\u7406\u65b9\u6cd5\u3092\u63b2\u8f09\u3057\u3066\u3044\u307e\u3059\u3002","inLanguage":"ja","publisher":{"@id":"https:\/\/obgyn.jp\/#person"}}]},"og:locale":"ja_JP","og:site_name":"ObGyn.jp","og:type":"article","og:title":"R \u306b\u3088\u308b\u9023\u7d9a\u78ba\u7387\u5206\u5e03\u3068\u7d2f\u7a4d\u5206\u5e03\u306e\u63cf\u753b | ObGyn.jp","og:url":"https:\/\/obgyn.jp\/?p=1106","og:image":"https:\/\/obgyn.jp\/wp-content\/uploads\/2020\/02\/obgyn.jpg","og:image:secure_url":"https:\/\/obgyn.jp\/wp-content\/uploads\/2020\/02\/obgyn.jpg","article:published_time":"2022-03-24T12:32:00+00:00","article:modified_time":"2022-03-25T03:20:17+00:00","twitter:card":"summary","twitter:site":"@obgyn_jp","twitter:title":"R \u306b\u3088\u308b\u9023\u7d9a\u78ba\u7387\u5206\u5e03\u3068\u7d2f\u7a4d\u5206\u5e03\u306e\u63cf\u753b | ObGyn.jp","twitter:creator":"@obgyn_jp","twitter:image":"https:\/\/obgyn.jp\/wp-content\/uploads\/2020\/02\/obgyn.jpg"},"aioseo_meta_data":{"post_id":"1106","title":null,"description":null,"keywords":[],"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":[],"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":"{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}","pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","location":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2022-03-21 16:13:23","updated":"2025-06-04 00:58:37","seo_analyzer_scan_date":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/obgyn.jp\" title=\"\u30db\u30fc\u30e0\">\u30db\u30fc\u30e0<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/obgyn.jp\/?cat=1\" title=\"\u30c7\u30fc\u30bf\u30b5\u30a4\u30a8\u30f3\u30b9\">\u30c7\u30fc\u30bf\u30b5\u30a4\u30a8\u30f3\u30b9<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tR \u306b\u3088\u308b\u9023\u7d9a\u78ba\u7387\u5206\u5e03\u3068\u7d2f\u7a4d\u5206\u5e03\u306e\u63cf\u753b\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"\u30db\u30fc\u30e0","link":"https:\/\/obgyn.jp"},{"label":"\u30c7\u30fc\u30bf\u30b5\u30a4\u30a8\u30f3\u30b9","link":"https:\/\/obgyn.jp\/?cat=1"},{"label":"R \u306b\u3088\u308b\u9023\u7d9a\u78ba\u7387\u5206\u5e03\u3068\u7d2f\u7a4d\u5206\u5e03\u306e\u63cf\u753b","link":"https:\/\/obgyn.jp\/?p=1106"}],"_links":{"self":[{"href":"https:\/\/obgyn.jp\/index.php?rest_route=\/wp\/v2\/posts\/1106","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/obgyn.jp\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/obgyn.jp\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/obgyn.jp\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/obgyn.jp\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1106"}],"version-history":[{"count":13,"href":"https:\/\/obgyn.jp\/index.php?rest_route=\/wp\/v2\/posts\/1106\/revisions"}],"predecessor-version":[{"id":1127,"href":"https:\/\/obgyn.jp\/index.php?rest_route=\/wp\/v2\/posts\/1106\/revisions\/1127"}],"wp:attachment":[{"href":"https:\/\/obgyn.jp\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1106"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/obgyn.jp\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1106"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/obgyn.jp\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1106"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}