User Tools

Site Tools


anova:ex01

Differences

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

Link to this comparison view

Next revision
Previous revision
anova:ex01 [2021/09/30 08:24] – created 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 2    | 420     210      5.25      0.0119 *   |  +| between      | 420                        |   |  
-| within   27   | 1080    40   |  |        +| within                         |             |         
 +| 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.1632957859.txt.gz · Last modified: 2021/09/30 08:24 by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki