It's my first time using PISA data. I have already read the help file of "pv". My question is can I use it to generate an imputed variable representing the plausible values?
I tried with the code above, and stata gave me one. However, this variable is equal to pv1math. Is there another package that can help me with this issue? If not, how should I use the chained multiple imputations to achieve my goal?
Thank you!!
pv, pv(pv*math) : gen math=@pv
Thank you!!
Comment