<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ryamada22</author_name>
  <author_url>https://blog.hatena.ne.jp/ryamada22/</author_url>
  <blog_title>ryamadaの遺伝学・遺伝統計学メモ</blog_title>
  <blog_url>https://ryamada22.hatenablog.jp/</blog_url>
  <categories>
    <anon>信頼区間</anon>
  </categories>
  <description>こちらで、二項分布での正確な信頼区間推定を行っている サンプル数の増大により、信頼区間幅がサンプル数の平方根に関して収束していくことを書いている p&lt;- 0.8 trial&lt;- 10*seq(from=1,to=100,by=1) apply(cbind(trial*p,trial*(1-p)),1,binom.test,0.5) a&lt;- matrix(0,length(trial),2) for(i in 1:nrow(a)){ a[i,]&lt;- apply(cbind(trial*p,trial*(1-p)),1,binom.test,0.5)[[i]]$conf.int } a_diff&lt;…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fryamada22.hatenablog.jp%2Fentry%2F20111016%2F1318714628&quot; title=&quot;サンプル数が多くなるときの漸近的収束 - ryamadaの遺伝学・遺伝統計学メモ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2011-10-16 06:37:08</published>
  <title>サンプル数が多くなるときの漸近的収束</title>
  <type>rich</type>
  <url>https://ryamada22.hatenablog.jp/entry/20111016/1318714628</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
