I'm trying to create a matrix of proportions with their CIs using Stata's multiple imputation and survey code, and r(table) seems to not exist. I can't figure out where the CIs are saved - has anybody else encountered this?
mi est: svy, subpop(if fipsst==`num'): proportion X, over(Y)
mi est: svy, subpop(if fipsst==`num'): proportion X, over(Y)
