Dear all,
I am running SEM model.
I used this code to get my model. The stata displayed the standardized coefficients.
sem (std -> cbsched, ) (std -> cbv, ) (std -> cbh, ) (std -> cbsm, ) (std -> cbusm, ),standardized nocapslatent
So I used the code below to export the results to excel.
est store m1
outreg2 [m1] using test1.xls
The problem is that the result in test1.xls shows the unstandardied coefficients, rather than standardized results.
Can anyone give me a hand on how to export standardized coefficients of SEM to excel or word?
Fancy
I am running SEM model.
I used this code to get my model. The stata displayed the standardized coefficients.
sem (std -> cbsched, ) (std -> cbv, ) (std -> cbh, ) (std -> cbsm, ) (std -> cbusm, ),standardized nocapslatent
So I used the code below to export the results to excel.
est store m1
outreg2 [m1] using test1.xls
The problem is that the result in test1.xls shows the unstandardied coefficients, rather than standardized results.
Can anyone give me a hand on how to export standardized coefficients of SEM to excel or word?
Fancy