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 Y_p = \beta_0 + \beta_1X_1 + \beta_2X_2 + \beta_3X_1X_2, what does \beta_1 represent?
- Main effect of X_1 across all values of X_2
- Simple main effect of X_1 when X_2 = 0
- Conditional main effect of X_1 depending on X_2
- Interaction effect between X_1 and X_2
When centering a continuous predictor around its mean, which of the following does NOT change?
- The intercept value
- The R^2 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 R^2
- 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