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
Bar GraphsHello, I need a bar graph, Horizontal bar. Using Categories function, tax 0 is 1st group, taxp5 2nd…
Truncating the most extreme 1 percent of cash from operationsHi all, I have to truncate the most extreme 1 percent of cash from operations (CFO_0). Is the follo…
How do I obtain prevalence ratios using the logistic command?I am using the "logistic" command to estimate a binary outcome (yes/no response, cross-sectional sur…
!= 1 predicts failure perfectly note: 0b.HX_HTN != 1 predicts failure perfectly 0b.HX_HTN dropped and 14 obs not used note: 0b.H…
Merging data using unique identifierDear My dataset is split across two large files. the master file has 10,000 respondents all uniquely…
Subscribe to:
Post Comments (Atom)
0 Response to Warning strata using hotdeck command
Post a Comment