Session 5 | Moderation and Mediation Flashcards
(14 cards)
What is the difference between Moderation and Mediation?
Moderation implies that there is a third factor that strengthens the relationship between two variables.
Mediation implies that there is an underlying mechanism we are attempting to assess. E.g., hours studied do not improve test performance individually, but it is the fact that it impacts test anxiety that improves performance.
How is the Multiple Regression structured in the case of Moderation?
Y= I + aX + bM + cXM
which means
X has a fixed effect on Y
M has a fixed effect on Y
The interaction between XM has an effect on Y
In the context of moderation, which factors should I look into to verify if it is truly taking place?
p-value is very small = statistically significant
R^2 is HIGHER = there is a better fit
F-statistic is HIGHER = there is a better fit
ivmod is NOT too small
How do I know if the moderator has a positive or negative effect on the dependent variable based on it relationship with the independent variable?
The relationship moderator-independent variable has a positive effect is the ivmod is positive and significant eg. 0.25 and negative if ivmod is negative eg. -0.34
How do I mean center manually in R?
I create a new column where I calculate the difference between the current variable A and the general mean of all variables within the column.
Eg. TrainingHours_mc<-TrainingHours - mean(TrainingHours)
How do I manually on paper calculate the slope of a moderation? What is the formula?
coff. of independent variable + coff of interation*SD moderador
How do I calculate the Moderator SD+1 in R? What is the formula?
Mean Centered Moderator - sd Moderator (or opposite sign if I want the SD-1)
eg. df$mod_high<-df$mod_mc-sd_mod
How do I run a slope regression analysis in conceptual terms of a Moderator?
sum up: Independent variable + moderator + I(Independent variable * moderator high)
You have to do the same for every high or low moderator
Which conditions must hold for a mediation to take place?
1) The Independent Variable must affect the mediator
2) independent variable must affect the dependent variable
3) The Mediator must affect the dependent variable
In Mediation, what is the difference between c and c’?
c = effect with the presence of the Mediator
c’= effect from independent variable to dependent variable
Which one has to be bigger in mediation, c or c’, for us to indicate that a mediation exists?
c (effect with mediator) has to be bigger than c’ (effect without mediator).
When does Perfect Mediation take place?
Perfect Mediation takes place when we include M and because of this the effect that seemed to originate from the independent variable drops. This means that when we have a perfect mediation the independent variable loses statistical significance.
Perfect Mediation = M explains fully the relationship between independent and dependent variables.
What does Mediation analysis look at?
Mediation analysis verifies if an effect produced by the Independent Variable is carried by the Mediator.