Announcement

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

  • how to report nagelkerke and index in logit regression

    how can I report nagelkerke and index for the model fit f in logit regresion?

    I tried fitstat after running the logit regression but it keeps saying "command fitstat is unrecognized"

    the logit regression command is as follows:

    logit non_regularworker durationofchildhoodpoverty i.parentaleducation i.married i.sex age i.healthcondition_notgood economiccondition_notgood yearsofschooling unemploymentrate, vce(robust)

  • #2
    Code:
    ssc install fitstat, replace
    logit ...
    fitstat
    Best wishes

    (Stata 16.1 MP)

    Comment


    • #3
      Originally posted by Felix Bittmann View Post
      Code:
      ssc install fitstat, replace
      logit ...
      fitstat
      thank you so much! i didn't realize it was matter of installation.. X)

      Comment

      Working...
      X