Dear all,
I am trying to format the results after Structural Equation Model (SEM). The results of direct effects can easily be called by programs like 'estout' or 'esttab' or outreg2 and be formatted according to the taste. The problem I am facing is after I run 'teffects' for indirect and total effects. The information stored after 'teffects' command are the followings:
The usual programmes like estout, outreg2, do not recognise these matrices as they read matrices from the original model. Can anyone suggest, after 'teffects' command, how to access the indirect effect coefficient, 95% CI and 'p' values and be formated as per requirements.
Your help is much appreciated.
Regards,
Roman
I am trying to format the results after Structural Equation Model (SEM). The results of direct effects can easily be called by programs like 'estout' or 'esttab' or outreg2 and be formatted according to the taste. The problem I am facing is after I run 'teffects' for indirect and total effects. The information stored after 'teffects' command are the followings:
Code:
return list scalars: r(N_groups) = 1 matrices: r(V_total) : 35 x 35 r(total) : 1 x 35 r(V_indirect) : 35 x 35 r(indirect) : 1 x 35 r(V_direct) : 35 x 35 r(direct) : 1 x 35 r(nobs) : 1 x 1
Your help is much appreciated.
Regards,
Roman
Comment