Hello All –
I am trying to create a number of summative scales (egen newvar = rowtotal (var1 var2…). When doing so, however, missing data/cases are retained once the scale is constructed (because it has some value from another var). With that, how would I compute the summative measure only for those respondents that have no missing values, then multiply impute the values for the rest of the sample?
Thank you,
John
I am trying to create a number of summative scales (egen newvar = rowtotal (var1 var2…). When doing so, however, missing data/cases are retained once the scale is constructed (because it has some value from another var). With that, how would I compute the summative measure only for those respondents that have no missing values, then multiply impute the values for the rest of the sample?
Thank you,
John
Comment