Stata Experts:
I am working with a dataset that has several variables. Each of these variables contain lists of numerical values. I would like to delete those values that are ==-9 as that indicates data that was "not ascertained" by the interviewer. Can I do this in one step with some kind of loop or do I need to delete these values from each individual variable . I appreciate your help.
Regards,
Pat
I am working with a dataset that has several variables. Each of these variables contain lists of numerical values. I would like to delete those values that are ==-9 as that indicates data that was "not ascertained" by the interviewer. Can I do this in one step with some kind of loop or do I need to delete these values from each individual variable . I appreciate your help.
Regards,
Pat
Comment