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
How to make a Difference in Differences GraphI want to make a graph showing parallel slopes for the following data. The variable REGION consists …
How to change the look of a subset of bars using specific criteria - bar graphsDear all, I am working with a dataset that contains the number of candidates for each call of a stu…
Test to show a regressor is non stochastic?Other than producing and eyeballing a scatter diagram, is there a standard way to prove/discover tha…
Reshape data long to wide but not normal wideHello, I want to reshape my data long to wide. So, I googled it and found this web page: https://s…
Graphing one product verses an average of all other productsHi All, I am having trouble thinking how I can graph an average of two products ("Coca-Cola" and "t…
Subscribe to:
Post Comments (Atom)
0 Response to Tabout not exporting confidence intervals
Post a Comment