Hello,
I am imputing data using hotdeck command. Just so you may know exactly how I am doing this, here is my full command:
hotdeck ingreso using "$temp\hot_`x'ingreso", store by(age sex state educ) keep(*) seed(23546) impute(10)
However, when I execute the command, I get the following warning:
WARNING: 21 strata with NO complete records
Note: 174 strata with only 1 complete record
Note: 620 strata with 2-5 complete records
Just so you are informed as well, there are no missing values in age sex state or educ.
It is interesting to mention that whenever I remove educ or sex this warning disappears. I need to carry out the imputation considering these four grouping variables, but I just get that warning.
Does anyone have an idea as to what would be a possible reason for this Warning?
Thank you
Related Posts with Warning strata using hotdeck command
How to deal with unequal variance - mixed effects linear regressionHello, I have run a linear mixed model to test the within-subject difference in activity behaviours…
delete observations according to some rulesDear statalist, I have two sets of data and I append them together. The first set consists of a ser…
Error 639Hi I am trying to run a do file and getting the following error message I have checked and there is…
Loop over variablesinput double(month202001 month202002 month202003 month202004 month202005 month202101 month202102 mon…
xtabond2 vs xtdpdgmmHello, I'm trying to study the spillover effect of trading with Arab Spring countries on economic gr…
Subscribe to:
Post Comments (Atom)
0 Response to Warning strata using hotdeck command
Post a Comment