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!
Related Posts with Multiple imputation with weighted data
Strange error when running stcrregHi all, I have been running a competing risk regression for my study. I carried out the analyses us…
Having Y-axis in exponent scalesDear Statalist, I've been looking at the graphs manual and couldn't find an answer to this. I am r…
how can I calculate indirect effect in GSEM with different link?Hello everyone, I need some help, when I ran the GSEM model with different links , I do not know h…
strs ERROR.Could you please help me to solve this problem when running strs command? I have tried everything an…
PoissonHi Dear, I have a question. My dependent variable is a count variable. I want to choose between Pois…
Subscribe to:
Post Comments (Atom)
0 Response to Multiple imputation with weighted data
Post a Comment