Dear all,
I am using the STATA 13 software. I am quite confused about the appropriateness of the "ipolate" command and the multiple imputation technique when dealing with data in panel form.
e.g. I have a variable namely, Return on Assets (ROAA) for a one-country panel sample with yearly obs. (thus my panel variable is COMPANY, i.e. company's name). The 15% of my ROAA observations are missing.
First, I used the following "ipolate command" to fill-in the missing obs.: ipolate ROAA YEAR, gen(newv) epolate by (COMPANY)
My questions are the following:
1) Which method is more appropriate when dealing with missing obs in panel data? The above indicative “ipolate command” or to use multiple imputation (linear)?
2) Let's assume that I use the multiple imputation technique; How can I see the imputed obs. produced, and how can I incorporate the imputed obs. in my original data?
I would much appreciate your advice/comments.
Thank you in advance!
I am using the STATA 13 software. I am quite confused about the appropriateness of the "ipolate" command and the multiple imputation technique when dealing with data in panel form.
e.g. I have a variable namely, Return on Assets (ROAA) for a one-country panel sample with yearly obs. (thus my panel variable is COMPANY, i.e. company's name). The 15% of my ROAA observations are missing.
First, I used the following "ipolate command" to fill-in the missing obs.: ipolate ROAA YEAR, gen(newv) epolate by (COMPANY)
My questions are the following:
1) Which method is more appropriate when dealing with missing obs in panel data? The above indicative “ipolate command” or to use multiple imputation (linear)?
2) Let's assume that I use the multiple imputation technique; How can I see the imputed obs. produced, and how can I incorporate the imputed obs. in my original data?
I would much appreciate your advice/comments.
Thank you in advance!

Comment