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!
Related Posts with Export Confidence Intervals with Putexcel
The Recentered Influence Function (RIF) Decomposition of Concentration IndexHello guys! I am currently working with decomposition of concentration index by employing a Recente…
Country and time fixed effectsHello everyone! I am pretty much new to Stata and wanted ask pretty simple questions that confuse m…
Working with elixhauser codesI have a quick question. I have a dataset of hospitalizations for a cohort that I am trying to adjus…
Stars missing when reporting margins on clogitHi there, I am trying to report my results for a clogit model, which in the standard format has sta…
Summing across variables if observation equals a certain valueHi! I have the following data set (example seen below) - it contains 66 variables: 8 of these are h…
Subscribe to:
Post Comments (Atom)
0 Response to Export Confidence Intervals with Putexcel
Post a Comment