Interactions (Moderations) Flashcards

1
Q

What is an interaction?

A

The effect of one variable depends on the level of another.

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

Thus far, we assumed additivity, what does this mean?

A

Adding each predictor to interpret main effects. But now we add interaction term.

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

What type of vector do we need to include the interaction term?

A

A cross-product vector.

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

How do we do a cross product of 2 continuous variables?

A

Multiplying 2 variables together.
X1X2 = Cross product

ex) person 1 scores a 3 in variable 1 and 4 in variable 2 (interaction of continuous variables).

3x4 = 12

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

How many vectors do we need to represent a 2 category variable?

A

I only need 1 vector to represent a 2 category variable.

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

I have 2 vectors to code for 1 variable, how many categories do I have?

A

3 categories.

ex) 5 categories - 4 vector codes
2 vector codes - 3 categories

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

• How do you represent interactions (two-way and higher-order) in a regression analysis? What model do you fit?

A

o Two Continuous variables - To include the interaction term to regression analysis, we need to multiple the 2 continuous variables to make a Cross-product (X1X2).
• So if person scored a 4 on X1 (variable 1) and 3 on X2 (variable 2), then interaction term is 12.
• Note: Continuous is notated as X
o Categorical vs. Continuous –
• Note: Notation of Categorical is Dummy Coded (0 and 1s). Categorical is notated as D

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