Hi,
I've been trying to impute missing data with multiple imputation. I have GDPG as my dependent variable and OILR, FDI, IMP, AGR, IND, SER as my independent variables. All independent variables have missing values. I used the following command:
mi impute regress OILR FDI IMP AGR IND SER, add(20) rseed(1234)
Then I checked the dataset and all values were still missing. I then used this command:
mi impute regress OILR FDI IMP AGR IND SER GDPG, add(20) rseed(1234)
And still no luck. I also tried to impute each variable one by one along with GDPG but that did not work either (i.e. mi impute regress OILR GDPG, add(20) rseed(1234) for example).
Can someone please advise me on what to do in this case.
Thanks.
I've been trying to impute missing data with multiple imputation. I have GDPG as my dependent variable and OILR, FDI, IMP, AGR, IND, SER as my independent variables. All independent variables have missing values. I used the following command:
mi impute regress OILR FDI IMP AGR IND SER, add(20) rseed(1234)
Then I checked the dataset and all values were still missing. I then used this command:
mi impute regress OILR FDI IMP AGR IND SER GDPG, add(20) rseed(1234)
And still no luck. I also tried to impute each variable one by one along with GDPG but that did not work either (i.e. mi impute regress OILR GDPG, add(20) rseed(1234) for example).
Can someone please advise me on what to do in this case.
Thanks.
Comment