miyake.github.io
>
初歩からの統計とデータサイエンス
>
Python による生物統計
>
1-5-1. 2×2分割表での出現比率の比較を行う。
(χ
2
検定、Fisher の正確な検定)
キーワード
ピアソンのカイ二乗検定
,
フィッシャーの正確確率検定
keywords
Pearson's chi-squared test
,
Fisher's exact test
Python
scipy.stats.chi2_contingency
,
scipy.stats.fisher_exact
R
chisq.test
,
fisher.test
SAS
FREQ
参考文献
佐久間昭 (1987). 医学統計 Q&A
Python プログラムは準備中。
miyake.github.io
>
初歩からの統計とデータサイエンス
>
Python による生物統計