8 - Multiple Regression and Interactions Flashcards

1
Q

How do you express interaction in multiple regression?

A

By multiplying variables (*) instead of adding them.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does it mean if 2 variables interact?

A

It means that one influences the effect of the other. 2 variables interact when one influences the effect of the other.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

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.

A

True.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Sometimes, multicollinearity issues arise when working with interaction terms. What can be done to avoid said issues?

A

Centering.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What 3 strategies can be used to further understand interactions?

A
  1. Decompose interaction into lower-order components
  2. Probe (use hypothesis testing to evaluate significance of interactions)
  3. Plot/ visualize the interaction as simple slopes
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

FIGURE OUT SIMPLE SLOPES VS SIMPLE INTERACTION TERMS

A

FIGURE OUT PLOTTING SIMPLE SLOPES

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What R functions can be used to plot simple slopes?

A
  • plotSlopes() from rockchalk package
  • interact_plot() from interactions package
How well did you know this?
1
Not at all
2
3
4
5
Perfectly