Skills Lab 10- Moderation Flashcards
What’s moderation
The relationship of x and y and how variable m affects that
Centering predictors facilitates
Interpretation
How to work out grand mean centering
Subtract mean score from each participants
How to centre with code
- dplyr::mutate
- misty::center
Which variable do you never center
Dependent variable
What’s the model
Y = a + b + a*b
What code will run the model
model.a
How do you prove with simple slopes
interactions: :sim_slopes
reghelper: :sim_slopes
How do you probe with Johnson neyman interval
reghelper::sim_slopes
What does simple slopes work out
At what level of our moderator the relationship is significant
What does Johnson neyman interval work out
In which ‘zone’ the relationship is significant
Categorical predictors do not
Need to be centered