Interactions in GLMs Flashcards
1
Q
An interaction is:
A
when the effect of one IV on the DV is different for different values of another IV. This is also known as moderation.
NB tested by creating a cross product of the two IVs and including it in the analysis
2
Q
Interactions with Categorical Variables
A
GLM taste WITH coffee size
/ PRINT = PARAMETERS
/ DESIGN = coffee size coffee*size
- PRINT = PARAMETERS outputs a list of parameter estimates
3
Q
Interactions with Numeric Variables
A
GLM taste WITH coffee_strength size
/ PRINT = PARAMETERS
/ DESIGN = coffee_strength size coffee_strength*size.