x <- c(1:6)
shapiro.test(x)
wilcox.test(x)
x <-c(rnorm(1:100))
shapiro.test(x)
wilcox.test(x)
http://www.obihiro.ac.jp/~masuday/resources/stat/r_t-test02.html
shapiro.test(x)
wilcox.test(x)
x <-c(rnorm(1:100))
shapiro.test(x)
wilcox.test(x)
http://www.obihiro.ac.jp/~masuday/resources/stat/r_t-test02.html
※コメント投稿者のブログIDはブログ作成者のみに通知されます