Lecture 11- Mixed Designs Flashcards
What code will extract contrasts
emmeans::contrast()
With ‘emmeans::contrast()’, what does ‘eff’ result in
Each category is compared to the average of all categories
This is the default
With ‘emmeans::contrast()’, what does ‘pairwise’ result in
Each category is compared to all others
With ‘emmeans::contrast()’, what does ‘poly’ result in
Polynomial contrasts (i.e. tests for an ordered trend in category means)
With ‘emmeans::contrast()’, what does ‘trt.vs.ctrl’ result in
- Compares each category to a declared reference category (by default the first category)
- Use ‘ref = x’ to make ‘x’ the reference category
With ‘emmeans::contrast()’, what does ‘consec’ result in
Compares each level/category (except the first) to the previous
Mixed designs combine
At least one predictor measured using repeated measures, and at least one measured using different entities
What’s the bare minimum for mixed designs and the linear model
- Modelling variation in ratings overall across participants
- Not modelling variation in the effect of repeated measures predictors across participants