Displaying 1 result from an estimated 1 matches for "pv1read".
Did you mean:
pthread
2007 Jul 17
0
Multiple imputation with plausible values already in the data
...about the socio-economic background (HISEI). This is the kind of data I want to
impute.
My first thought was splitting the data into five datasets, each holding only
one of the plausible value variables, but all of the "normal" variables. So e.g.
the first data set would include pv1math, pv1read, HISEI, and gender; while the
second would include pv2math, pv2read, HISEI, and gender. I would run mix on the
five data sets independently and end up with five imputed data sets with no
missing values.
But is this a valid approach? There would actually be two imputation runs per
data set: one for...