Dear all,
I am conducting a fe panel regression in stata and want to check for a mediation
I am using the sgmediation package and I am running the following code:
sgmediation dv, iv(independent variable) mv(mediator) cv(controls) -> the variable names are in brackets
I am getting significant effects of the mediator and the IV (for the direct and indirect effect)
After that I want to bootstrap the results
bootstrap r(ind_eff) r(dir_eff), reps(5000): sgmediation dv, iv(independent variable) mv(mediator) cv(controls)
But now the indirect effect _bs_1 has a p value of 0.3 and thereby is not significant anymore
Could you please help me how I can interpret the results?
Is the model with a mediation not working for me?
when running estat bootstrap, percentile the interval value is not 0
Related Posts with Mediation using sgmediation
How to write a loop code for this following case as detailed in the post?I want to rename variables: rename f120_0_s1 f120_s1_0_ rename f120_1_s1 f120_s1_1_ rename f120_2_s…
Linear Regression: Interpreting Continuous Interaction?Hi! I'm a beginner when it comes to both statistics and STATA. This question might be more of a sta…
Constant interpretation - multiple regression with log dependent variableDear all, Could anyone please explain me how to interpret the constant in a multiple regression whe…
Dummy for recording changeHi, I would like to create a dummy which would record if any executive changes between two years and…
Merging individuals and domicilesHi, Can somebody please advise me on the best way to merge information I have on individuals and the…
Subscribe to:
Post Comments (Atom)
0 Response to Mediation using sgmediation
Post a Comment