Announcement

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

  • Estimation Sample Descriptives with Imputed Data

    I am trying to create a descriptive table using only the estimation sample within my model, however the data I am using is imputed and therefore I cannot use the e(sample) command. How can I get the descriptive of the model sample while by passing the restrictions of the mi: estimate command?

  • #2
    You can set the estimation sample as follows:
    Code:
    mi estimate, esample(samp): ...
    tab samp
    Best wishes

    Stata 18.0 MP | ORCID | Google Scholar

    Comment


    • #3
      Huda:
      if you mean descriptive statistics, have you taken a look at Daniel Klein's contributed module -misum-?
      Kind regards,
      Carlo
      (Stata 19.0)

      Comment

      Working...
      X