Hello,
I am trying to use tabout to export basic tables to Excel. I would like to include both percentages and their confidence intervals. However, when I ask for confidence intervals (see code below) the command is completely ignored. If I change the request from ci to se, it spits out standard errors just fine. Any idea why I cannot get confidence intervals? I've tried with both Stata 13 and Stata 16.
svyset[pweight=perwt], vce(brr) brrweight(repwtp1-repwtp80) fay(.5) mse
tabout poc youngpar using "table1.xls" if child_SF==1, replace svy cells(row ci) format(2) percent cibnone cisep(-)
Thank you!
Related Posts with Tabout not exporting confidence intervals
Compute standard errors with command xtregHi everyone! When we have panel data, we have to take into account that the observations are not in…
How to compare regression models for survey data?Usually, we use the AIC value (estat ic) to compare regression models. But estat ic command doesn't …
Row MedianHello, I have daily panel data over several years and for several stocks. For each day and for each…
Having Two Margin Plots on One GraphHi everyone. I am struggling with a presentation issue. I have run a probit regression and I am coll…
Split a string into numbers and graphHi everyone, I have a string variable in Stata called runningdays. It denotes all of the days in wh…
Subscribe to:
Post Comments (Atom)
0 Response to Tabout not exporting confidence intervals
Post a Comment