In dummy coding with a 4-group categorical variable (Control, T1, T2, T3), how many dummy variables are needed and what does the intercept represent?
- 4 dummy variables; intercept = grand mean
- 3 dummy variables; intercept = reference group mean
- 3 dummy variables; intercept = grand mean
- 4 dummy variables; intercept = reference group mean
In the model Yp=β0+β1X1+β2X2+β3X1X2, what does β1 represent?
- Main effect of X1 across all values of X2
- Simple main effect of X1 when X2=0
- Conditional main effect of X1 depending on X2
- Interaction effect between X1 and X2
When centering a continuous predictor around its mean, which of the following does NOT change?
- The intercept value
- The R2 value
- The main effect coefficient
- The predicted values
In an interaction model, why should main effects be kept in the model even if they are not significant?
- To increase the model’s R2
- Because the interaction adjusts the main effects
- To maintain the degrees of freedom
- To prevent multicollinearity
If you want to test whether a conditional main effect is significantly different from zero, which method would NOT work?
- Use
glht()
function with contrast matrix
- Re-center predictors and re-estimate the model
- Hand calculations using variance-covariance matrix
- Simply look at the original main effect p-value
Answers: 1-b, 2-b, 3-b, 4-b, 5-d