Announcement

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

  • run logistic regression and save

    "How to run logistic regression and save the predicted probabilities as a separate dataset?"

  • #2
    Something like this?

    Code:
    logit y x1 x2 x3
    predict p1
    keep p1
    save pvars
    -------------------------------------------
    Richard Williams, Notre Dame Dept of Sociology
    StataNow Version: 19.5 MP (2 processor)

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

    Comment


    • #3
      Thank you for help greatly!

      Comment

      Working...
      X