anova:ex01
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
anova:ex01 [2021/09/30 08:24] – created hkimscil | anova:ex01 [2021/09/30 08:30] (current) – hkimscil | ||
---|---|---|---|
Line 2: | Line 2: | ||
| | Df | Sum Sq | Mean Sq | F value | Pr(> | | | Df | Sum Sq | Mean Sq | F value | Pr(> | ||
- | | between | + | | between |
- | | within | + | | within |
+ | | total | ||
+ | |||
+ | |||
+ | 아래는 F-test를 마치기 위해서 구한 F(2, 17)에서의 critical value (Fcrit) 이다. | ||
+ | < | ||
+ | > f.crit <- qf(.95, df1=2, df2=27) ## p=.05 level에서 F(2,27)의 값은 qf 펑션으로 구합니다. | ||
+ | > f.crit | ||
+ | [1] 3.354131 | ||
+ | </ | ||
+ |
anova/ex01.1632957859.txt.gz · Last modified: 2021/09/30 08:24 by hkimscil