Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Exporting results of -heckoprobit- using -outreg2-

    Hello,

    I am using the -heckoprobit- command and I would like to export only the final stage and selection equation separately in two different tables using -outreg2-. Unfortunately, I do not know how to export the point estimates separately and could not find information in the help files of -heckoprobit- and -outreg2- respectively.

    The current code looks as follows:

    Code:
    xi: heckoprobit     Y       IRRE     i.FE, vce(robust)  select(offer = distance IRRE  ) 
    outreg2 using "$path\RESULTS\result", replace     dec(3) label(insert)   keep(IRRE   ) sortvar(IRRE)  excel
    Any suggestions? I would be also excited for suggestions using export commands other than -outreg2-.

    Thanks.
    Ruediger.

Working...
X