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
Combine the values of several obserationsDear Stata users, Can someone help me to combine data of same month but different dates into one. …
Extracting a subset of a varlist using wildcards such as *I am writing a command which takes a varlist as anargument. The variables correspond to different dr…
Combine the values of several obserationsDear Stata users, Can someone help me to combine data of same month but different dates into one. …
system limit exceeded - see manual r(1000); While using odkmeta to merge ODK data setDear statalist, I was using the packege odkmeta for merging ODK datasets. I am using ODK briefcase …
Ologit: conditional marginal effect and semi-elastictyDear All, After estimating an ordered logit model, I want to to calculate and draw the plot of cond…
Subscribe to:
Post Comments (Atom)
0 Response to Multiple imputation with weighted data
Post a Comment