Hello all!

I am working with a complex survey dataset and have 1 variable, povcat, that needs to be imputed. Due to the complex survey design, I need to use *svy* before my commands, and due to the multimputation (with 6 implicates), I need to use *mi* before commands as well.

Is there a way in Stata 17 to pool the tabulated data for an imputed variable (in my dataset, povcat_i) that comes from the *mi xeq* command? I have been doing that by hand by averaging the values from the 6 implicates, however this is very time consuming.

Here is an example of the code for unpooled tabulate of the variable which runs well and outputs proportions:

HTML Code:
mi xeq: svy: tab povcat_i
I am also wondering if there is a way to get the estimated weighted frequencies (rather than proportions) of an imputed variable like povcat_i?

Any advice on working with a complex survey design while simultaneously working with multimputation would be great!

Thank you!
Maya