User Tools

Site Tools


c:ms:2026:schedule:week06_t-test_and_anova_note

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
c:ms:2026:schedule:week06_t-test_and_anova_note [2026/04/19 22:45] hkimscilc:ms:2026:schedule:week06_t-test_and_anova_note [2026/04/19 23:02] (current) hkimscil
Line 90: Line 90:
 > >
 </code> </code>
 +
 +아래는 스트레스를 조절하는 treatment종류와 (처치종류), 나이가 (Age) 스트레스를 얼마나 줄여주는 지에 대한 연구를 진행한 결과이다. 
 +<code>
 +> a.mod <- aov(StressReduction~Treatment*Age, data=stressdata)
 +> summary(a.mod)
 +              Df Sum Sq Mean Sq F value  Pr(>F)    
 +Treatment      2      b             h 0.00195 ** 
 +Age            2      c      81         1e-09 ***
 +Treatment:Age  a      0             j 1.00000    
 +Residuals     18      d                          
 +Total         26      e       g
 +---
 +Signif. codes:  0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1
 +
 +</code>
 +  * 연구에 사용된 treatment의 종류는 모두 몇가지인가?
 +  * 연구에 참여한 사람들의 나이는 어떻게 분류되었는가?
 +  * a
 +  * b
 +  * c
 +  * d
 +  * e
 +  * f
 +  * g
 +  * h
 +  * i
 +  * j 값을 채우시오
c/ms/2026/schedule/week06_t-test_and_anova_note.txt · Last modified: by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki