r:factorial_anova
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| r:factorial_anova [2026/04/28 13:24] – hkimscil | r:factorial_anova [2026/04/28 13:32] (current) – [output interpretation] hkimscil | ||
|---|---|---|---|
| Line 747: | Line 747: | ||
| 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1 | 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1 | ||
| > | > | ||
| + | |||
| + | > ss.tot <- sum(anova(m.lm)[2]) | ||
| + | > ss.a <- anova(m.lm)[[2]][1] | ||
| + | > ss.b <- anova(m.lm)[[2]][2] | ||
| + | > ss.ab <- anova(m.lm)[[2]][3] | ||
| + | > ss.bet <- ss.a + ss.b + ss.ab | ||
| + | > ss.bet | ||
| + | [1] 50.41308 | ||
| + | > ss.tot | ||
| + | [1] 75.21048 | ||
| + | > ss.bet / ss.tot | ||
| + | [1] 0.6702933 | ||
| + | > | ||
| + | |||
| </ | </ | ||
r/factorial_anova.1777382663.txt.gz · Last modified: by hkimscil
