Hello, I have run Proc MI, in particular the FCS Discrim for arbitrary missing categorical data. I had one categorical variable with missingness, we will call it X1. I imputed it and got the category percentages for X1. I also used the imputes in the BY statement of a Proc Freq and got a chi-sq test statistic, pooled them for the X1 imputes. In the chi-sq test, I compared X1 to another categorical variable (without missingness), we will call this X2. My question, is it possible to get the imputed values (percentages) of X1for the X2 variable levels? The program just kicks out the percentages for X1, though I was hoping to see the percentages for X1 at the unique groups of X2. You can see the unique values in the impute, but these are the ungrouped or unpooled versions. Let me know if I need to clarify anything! Thanks, H L
... View more