<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>cross_hyou</author_name>
  <author_url>https://blog.hatena.ne.jp/cross_hyou/</author_url>
  <blog_title>Rで何かをしたり、読書をするブログ</blog_title>
  <blog_url>https://www.crosshyou.info/</blog_url>
  <categories>
    <anon>データ分析</anon>
  </categories>
  <description>今回も定期健康診断結果のデータを分析しようと思います。 前回の分析で、有所見率の一番高い業種は、石炭鉱業で、一番低い業種は鉄道等でした。そこで今回はこの２つの業種の有所見率の差は統計的に有意なものなのかどうかを検定してみたいと思います。 まずは、データをread.csv関数で読込み、head関数ではじめの6行を表示してみます。 業種が石炭鉱業と鉄道等だけを表示してみましょう。subset関数を使ってみます。 subset(kenshin, 業種 == &quot;石炭鉱業&quot; | 業種 == &quot;鉄道等&quot;)というコマンドですが、 subset(kenshin, で、kenshinというというデータフレームを…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.crosshyou.info%2Fentry%2F2018%2F07%2F18%2F125013&quot; title=&quot;定期健康診断結果の分析３ - 有所見率は業種によって違うのか？比率が同じかを検定(prop.test関数) - Rで何かをしたり、読書をするブログ&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/c/cross_hyou/20180718/20180718121441.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2018-07-18 12:50:13</published>
  <title>定期健康診断結果の分析３ - 有所見率は業種によって違うのか？比率が同じかを検定(prop.test関数)</title>
  <type>rich</type>
  <url>https://www.crosshyou.info/entry/2018/07/18/125013</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
