I am in the process of analyzing a survey data using Stata 12. In multivariable analysis, the item-missing data rate due to missing items in different variables reaches more than 10%. Hence, I did multiple imputation using chained equations. Among the imputed variables was the 'analysis weight'. However, afterwards, when I try to declare the survey design on the multiple-imputed data, Stata gives me this error message:
When I 'mi unregister' the weight variable, all imputed values of the weight variable are lost. How may I use the imputed weight variable in declaring the survey design of my dataset?
variable WEIGHT registered as passive. Registered and passive variables may not be used as the basis for mi svyset.

Comment