I previously posted about this but no one answered my question. I am reposting as I am hoping someone out here will be able to provide an answer or at least an opinion. Please note, I will also cross post at the other stata forum, CV.
I have 3 variables, T (independent variable), M (mediator), Y (outcome), all of them binary.
I fitted the following:
Y <- T + covariates (coeff for T is positive and significant)
M<- T+ covariates (coef for T is negative and significant)
Y <- T + M + covariates (coeff for T is positive and significant; coefficient for M is negative BUT not significant)
Now, following Baron and Kenny, I would conclude M is not a mediator of the Y and T association, since M is not "significant".
Here are my questions:
1) Does the rule by Baron and Kenny (that both T --> M and M-->Y are significant) apply in the case when you have a binary outcome and mediator?
2) Do the associations have to be significant at the 5% level or can I use a different cut-off? (the p-value for the M--> Y association = .13)
3) I ran a mediation analysis, using Stata's medeff, and it said that there was 12% mediation by M. Is this just a nonsense value that I should ignore? Or is there actually mediation, even though M is not signifcantly associated with Y?
I hope someone can provide some insight.
Thanks
TJ
I have 3 variables, T (independent variable), M (mediator), Y (outcome), all of them binary.
I fitted the following:
Y <- T + covariates (coeff for T is positive and significant)
M<- T+ covariates (coef for T is negative and significant)
Y <- T + M + covariates (coeff for T is positive and significant; coefficient for M is negative BUT not significant)
Now, following Baron and Kenny, I would conclude M is not a mediator of the Y and T association, since M is not "significant".
Here are my questions:
1) Does the rule by Baron and Kenny (that both T --> M and M-->Y are significant) apply in the case when you have a binary outcome and mediator?
2) Do the associations have to be significant at the 5% level or can I use a different cut-off? (the p-value for the M--> Y association = .13)
3) I ran a mediation analysis, using Stata's medeff, and it said that there was 12% mediation by M. Is this just a nonsense value that I should ignore? Or is there actually mediation, even though M is not signifcantly associated with Y?
I hope someone can provide some insight.
Thanks
TJ
Comment