Announcement

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

  • Multinomial Logistic Regression with Condition

    Hi,

    I am trying to find a way to run a Multinomial Logistic Regression with a Condition.

    For my data I am trying to find the probability of:

    Pr( Choice of payout i;t = 0,1,2,3 | Xi;t; no payout last year) = M (Xi;t )

    Is there a way in Stata to set out this condition to regress only the company that has not been paying out last year for my data. From my understanding I can't use conditional logistic regression to do this (Please correct me if I am wrong).


    Hope I have explained myself clearly enough

    Thank you for you help

    Adisorn



  • #2
    The specifics would be different depending on how your data is arranged, so a sample of your data (please use -dataex-) needs to be shown. (-ssc install dataex-, -help dataex-).

    That said, this does not look like a multinomial logistic regression problem to me. You have mentioned no predictor variables. You just asked for the conditional probabilities of the various outcomes conditional on a certain condition being true. That sounds like a job for -tab- with an -if- clause. Again, the specifics depend on your data arrangement.

    Comment

    Working...
    X