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
Interpreting regression coefficients with min-max scalingHi, I am running a regression with indices. Dependent variable is overall index while independent v…
How to run independence test on 3 categorical variables on Stata?I'm working on descriptive analysis and wish to compare 3 categorical variables: Sex (man / woman) …
Stata Regression YearsHi all, I looked at a sample of companies and their balance sheets from 2014 to 2017. To do this, I…
100% sensitivity in my estat test, no data classified as negative & I'm only seeing 16/1771 case on my roc print out and scatterplotGood afternoon, When I run my logistic regression, everything comes out OK with no strange data. Ho…
Unrealistic R squared in LSDV modelHello everybody, Situation: I use Stata 14.2. I want to investigate the effects of mobile phone pen…
Subscribe to:
Post Comments (Atom)
0 Response to Export Confidence Intervals with Putexcel
Post a Comment