Announcement

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

  • Stars missing when reporting margins on clogit

    Hi there,

    I am trying to report my results for a clogit model, which in the standard format has stars "*" for significant results. However, when I type:

    "margins dydx(*) atmeans"

    and use outreg2 to report the results, I do not get stars for significance. How can I get the stars into my output?

    See code, below

    Code:
                    clogit poor_health L.poor_health L.sec_debt L.MH_sec_debt clean_age agesq $eduvars couple bad_physical lntot_inc urban,  group(pid) robust
                    margins, dydx(*) atmeans post
                    outreg2 using "/Users/natansklair/Google Drive/Masters/NIDS/Finalregs/PANEL2.xls", append
Working...
X