User Tools

Site Tools


anova:ex01

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
anova:ex01 [2021/09/30 08:28] hkimscilanova:ex01 [2021/09/30 08:30] (current) hkimscil
Line 2: Line 2:
  
 |          | Df   | Sum Sq  | Mean Sq  | F value   | Pr(>F)  |   |          | Df   | Sum Sq  | Mean Sq  | F value   | Pr(>F)  |  
-| between  |      | 420              |           0.0119 *   | +| between  |      | 420              |             
 | within        |                  |                     | within        |                  |                    
 | total    |      | 1500    |          |             | | total    |      | 1500    |          |             |
 +
 +
 +아래는 F-test를 마치기 위해서 구한 F(2, 17)에서의 critical value (Fcrit) 이다.  
 +<code>
 +> f.crit <- qf(.95, df1=2, df2=27) ## p=.05 level에서 F(2,27)의 값은 qf 펑션으로 구합니다.
 +> f.crit
 +[1] 3.354131
 +</code>
 +
 +
anova/ex01.1632958091.txt.gz · Last modified: 2021/09/30 08:28 by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki