Announcement

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

  • Predicted probability and classification statistics for xlogit

    Dear Statalist users,

    I have two question regarding the fixed effect logit in panel settings.

    1) I am trying to get the predicted probablility after using the xtlogit ,fe command and that doesn't work with xtlogit. In time series setting I have been using something like:

    logit event var1 var2
    predict prob, pr

    but when I use the same command after xtlogit event var1 var2, fe doesn't work.

    Is there any command to get the predicted probability after xtlogit?


    2) Second question has to do with classification statistics and table for xtlogit. Again as in the first case, I used the estat classification after the logit model but this doesn't work for the xtlogit. Does Stata provides any command to report
    c
    lassification statistics fo xtlogit mode?

    Thanks in advance.
























  • #2
    See

    Code:
    help xtlogit_postestimation
    to see what your options are,

    Also, this recent thread may be of interest. Post-estimation after xtlogit, fe, is not straightforward.

    https://www.statalist.org/forums/for...tic-regression
    -------------------------------------------
    Richard Williams, Notre Dame Dept of Sociology
    StataNow Version: 19.5 MP (2 processor)

    EMAIL: [email protected]
    WWW: https://www3.nd.edu/~rwilliam

    Comment


    • #3
      Actually, there are two different commands to get the predicted probability after the xtlogit ,fe (I can use either pc1 or pu0). Which of the command is equivalent to pr in a probit model?

      Comment

      Working...
      X