> I would like to transfer the results of xtlogit into a word document using outreg.
> I use the following command
>
> The funny thing is that my table does indeed include the value for e(sigma_u) and for
> e(ll); but it does not give me any value for e(roh) and r(se) - which both are values
> that ereturn list and return list tell me to be saved under these names.
>
> In addition, I cannot find the names under which /lnsig2u and its standard error are
> saved.
>
> Sylke
Have you checked for typos? e(roh) is not among the e-class results for -xtlogit-.
Did you mean e(rho) instead? You can validate the existence by typing:
di e(rho)
di r(se)
lnsig2u and its standard error are saved under e(b) and e(V), which are
automatically reported by outreg2. Use -long- option to stack them.
outreg2 using t3.doc, long adds("rho", e(rho), "sigma u", e(sigma_u), "se roh", r(se), "log likelihood", e(ll)) bdec(3) alpha(0.001, 0.01, 0.05) replace
Roy
_________________________________________________________________
Get free photo software from Windows Live
http://www.windowslive.com/online/photos?ocid=PID23393::T:WLMTAGL:ON:WL:en-US:SI_PH_software:082009
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/