Final Exam sample questions
Multiple Choice (1 pt each)
- Taylor is refining a multiple regression model in which they predict Y using three predictor variables X_{1}, X_{2} and X_{3}. Which R function would be most appropriate to use to determine which of the three predictor variables should be removed from the model?
remove()
ncvTest()
step()
refine()
- In ANOVA, an omnibus F statistic can take on values:
- between -1.0 and 1.0
- between 0.0 and 1.0
- between 0.0 and infinity
- between -infinity and infinity
- An unbalanced design is one in which:
- the number of levels in each factor is different
- the number of participants in each group is different
- not every level of factor A is tested in each level of factor B
- none of the above
Written Answers
In a two-way between subjects factorial ANOVA, list the omnibus test(s) and explain what they are testing. (6 points)
Describe three advantages of a repeated measures design over a between-subjects design. (6 points)