Announcement

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

  • Dropping observations with more then 100 missing values for all variables

    Hello everyone,

    I am currently working with a dataset with more then 700 variables and more then 400.000 observations.
    I want to drop observations where more then 100 of the variables are missing.
    I tried some things with the egen function but I don't get the right command.

    Can someone help me? I would say that it is not that hard.

    Thanks in advance!

  • #2
    The egen function rowmiss() counts across observations, after which you may drop as you wish.

    Comment

    Working...
    X