Hello,
I am using REPEST to carry out a fixed effects regression using PISA data from 2000-2018.
I have appended 2000, 2003, 2006...2018 PISA waves, and added a variable for the year of each wave (titled "pisa_cylce). However, when I try to compute basic statistics like the mean, I get an error that reads "2015.....post __00000Z not found" and "2018.....post __00000Z not found", signalling that there is an issue with the 2015 and 2018 PISA data.
repest PISA, estimate(mean pv@read) by(pisa_cycle)
I recognize that there are 10 as opposed to 5 plausible values in the 2015 and 2018 waves. I also noticed that the names for the replicant weights differ between the 2000-2012 waves and 2015-2018 waves, as well as the primary sampling unit (i.e., schlid vs. cntschoolid).
Is this an issue with how I've structured the data?
Thank you!
I am using REPEST to carry out a fixed effects regression using PISA data from 2000-2018.
I have appended 2000, 2003, 2006...2018 PISA waves, and added a variable for the year of each wave (titled "pisa_cylce). However, when I try to compute basic statistics like the mean, I get an error that reads "2015.....post __00000Z not found" and "2018.....post __00000Z not found", signalling that there is an issue with the 2015 and 2018 PISA data.
repest PISA, estimate(mean pv@read) by(pisa_cycle)
I recognize that there are 10 as opposed to 5 plausible values in the 2015 and 2018 waves. I also noticed that the names for the replicant weights differ between the 2000-2012 waves and 2015-2018 waves, as well as the primary sampling unit (i.e., schlid vs. cntschoolid).
Is this an issue with how I've structured the data?
Thank you!
Comment