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
renaming regressors when presenting the results?In order to run a regression I named the regressors as x1 x2 x3 x3*x1 and so on (I have around 12 re…
STATA frequency table for categorical variables using foreach loops*** I had posted this on Stack Exchange and was directed here: I have been working with panel data …
Replacing observations for variables within datasetcurrently my data set looks like this: dataex: gor year p_wine_on ----------------------- copy sta…
Marginal Estimate in Binary logisticHello, I am writing my masters thesis and I am using SPSS to run binary logistic regression analysis…
Transform data set to sub-periods with corresponding averages of all other variablesDear Statalist, After been using the advices here for several years without being a member, it is n…
Subscribe to:
Post Comments (Atom)
0 Response to Export Confidence Intervals with Putexcel
Post a Comment