Hi there
It seems like this should be very easy to accomplish in Stata and yet I have long struggled with it.
I simply want my table output to have the following columns:
denominator, numerator, row %, CI-lower, CI-upper
e.g. something like this:
500, 100, 20.0, 16.7, 23.7
600, 50, 8.3, 6.4, 10.8
I'm amazed confidence intervals aren't built into the tab command options, so I wonder if there is an alternative?
With thanks
It seems like this should be very easy to accomplish in Stata and yet I have long struggled with it.
I simply want my table output to have the following columns:
denominator, numerator, row %, CI-lower, CI-upper
e.g. something like this:
500, 100, 20.0, 16.7, 23.7
600, 50, 8.3, 6.4, 10.8
I'm amazed confidence intervals aren't built into the tab command options, so I wonder if there is an alternative?
With thanks
Comment