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
Grs testHi Statalist Members! I am conducting a research on variation of the average returns on 12 portfoli…
M Jones ModelHi,Is the following code true for the m jones model? data: 2010-2017 for 35 country and 24 industry …
Generate spatial weight matrix by using "spweight"Hi everybody, I am working on Emad A. Shehata's spatial command modules, but I got a trouble in cre…
Tabs for multiple subgroups in one tableI am hoping to run tabs for by various subgroups (different job roles, in this instance). For my tw…
Do you need to use the same number of data observations for different types of regression?Hello, I want to perform a linear (1 independent variable) and a multiple regression with a sample …
Subscribe to:
Post Comments (Atom)
0 Response to Tabout not exporting confidence intervals
Post a Comment