{"id":474,"date":"2023-07-29T19:05:27","date_gmt":"2023-07-29T19:05:27","guid":{"rendered":"https:\/\/statorials.org\/ja\/%e5%a4%9a%e9%a0%85%e5%bc%8f%e5%9b%9e%e5%b8%b0-r\/"},"modified":"2023-07-29T19:05:27","modified_gmt":"2023-07-29T19:05:27","slug":"%e5%a4%9a%e9%a0%85%e5%bc%8f%e5%9b%9e%e5%b8%b0-r","status":"publish","type":"post","link":"https:\/\/statorials.org\/ja\/%e5%a4%9a%e9%a0%85%e5%bc%8f%e5%9b%9e%e5%b8%b0-r\/","title":{"rendered":"R \u306e\u591a\u9805\u5f0f\u56de\u5e30 (\u30b9\u30c6\u30c3\u30d7\u30d0\u30a4\u30b9\u30c6\u30c3\u30d7)"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\"><a href=\"https:\/\/statorials.org\/ja\/\u591a\u9805\u5f0f\u56de\u5e30-1\/\" target=\"_blank\" rel=\"noopener noreferrer\">\u591a\u9805\u5f0f\u56de\u5e30\u306f\u3001<\/a>\u4e88\u6e2c\u5909\u6570\u3068<a href=\"https:\/\/statorials.org\/ja\/\u5909\u6570\u306e\u8aac\u660e\u5fdc\u7b54\/\" target=\"_blank\" rel=\"noopener noreferrer\">\u5fdc\u7b54\u5909\u6570<\/a>\u306e\u9593\u306e\u95a2\u4fc2\u304c\u975e\u7dda\u5f62\u3067\u3042\u308b\u5834\u5408\u306b\u4f7f\u7528\u3067\u304d\u308b\u624b\u6cd5\u3067\u3059\u3002<\/span><\/p>\n<p><span style=\"color: #000000;\">\u3053\u306e\u30bf\u30a4\u30d7\u306e\u56de\u5e30\u306f\u6b21\u306e\u5f62\u5f0f\u306b\u306a\u308a\u307e\u3059\u3002<\/span><\/p>\n<p> <span style=\"color: #000000;\">Y = \u03b2 <sub>0<\/sub> <sup>+<\/sup> \u03b2 <sub>1<\/sub> X + \u03b2 <sub>2<\/sub> X <sup>2<\/sup> + \u2026 + \u03b2 <sub>h<\/sub><\/span><\/p>\n<p><span style=\"color: #000000;\">\u3053\u3053\u3067\u3001 <em>h<\/em>\u306f\u591a\u9805\u5f0f\u306e\u300c\u6b21\u6570\u300d\u3067\u3059\u3002<\/span><\/p>\n<p><span style=\"color: #000000;\">\u3053\u306e\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u3067\u306f\u3001R \u3067\u591a\u9805\u5f0f\u56de\u5e30\u3092\u5b9f\u884c\u3059\u308b\u65b9\u6cd5\u306e\u6bb5\u968e\u7684\u306a\u4f8b\u3092\u793a\u3057\u307e\u3059\u3002<\/span><\/p>\n<h3><span style=\"color: #000000;\"><strong>\u30b9\u30c6\u30c3\u30d7 1: \u30c7\u30fc\u30bf\u3092\u4f5c\u6210\u3059\u308b<\/strong><\/span><\/h3>\n<p><span style=\"color: #000000;\">\u3053\u306e\u4f8b\u3067\u306f\u300150 \u4eba\u306e\u751f\u5f92\u306e\u30af\u30e9\u30b9\u306e\u5b66\u7fd2\u6642\u9593\u6570\u3068\u6700\u7d42\u8a66\u9a13\u306e\u6210\u7e3e\u3092\u542b\u3080\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8\u3092\u4f5c\u6210\u3057\u307e\u3059\u3002<\/span><\/p>\n<pre style=\"background-color: #e5e5e5; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#make this example reproducible<\/span>\nset.seed(1)\n\n<span style=\"color: #008080;\">#create dataset\n<\/span>df &lt;- data.frame(hours = <span style=\"color: #3366ff;\">runif<\/span> (50, 5, 15), score=50)\ndf$score = df$score + df$hours^3\/150 + df$hours* <span style=\"color: #3366ff;\">runif<\/span> (50, 1, 2)\n\n<span style=\"color: #008080;\">#view first six rows of data\n<\/span>head(data)\n\n      hours score\n1 7.655087 64.30191\n2 8.721239 70.65430\n3 10.728534 73.66114\n4 14.082078 86.14630\n5 7.016819 59.81595\n6 13.983897 83.60510\n<\/strong><\/pre>\n<h3><span style=\"color: #000000;\"><strong>\u30b9\u30c6\u30c3\u30d7 2: \u30c7\u30fc\u30bf\u3092\u8996\u899a\u5316\u3059\u308b<\/strong><\/span><\/h3>\n<p><span style=\"color: #000000;\">\u56de\u5e30\u30e2\u30c7\u30eb\u3092\u30c7\u30fc\u30bf\u306b\u5f53\u3066\u306f\u3081\u308b\u524d\u306b\u3001\u307e\u305a\u6563\u5e03\u56f3\u3092\u4f5c\u6210\u3057\u3066\u3001\u5b66\u7fd2\u6642\u9593\u3068\u8a66\u9a13\u30b9\u30b3\u30a2\u306e\u95a2\u4fc2\u3092\u8996\u899a\u5316\u3057\u307e\u3057\u3087\u3046\u3002<\/span> <\/p>\n<pre style=\"background-color: #e5e5e5; font-size: 15px;\"> <strong><span style=\"color: #993300;\">library<\/span> (ggplot2)\n\nggplot(df, <span style=\"color: #3366ff;\">aes<\/span> (x=hours, y=score)) +\n  geom_point()<\/strong> <\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-12001 \" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/poly1-1.png\" alt=\"\" width=\"457\" height=\"450\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p><span style=\"color: #000000;\">\u30c7\u30fc\u30bf\u306b\u306f\u308f\u305a\u304b\u306b 2 \u6b21\u306e\u95a2\u4fc2\u304c\u3042\u308b\u3053\u3068\u304c\u308f\u304b\u308a\u3001\u5358\u7d14\u306a\u7dda\u5f62\u56de\u5e30\u3088\u308a\u3082\u591a\u9805\u5f0f\u56de\u5e30\u306e\u65b9\u304c\u30c7\u30fc\u30bf\u306b\u3088\u304f\u9069\u5408\u3059\u308b\u53ef\u80fd\u6027\u304c\u3042\u308b\u3053\u3068\u3092\u793a\u3057\u3066\u3044\u307e\u3059\u3002<\/span><\/p>\n<h3><strong><span style=\"color: #000000;\">\u30b9\u30c6\u30c3\u30d7 3: \u591a\u9805\u5f0f\u56de\u5e30\u30e2\u30c7\u30eb\u3092\u5f53\u3066\u306f\u3081\u308b<\/span><\/strong><\/h3>\n<p><span style=\"color: #000000;\">\u6b21\u306b\u3001\u6b21\u6570<em>h<\/em> = 1\u20265 \u3067 5 \u3064\u306e\u7570\u306a\u308b\u591a\u9805\u5f0f\u56de\u5e30\u30e2\u30c7\u30eb\u3092\u8fd1\u4f3c\u3057\u3001k = 10 \u56de\u306e k \u5206\u5272\u76f8\u4e92\u691c\u8a3c\u3092\u4f7f\u7528\u3057\u3066\u5404\u30e2\u30c7\u30eb\u306e MSE \u691c\u5b9a\u3092\u8a08\u7b97\u3057\u307e\u3059\u3002<\/span><\/p>\n<pre style=\"background-color: #e5e5e5; font-size: 15px;\"> <span style=\"color: #000000;\"><strong><span style=\"color: #008080;\">#randomly shuffle data\n<\/span>df.shuffled &lt;- df[ <span style=\"color: #3366ff;\">sample<\/span> ( <span style=\"color: #3366ff;\">nrow<\/span> (df)),]\n\n<span style=\"color: #008080;\">#define number of folds to use for k-fold cross-validation\n<\/span>K &lt;- 10 \n\n<span style=\"color: #008080;\">#define degree of polynomials to fit\n<\/span>degree &lt;- 5\n\n<span style=\"color: #008080;\">#create k equal-sized folds\n<\/span>folds &lt;- cut( <span style=\"color: #3366ff;\">seq<\/span> (1, <span style=\"color: #3366ff;\">nrow<\/span> (df.shuffled)), breaks=K, labels= <span style=\"color: #008000;\">FALSE<\/span> )\n\n<span style=\"color: #008080;\">#create object to hold MSE's of models\n<\/span>mse = matrix(data=NA,nrow=K,ncol=degree)\n\n<span style=\"color: #008080;\">#Perform K-fold cross validation\n<\/span><span style=\"color: #008000;\">for<\/span> (i <span style=\"color: #008000;\">in<\/span> 1:K){\n    \n<span style=\"color: #008080;\">#define training and testing data\n<\/span>testIndexes &lt;- <span style=\"color: #3366ff;\">which<\/span> (folds==i,arr.ind= <span style=\"color: #008000;\">TRUE<\/span> )\n    testData &lt;- df.shuffled[testIndexes, ]\n    trainData &lt;- df.shuffled[-testIndexes, ]\n    \n<span style=\"color: #008080;\">#use k-fold cv to evaluate models\n<\/span>for (j in 1:degree){\n        fit.train = <span style=\"color: #3366ff;\">lm<\/span> (score ~ <span style=\"color: #3366ff;\">poly<\/span> (hours,d), data=trainData)\n        fit.test = <span style=\"color: #3366ff;\">predict<\/span> (fit.train, newdata=testData)\n        mse[i,j] = <span style=\"color: #3366ff;\">mean<\/span> ((fit.test-testData$score)^2) \n    }\n}\n\n<span style=\"color: #008080;\">#find MSE for each degree \n<\/span>colMeans(mse)\n\n[1] 9.802397 8.748666 9.601865 10.592569 13.545547\n<\/strong><\/span><\/pre>\n<p><span style=\"color: #000000;\">\u7d50\u679c\u304b\u3089\u3001\u5404\u30e2\u30c7\u30eb\u306e MSE \u30c6\u30b9\u30c8\u304c\u308f\u304b\u308a\u307e\u3059\u3002<\/span><\/p>\n<ul>\n<li><span style=\"color: #000000;\">\u6b21\u6570 h = 1: <strong>9.80<\/strong>\u306e MSE \u30c6\u30b9\u30c8<\/span><\/li>\n<li><span style=\"color: #000000;\">\u6b21\u6570 h = 2 \u306e MSE \u30c6\u30b9\u30c8: <strong>8.75<\/strong><\/span><\/li>\n<li><span style=\"color: #000000;\">\u6b21\u6570 h = 3 \u306e MSE \u30c6\u30b9\u30c8: <strong>9.60<\/strong><\/span><\/li>\n<li><span style=\"color: #000000;\">\u6b21\u6570 h = 4 \u306e MSE \u30c6\u30b9\u30c8: <strong>10.59<\/strong><\/span><\/li>\n<li><span style=\"color: #000000;\">\u6b21\u6570 h = 5 \u306e MSE \u30c6\u30b9\u30c8: <strong>13.55<\/strong><\/span><\/li>\n<\/ul>\n<p><span style=\"color: #000000;\">\u30c6\u30b9\u30c8 MSE \u304c\u6700\u3082\u4f4e\u3044\u30e2\u30c7\u30eb\u306f\u3001\u6b21\u6570<em>h<\/em> = 2 \u306e\u591a\u9805\u5f0f\u56de\u5e30\u30e2\u30c7\u30eb\u3067\u3042\u308b\u3053\u3068\u304c\u5224\u660e\u3057\u307e\u3057\u305f\u3002<\/span><\/p>\n<p><span style=\"color: #000000;\">\u3053\u308c\u306f\u3001\u5143\u306e\u6563\u5e03\u56f3\u304b\u3089\u306e\u76f4\u611f\u3068\u4e00\u81f4\u3057\u307e\u3059\u3002\u3064\u307e\u308a\u3001\u4e8c\u6b21\u56de\u5e30\u30e2\u30c7\u30eb\u304c\u30c7\u30fc\u30bf\u306b\u6700\u3082\u3088\u304f\u9069\u5408\u3057\u307e\u3059\u3002<\/span><\/p>\n<h3><strong><span style=\"color: #000000;\">\u30b9\u30c6\u30c3\u30d7 4: \u6700\u7d42\u30e2\u30c7\u30eb\u3092\u5206\u6790\u3059\u308b<\/span><\/strong><\/h3>\n<p><span style=\"color: #000000;\">\u6700\u5f8c\u306b\u3001\u6700\u9ad8\u306e\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u3092\u767a\u63ee\u3059\u308b\u30e2\u30c7\u30eb\u306e\u4fc2\u6570\u3092\u53d6\u5f97\u3067\u304d\u307e\u3059\u3002<\/span><\/p>\n<pre style=\"background-color: #e5e5e5; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#fit best model<\/span>\nbest = <span style=\"color: #3366ff;\">lm<\/span> (score ~ <span style=\"color: #3366ff;\">poly<\/span> (hours,2, raw= <span style=\"color: #008000;\">T<\/span> ), data=df)\n\n<span style=\"color: #008080;\">#view summary of best model<\/span>\nsummary(best)\n\nCall:\nlm(formula = score ~ poly(hours, 2, raw = T), data = df)\n\nResiduals:\n    Min 1Q Median 3Q Max \n-5.6589 -2.0770 -0.4599 2.5923 4.5122 \n\nCoefficients:\n                         Estimate Std. Error t value Pr(&gt;|t|)    \n(Intercept) 54.00526 5.52855 9.768 6.78e-13 ***\npoly(hours, 2, raw = T)1 -0.07904 1.15413 -0.068 0.94569    \npoly(hours, 2, raw = T)2 0.18596 0.05724 3.249 0.00214 ** \n---\nSignificant. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1<\/strong><\/pre>\n<p><span style=\"color: #000000;\">\u7d50\u679c\u304b\u3089\u3001\u6700\u7d42\u7684\u306b\u9069\u5408\u3055\u308c\u305f\u30e2\u30c7\u30eb\u306f\u6b21\u306e\u3068\u304a\u308a\u3067\u3042\u308b\u3053\u3068\u304c\u308f\u304b\u308a\u307e\u3059\u3002<\/span><\/p>\n<p><span style=\"color: #000000;\">\u30b9\u30b3\u30a2 = 54.00526 \u2013 0.07904*(\u6642\u9593) + 0.18596*(\u6642\u9593) <sup>2<\/sup><\/span><\/p>\n<p><span style=\"color: #000000;\">\u3053\u306e\u65b9\u7a0b\u5f0f\u3092\u4f7f\u7528\u3057\u3066\u3001\u5b66\u7fd2\u6642\u9593\u6570\u306b\u57fa\u3065\u3044\u3066\u5b66\u751f\u304c\u53d7\u3051\u53d6\u308b\u30b9\u30b3\u30a2\u3092\u63a8\u5b9a\u3067\u304d\u307e\u3059\u3002<\/span><\/p>\n<p><span style=\"color: #000000;\">\u305f\u3068\u3048\u3070\u300110 \u6642\u9593\u52c9\u5f37\u3057\u305f\u751f\u5f92\u306e\u6210\u7e3e\u306f<strong>71.81<\/strong>\u306b\u306a\u308b\u306f\u305a\u3067\u3059\u3002<\/span><\/p>\n<p><span style=\"color: #000000;\">\u30b9\u30b3\u30a2 = 54.00526 \u2013 0.07904*(10) + 0.18596*(10) <sup>2<\/sup> = 71.81<\/span><\/p>\n<p><span style=\"color: #000000;\">\u8fd1\u4f3c\u30e2\u30c7\u30eb\u3092\u30d7\u30ed\u30c3\u30c8\u3057\u3066\u3001\u751f\u30c7\u30fc\u30bf\u306b\u3069\u306e\u7a0b\u5ea6\u3088\u304f\u8fd1\u4f3c\u3057\u3066\u3044\u308b\u304b\u3092\u78ba\u8a8d\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059\u3002<\/span> <\/p>\n<pre style=\"background-color: #e5e5e5; font-size: 15px;\"> <strong>ggplot(df, <span style=\"color: #3366ff;\">aes<\/span> (x=hours, y=score)) + \n          geom_point() +\n          stat_smooth(method=' <span style=\"color: #008000;\">lm<\/span> ', formula = y ~ <span style=\"color: #3366ff;\">poly<\/span> (x,2), size = 1) + \n          xlab(' <span style=\"color: #008000;\">Hours Studied<\/span> ') +\n          ylab(' <span style=\"color: #008000;\">Score<\/span> ')<\/strong> <\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-12002 \" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/poly2.png\" alt=\"R \u306e\u591a\u9805\u5f0f\u56de\u5e30\" width=\"446\" height=\"449\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p><span style=\"color: #000000;\">\u3053\u306e\u4f8b\u3067\u4f7f\u7528\u3055\u308c\u3066\u3044\u308b\u5b8c\u5168\u306a R \u30b3\u30fc\u30c9\u306f\u3001 <a href=\"https:\/\/github.com\/Statorials\/R-Guides\/blob\/main\/polynomial_regression.R\" target=\"_blank\" rel=\"noopener noreferrer\">\u3053\u3053\u3067<\/a>\u898b\u3064\u3051\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u591a\u9805\u5f0f\u56de\u5e30\u306f\u3001\u4e88\u6e2c\u5909\u6570\u3068\u5fdc\u7b54\u5909\u6570\u306e\u9593\u306e\u95a2\u4fc2\u304c\u975e\u7dda\u5f62\u3067\u3042\u308b\u5834\u5408\u306b\u4f7f\u7528\u3067\u304d\u308b\u624b\u6cd5\u3067\u3059\u3002 \u3053\u306e\u30bf\u30a4\u30d7\u306e\u56de\u5e30\u306f\u6b21\u306e\u5f62\u5f0f\u306b\u306a\u308a\u307e\u3059\u3002 Y = \u03b2 0 + \u03b2 1 X + \u03b2 2 X 2 + \u2026 + \u03b2 h \u3053\u3053\u3067\u3001 h\u306f\u591a\u9805\u5f0f\u306e\u300c [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[16],"tags":[],"class_list":["post-474","post","type-post","status-publish","format-standard","hentry","category-16"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>R \u306e\u591a\u9805\u5f0f\u56de\u5e30 (\u30b9\u30c6\u30c3\u30d7\u30d0\u30a4\u30b9\u30c6\u30c3\u30d7) - Statorials<\/title>\n<meta name=\"description\" content=\"\u3053\u306e\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u3067\u306f\u3001R \u3067\u306e\u591a\u9805\u5f0f\u56de\u5e30\u3092\u7406\u89e3\u3057\u3066\u5b9f\u88c5\u3059\u308b\u305f\u3081\u306e\u7c21\u5358\u306a\u30ac\u30a4\u30c9\u3092\u4f8b\u3092\u542b\u3081\u3066\u63d0\u4f9b\u3057\u307e\u3059\u3002\" \/>\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\/ja\/\u591a\u9805\u5f0f\u56de\u5e30-r\/\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"R \u306e\u591a\u9805\u5f0f\u56de\u5e30 (\u30b9\u30c6\u30c3\u30d7\u30d0\u30a4\u30b9\u30c6\u30c3\u30d7) - Statorials\" \/>\n<meta property=\"og:description\" content=\"\u3053\u306e\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u3067\u306f\u3001R \u3067\u306e\u591a\u9805\u5f0f\u56de\u5e30\u3092\u7406\u89e3\u3057\u3066\u5b9f\u88c5\u3059\u308b\u305f\u3081\u306e\u7c21\u5358\u306a\u30ac\u30a4\u30c9\u3092\u4f8b\u3092\u542b\u3081\u3066\u63d0\u4f9b\u3057\u307e\u3059\u3002\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/ja\/\u591a\u9805\u5f0f\u56de\u5e30-r\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-29T19:05:27+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/poly1-1.png\" \/>\n<meta name=\"author\" content=\"\u30d9\u30f3\u30b8\u30e3\u30df\u30f3\u30fb\u30a2\u30f3\u30c0\u30fc\u30bd\u30f3\u535a\u58eb\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u57f7\u7b46\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u30d9\u30f3\u30b8\u30e3\u30df\u30f3\u30fb\u30a2\u30f3\u30c0\u30fc\u30bd\u30f3\u535a\u58eb\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593\" \/>\n\t<meta name=\"twitter:data2\" content=\"2\u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/statorials.org\/ja\/%e5%a4%9a%e9%a0%85%e5%bc%8f%e5%9b%9e%e5%b8%b0-r\/\",\"url\":\"https:\/\/statorials.org\/ja\/%e5%a4%9a%e9%a0%85%e5%bc%8f%e5%9b%9e%e5%b8%b0-r\/\",\"name\":\"R \u306e\u591a\u9805\u5f0f\u56de\u5e30 (\u30b9\u30c6\u30c3\u30d7\u30d0\u30a4\u30b9\u30c6\u30c3\u30d7) - Statorials\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/ja\/#website\"},\"datePublished\":\"2023-07-29T19:05:27+00:00\",\"dateModified\":\"2023-07-29T19:05:27+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/ja\/#\/schema\/person\/86b92d2dd87368b26360d19d9c6a5d83\"},\"description\":\"\u3053\u306e\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u3067\u306f\u3001R \u3067\u306e\u591a\u9805\u5f0f\u56de\u5e30\u3092\u7406\u89e3\u3057\u3066\u5b9f\u88c5\u3059\u308b\u305f\u3081\u306e\u7c21\u5358\u306a\u30ac\u30a4\u30c9\u3092\u4f8b\u3092\u542b\u3081\u3066\u63d0\u4f9b\u3057\u307e\u3059\u3002\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/ja\/%e5%a4%9a%e9%a0%85%e5%bc%8f%e5%9b%9e%e5%b8%b0-r\/#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/ja\/%e5%a4%9a%e9%a0%85%e5%bc%8f%e5%9b%9e%e5%b8%b0-r\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/ja\/%e5%a4%9a%e9%a0%85%e5%bc%8f%e5%9b%9e%e5%b8%b0-r\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u5bb6\",\"item\":\"https:\/\/statorials.org\/ja\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"R \u306e\u591a\u9805\u5f0f\u56de\u5e30 (\u30b9\u30c6\u30c3\u30d7\u30d0\u30a4\u30b9\u30c6\u30c3\u30d7)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/statorials.org\/ja\/#website\",\"url\":\"https:\/\/statorials.org\/ja\/\",\"name\":\"Statorials\",\"description\":\"\u7d71\u8a08\u80fd\u529b\u3078\u306e\u30ac\u30a4\u30c9\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/statorials.org\/ja\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"ja\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/statorials.org\/ja\/#\/schema\/person\/86b92d2dd87368b26360d19d9c6a5d83\",\"name\":\"\u30d9\u30f3\u30b8\u30e3\u30df\u30f3\u30fb\u30a2\u30f3\u30c0\u30fc\u30bd\u30f3\u535a\u58eb\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\/\/statorials.org\/ja\/#\/schema\/person\/image\/\",\"url\":\"http:\/\/statorials.org\/ja\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg\",\"contentUrl\":\"http:\/\/statorials.org\/ja\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg\",\"caption\":\"\u30d9\u30f3\u30b8\u30e3\u30df\u30f3\u30fb\u30a2\u30f3\u30c0\u30fc\u30bd\u30f3\u535a\u58eb\"},\"description\":\"\u79c1\u306f\u30d9\u30f3\u30b8\u30e3\u30df\u30f3\u3067\u3059\u3002\u9000\u8077\u3057\u305f\u7d71\u8a08\u6559\u6388\u304b\u3089\u3001\u5c02\u4efb\u306e Statorials \u6559\u80b2\u8005\u306b\u306a\u308a\u307e\u3057\u305f\u3002 \u7d71\u8a08\u5206\u91ce\u306b\u304a\u3051\u308b\u8c4a\u5bcc\u306a\u7d4c\u9a13\u3068\u5c02\u9580\u77e5\u8b58\u3092\u6d3b\u304b\u3057\u3066\u3001\u79c1\u306f Statorials \u3092\u901a\u3058\u3066\u5b66\u751f\u306b\u529b\u3092\u4e0e\u3048\u308b\u305f\u3081\u306b\u81ea\u5206\u306e\u77e5\u8b58\u3092\u5171\u6709\u3059\u308b\u3053\u3068\u306b\u5c3d\u529b\u3057\u3066\u3044\u307e\u3059\u3002\u3082\u3063\u3068\u77e5\u308b\",\"sameAs\":[\"http:\/\/statorials.org\/ja\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"R \u306e\u591a\u9805\u5f0f\u56de\u5e30 (\u30b9\u30c6\u30c3\u30d7\u30d0\u30a4\u30b9\u30c6\u30c3\u30d7) - Statorials","description":"\u3053\u306e\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u3067\u306f\u3001R \u3067\u306e\u591a\u9805\u5f0f\u56de\u5e30\u3092\u7406\u89e3\u3057\u3066\u5b9f\u88c5\u3059\u308b\u305f\u3081\u306e\u7c21\u5358\u306a\u30ac\u30a4\u30c9\u3092\u4f8b\u3092\u542b\u3081\u3066\u63d0\u4f9b\u3057\u307e\u3059\u3002","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\/ja\/\u591a\u9805\u5f0f\u56de\u5e30-r\/","og_locale":"ja_JP","og_type":"article","og_title":"R \u306e\u591a\u9805\u5f0f\u56de\u5e30 (\u30b9\u30c6\u30c3\u30d7\u30d0\u30a4\u30b9\u30c6\u30c3\u30d7) - Statorials","og_description":"\u3053\u306e\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u3067\u306f\u3001R \u3067\u306e\u591a\u9805\u5f0f\u56de\u5e30\u3092\u7406\u89e3\u3057\u3066\u5b9f\u88c5\u3059\u308b\u305f\u3081\u306e\u7c21\u5358\u306a\u30ac\u30a4\u30c9\u3092\u4f8b\u3092\u542b\u3081\u3066\u63d0\u4f9b\u3057\u307e\u3059\u3002","og_url":"https:\/\/statorials.org\/ja\/\u591a\u9805\u5f0f\u56de\u5e30-r\/","og_site_name":"Statorials","article_published_time":"2023-07-29T19:05:27+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/poly1-1.png"}],"author":"\u30d9\u30f3\u30b8\u30e3\u30df\u30f3\u30fb\u30a2\u30f3\u30c0\u30fc\u30bd\u30f3\u535a\u58eb","twitter_card":"summary_large_image","twitter_misc":{"\u57f7\u7b46\u8005":"\u30d9\u30f3\u30b8\u30e3\u30df\u30f3\u30fb\u30a2\u30f3\u30c0\u30fc\u30bd\u30f3\u535a\u58eb","\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593":"2\u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/statorials.org\/ja\/%e5%a4%9a%e9%a0%85%e5%bc%8f%e5%9b%9e%e5%b8%b0-r\/","url":"https:\/\/statorials.org\/ja\/%e5%a4%9a%e9%a0%85%e5%bc%8f%e5%9b%9e%e5%b8%b0-r\/","name":"R \u306e\u591a\u9805\u5f0f\u56de\u5e30 (\u30b9\u30c6\u30c3\u30d7\u30d0\u30a4\u30b9\u30c6\u30c3\u30d7) - Statorials","isPartOf":{"@id":"https:\/\/statorials.org\/ja\/#website"},"datePublished":"2023-07-29T19:05:27+00:00","dateModified":"2023-07-29T19:05:27+00:00","author":{"@id":"https:\/\/statorials.org\/ja\/#\/schema\/person\/86b92d2dd87368b26360d19d9c6a5d83"},"description":"\u3053\u306e\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u3067\u306f\u3001R \u3067\u306e\u591a\u9805\u5f0f\u56de\u5e30\u3092\u7406\u89e3\u3057\u3066\u5b9f\u88c5\u3059\u308b\u305f\u3081\u306e\u7c21\u5358\u306a\u30ac\u30a4\u30c9\u3092\u4f8b\u3092\u542b\u3081\u3066\u63d0\u4f9b\u3057\u307e\u3059\u3002","breadcrumb":{"@id":"https:\/\/statorials.org\/ja\/%e5%a4%9a%e9%a0%85%e5%bc%8f%e5%9b%9e%e5%b8%b0-r\/#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/ja\/%e5%a4%9a%e9%a0%85%e5%bc%8f%e5%9b%9e%e5%b8%b0-r\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/ja\/%e5%a4%9a%e9%a0%85%e5%bc%8f%e5%9b%9e%e5%b8%b0-r\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u5bb6","item":"https:\/\/statorials.org\/ja\/"},{"@type":"ListItem","position":2,"name":"R \u306e\u591a\u9805\u5f0f\u56de\u5e30 (\u30b9\u30c6\u30c3\u30d7\u30d0\u30a4\u30b9\u30c6\u30c3\u30d7)"}]},{"@type":"WebSite","@id":"https:\/\/statorials.org\/ja\/#website","url":"https:\/\/statorials.org\/ja\/","name":"Statorials","description":"\u7d71\u8a08\u80fd\u529b\u3078\u306e\u30ac\u30a4\u30c9","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/statorials.org\/ja\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"ja"},{"@type":"Person","@id":"https:\/\/statorials.org\/ja\/#\/schema\/person\/86b92d2dd87368b26360d19d9c6a5d83","name":"\u30d9\u30f3\u30b8\u30e3\u30df\u30f3\u30fb\u30a2\u30f3\u30c0\u30fc\u30bd\u30f3\u535a\u58eb","image":{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/statorials.org\/ja\/#\/schema\/person\/image\/","url":"http:\/\/statorials.org\/ja\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg","contentUrl":"http:\/\/statorials.org\/ja\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg","caption":"\u30d9\u30f3\u30b8\u30e3\u30df\u30f3\u30fb\u30a2\u30f3\u30c0\u30fc\u30bd\u30f3\u535a\u58eb"},"description":"\u79c1\u306f\u30d9\u30f3\u30b8\u30e3\u30df\u30f3\u3067\u3059\u3002\u9000\u8077\u3057\u305f\u7d71\u8a08\u6559\u6388\u304b\u3089\u3001\u5c02\u4efb\u306e Statorials \u6559\u80b2\u8005\u306b\u306a\u308a\u307e\u3057\u305f\u3002 \u7d71\u8a08\u5206\u91ce\u306b\u304a\u3051\u308b\u8c4a\u5bcc\u306a\u7d4c\u9a13\u3068\u5c02\u9580\u77e5\u8b58\u3092\u6d3b\u304b\u3057\u3066\u3001\u79c1\u306f Statorials \u3092\u901a\u3058\u3066\u5b66\u751f\u306b\u529b\u3092\u4e0e\u3048\u308b\u305f\u3081\u306b\u81ea\u5206\u306e\u77e5\u8b58\u3092\u5171\u6709\u3059\u308b\u3053\u3068\u306b\u5c3d\u529b\u3057\u3066\u3044\u307e\u3059\u3002\u3082\u3063\u3068\u77e5\u308b","sameAs":["http:\/\/statorials.org\/ja"]}]}},"yoast_meta":{"yoast_wpseo_title":"","yoast_wpseo_metadesc":"","yoast_wpseo_canonical":""},"_links":{"self":[{"href":"https:\/\/statorials.org\/ja\/wp-json\/wp\/v2\/posts\/474","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/statorials.org\/ja\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/statorials.org\/ja\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/statorials.org\/ja\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/statorials.org\/ja\/wp-json\/wp\/v2\/comments?post=474"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/ja\/wp-json\/wp\/v2\/posts\/474\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/ja\/wp-json\/wp\/v2\/media?parent=474"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/ja\/wp-json\/wp\/v2\/categories?post=474"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/ja\/wp-json\/wp\/v2\/tags?post=474"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}