I am just wondering how.
So I have a variable that is binary, I just want to see how many said yes or no and the % split. I used fre for that, I assume this also won't work anymore with MI? For that I will use mi estimate: total I guess and just calculate the % split, doesn't seem to have an option to include that in the output.
I also have tables with 2 variables that I need to redo. On one side are ages split into groups (16-25, 26-35 etc.) and on the other the same with monetary values (0-10k 10k -100k etc.)
One way could be
Code:
forvalues j=0/5{ tab age money if implicate==`j', cell nofreq }
Or do you have any other recommendations of what ways I could create simple descriptive tables when dealing with multiple imputations?
0 Response to Multiple imputations and descriptive statistics
Post a Comment