8 - Multiple Regression and Interactions Flashcards
How do you express interaction in multiple regression?
By multiplying variables (*) instead of adding them.
What does it mean if 2 variables interact?
It means that one influences the effect of the other. 2 variables interact when one influences the effect of the other.
True or False: Interaction is a form of moderation effect. Note: moderation effect = when a third variable changes the nature of the relationship between a predictor and the outcome.
True.
Sometimes, multicollinearity issues arise when working with interaction terms. What can be done to avoid said issues?
Centering.
What 3 strategies can be used to further understand interactions?
- Decompose interaction into lower-order components
- Probe (use hypothesis testing to evaluate significance of interactions)
- Plot/ visualize the interaction as simple slopes
FIGURE OUT SIMPLE SLOPES VS SIMPLE INTERACTION TERMS
FIGURE OUT PLOTTING SIMPLE SLOPES
What R functions can be used to plot simple slopes?
- plotSlopes() from rockchalk package
- interact_plot() from interactions package