I have a survey question that was given to all ages from 1997-99. From 2000-11 it was only given to those aged 1 or greater. I want to impute values for the entire set, 1997-2011. How can I write a restrict statement that takes into account this skip pattern? If I say x(age>=1), then I'll miss some missing values for the period 1997-99. If I omit the restrict statement, then I'll be imputing values for 2000-11 that were intentionally left blank since they were less than one year of age.
--
You received this message because you are subscribed to the Google Groups "IVEware" group.
To unsubscribe from this group and stop receiving emails from it, send an email to iveware+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Exactly what I did. Thanks for the tips.