ANOVA Flashcards
1
Q
ANOVA
A
Compare variability within group with variability btw group
2
Q
F Test
A
DF:
SStotal: n-1
SSbtw: g-1
SSwithin: n-g
If signif -> means are different
The larger F the less likely H0 the lower the p-value
F-value = Mean Sq : Res Mean Sq
Mean Sq = Sum Sq : Df
-> if there is a significant interaction term, p values of Haupteffekte nicht interpretierbar
3
Q
Post hoc Tests (which of the groups deviates from others)
A
- Bonferroni corr.
- Tukey honest significant differences (HSD)
- Fisher least significant differences (LSD)
-> contrasts (tTest) -> apriori
4
Q
Check for NAs
A
na.omit(dd)
If still same number of rows -> no NAs
5
Q
Which is based on a linear model
A
- Multiple linear model
- linear regression
- ANOVA
- t test
- ANCOVA
6
Q
What can be done with lm() function
A
- linear regression
- ANOVA
- t-test
- multiple linear regression
- linear model with log transformation
- ANCOVA
- linear model with quadratic/cubic term