I've calculated Prevalence Ratios (IRR through Poisson with robust error variance) on Stata 14.2 for a weighted dataset with 25,000 subjects and 10 variables (all variables binary or ordinal), with commands like:

svy linearized : poisson outcome exposure covariates, irr

I now want to do multiple imputation to assess the robustness of findings against missing data, which most variables in the dataset have. After imputing variables with missing data, I used the basic command:

mi estimate : poisson outcome exposure covariates

to get a coefficient output which I can convert to an effect size with a 'display exp' command. But when I specify weighted data with 'svy linearized', I get the error message "subcommand mi svy is unrecognized". I've tried other combinations of wording in the command, but none work. Can Stata give me multiple imputation outputs on my weighted data?

Thanks very much for any help. My Stata skills are limited!