Announcement

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

  • How can I get the summary statistical for my independent variables in the probit regression?

    Dear all stata users,

    Hi!
    I would like to ask the way to get the mean of my independent variables after I ran the probit regression.
    The total number of my observations is 154,104. But after I ran the model, the observation number dropped to 84,054 due to the missing variables.
    So, is there any command to get the mean of the new observation numbers after I ran the probit?

    Click image for larger version

Name:	Screenshot 2024-08-01 022034.jpg
Views:	1
Size:	151.6 KB
ID:	1760319


    Thank you in advance.
    Kittitas

  • #2
    Code:
    estat summarize

    Comment


    • #3
      Dear Clyde,

      Thank you very much.

      Comment

      Working...
      X