Hi,

I would like to export confidence intervals for means to excel.
For exporting the mean of xxx I use that code:

svy: tab xxx
matrix results = e(b)*100
matrix rslts = results[1...,2..2]
putexcel A1 = matrix(rslts), nformat("0.00")

Is there a possibility to export the confidence intervals as well?

Thanks for your help!