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
nested forloop with putexcel and use of alphabetHello, I'm trying to export a number of tables into excel. I'm trying to build a nested forloop in …
Export Spearman output matrix to .pdfDear all, is it possible to export a Spearman Output (see picture) to pdf? I have tried the follow…
Creating a Panel Dataset with Dummies for StataHello, I have downloaded an excel raw data file that is in the form shown below. Is there a quick me…
Repeating 1 annual data point 4 timesHi, how to I repeat 1 annual datapoint in order to give me 4 quarterly data points to match the rest…
Matching based on SIZE and Industry . dataex ID TIC SIZE PROT Industry_code LN_AUDFEE ----------------------- copy starting from the ne…
Subscribe to:
Post Comments (Atom)
0 Response to Mediation using sgmediation
Post a Comment