<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>potisan</author_name>
  <author_url>https://blog.hatena.ne.jp/potisan/</author_url>
  <blog_title>potisanのプログラミングメモ</blog_title>
  <blog_url>https://potisan-programming-memo.hatenablog.jp/</blog_url>
  <categories>
    <anon>R</anon>
  </categories>
  <description>として、二項分布の曲線と95%点の垂線を描画します。 x &lt;- dbinom(0:1000, 1000, 0.5) plot(x, type=&quot;l&quot;, xlim=c(400, 600), yaxs=&quot;i&quot;, xlab=&quot;X&quot;, ylab=&quot;Prob.&quot;) x1 &lt;- qbinom(1-0.05, 1000, 0.5) #1-0.05 = 0.95 = 95% segments(x1, 0, x1, x[x1])</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fpotisan-programming-memo.hatenablog.jp%2Fentry%2F2019%2F10%2F15%2F204603&quot; title=&quot;Rで二項分布とパーセント点の垂線を描画する - potisanのプログラミングメモ&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>https://cdn-ak.f.st-hatena.com/images/fotolife/b/by-unknown/20191015/20191015204238.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2019-10-15 20:46:03</published>
  <title>Rで二項分布とパーセント点の垂線を描画する</title>
  <type>rich</type>
  <url>https://potisan-programming-memo.hatenablog.jp/entry/2019/10/15/204603</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
