Dear Stata experts,
I would like to describe the missing data in our sample. For example, I want to know if the percentage of missing data varies based on gender or age. I used the code below. I would like to know if there is a better way to do this. Is test that I should conduct? If I see that boys have 3% more missing data than girls, how can I determine whether that is a lot? Is there a rule of thumb? Do you often present this information in manuscripts?
Thank you
Anne
I would like to describe the missing data in our sample. For example, I want to know if the percentage of missing data varies based on gender or age. I used the code below. I would like to know if there is a better way to do this. Is test that I should conduct? If I see that boys have 3% more missing data than girls, how can I determine whether that is a lot? Is there a rule of thumb? Do you often present this information in manuscripts?
Code:
by gender, sort: mdesc variable1 variable 2 variable 3
Anne

Comment