Hello everyone,
I'm working on a dataset which contains the following variables: year sex agegroup numberofcases totalpopulation. I'm trying to compute the yearly incidence for each sex and agegroup with 95% CI.
The
or
commands don't work as they need a binary variable to work with (e.g. case(0/1)).
I thought the
command would be of use, but since totalpopulation range is in the millions it is too computationally intensive. I have seached the Statalist but found no solution.
Anyone could help?
Thank you in advance!
I'm working on a dataset which contains the following variables: year sex agegroup numberofcases totalpopulation. I'm trying to compute the yearly incidence for each sex and agegroup with 95% CI.
The
Code:
proportion
Code:
ci proportions
I thought the
Code:
expand
Anyone could help?
Thank you in advance!
Comment