R による Fisher exact test とカイ2乗検定
fisher.test() コマンドで Fisher exact test を行… Read moreR による Fisher exact test とカイ2乗検定
産婦人科医
fisher.test() コマンドで Fisher exact test を行… Read moreR による Fisher exact test とカイ2乗検定
kruskal.test() コマンドで Kruskal-Wallis test… Read moreR による Kruskal-Wallis test と ANOVA
taplly() コマンド、table() コマンドを使い、クロス集計表を作成す… Read moreR によるクロス集計表
cor() コマンドをつかい、相関係数を計算する。P 値も計算したい場合には c… Read moreR による相関係数の計算
glm() コマンドを使い、ロジスティック回帰分析を行う。一般化線形モデルとして… Read moreR によるロジスティック回帰分析