Hello,
I have a question regarding the ipolate command in STATA. I have missing data for the first year of data for a variable and believe that the variable is a function of time.
I would like to know how stata has calculated the imputed values for the missing data when I use a command with the following structure:
by ID: impolate Y Year, gen(iY) epolate
In particular how has it used the available data for any given panel.
Many thanks
A
I have a question regarding the ipolate command in STATA. I have missing data for the first year of data for a variable and believe that the variable is a function of time.
I would like to know how stata has calculated the imputed values for the missing data when I use a command with the following structure:
by ID: impolate Y Year, gen(iY) epolate
In particular how has it used the available data for any given panel.
Many thanks
A
Comment