anova:ex01
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| anova:ex01 [2021/09/30 08:28] – 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 | | 1500 | | | | total | | 1500 | | | ||
| + | |||
| + | |||
| + | 아래는 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.1632958091.txt.gz · Last modified: by hkimscil
