Announcement

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

  • Receiver operating curve after firthlogit command

    After I perform penalized maximum likelihood logistic regression with firthlogit, what is the easiest way to get the ROC for the model?

    (lroc command will not work)

  • #2
    Code:
    firthlogit response c.predictor
    predict double xb, xb
    roctab response xb
    Last edited by Joseph Coveney; 14 Mar 2017, 21:22. Reason: "/"

    Comment


    • #3
      Thank you much!

      Comment

      Working...
      X