LoginSignup
3
4

More than 5 years have passed since last update.

R 統計 二標本の検定

Last updated at Posted at 2015-02-12

>e<-data.frame(A=c(30,26,57,56,87,53,33,45,99,64,234,456,54,33,678),B=c(28,23,54,58,88,50,34,54,88,69,254,465,56,77,675))

abc.png

分散が等しいかどうか

abc2.png

帰無仮説は「A,Bは等分散である」からp>0.05で棄却できない

T検定を行う

abc3.png

対応のあるT検定では「paired=TRUE」に、なければ「paired=FALSE」に
p>0.05なので有意ではない

3
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
4