Announcement

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

  • Margins after xtlogit, fe

    Dear Statalist:

    I am trying to verify something about the -margins- command after xtlogit, fe. When you do xtlogit, fe, it drops a bunch of the cases where there is no variation. Does the -margins- command compute the predicted probability for the estimation sample after the dropped cases, or before the dropped cases?

    And just to head this off: I am well aware that there are some major questions about how to interpret the margins after fixed-effects logit.

  • #2
    You didn't get a quick answer. You'll increase your chances of a quick answer by following the FAQ on asking questions - provide Stata code in code delimiters, readable Stata output, and sample data (which you do).
    I suspect is uses the estimation sample which is after dropped cases. However, you can check this by doing the equivalent prediction using predict.

    Comment

    Working...
    X