Announcement

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

  • outreg2 margins without SE

    Dear all,

    I am using user-written command outreg2 to save results after margins command in Excel. I use nose option in margin command in order to speed up calculus. Since I have many models, and calculating SE for marginal effects is extremely slow, I don't want SE of the marginal effects.
    When I don't use nose option, I have no problem with exporting results using outreg2 command, but when I use nose option I get error. Nose option is used in order to skip calculating SE.

    Could you please help me how to use outreg2 command with margins command and NO standard errors?
    This here code returns error : matrix __000009 not found, error r(111)
    xtprobit y $xlist, re
    margins, dydx(*) post nose
    estimate store est1
    outreg2 [est1] using margins.out, lab dec(3) replace excel auto(2)

    This here code works.
    xtprobit y $xlist, re
    margins, dydx(*) post
    estimate store est1
    outreg2 [est1] using margins.out, lab dec(3) replace excel auto(2)


    http://repec.org/bocode/o/outreg2.html

    Best regards,
    Aleksandra
Working...
X