I have a large complex survey (BRFSS) from which I need to calculate the proportion and confidence intervals of individuals having a particular outcome. The outcome is rare, typically less than 5% and often 1% or 2 %. I also need to calculate this proportion for many, many different cross classifications of demographics, e.g., state, race, age, sex, etc. In many instances, there will only be one individual in a particular cross classification. Further, I need to this unadjusted and age-adjusted.
The problem I am encountering is trying to calculate appropriate confidence intervals for the very small proportions. Other well known stat packages have options to do this but they are getting tripped up by the cells with only one observation (read fatal error) or can not handle the age adjustment.
I am wondering if STATA has a straight forward handle to handle this? My goal is to have a simple program that can be passed on to a entry level stat programmer.
Thanks for any advice or direction you might be able to provide.
Bob
The problem I am encountering is trying to calculate appropriate confidence intervals for the very small proportions. Other well known stat packages have options to do this but they are getting tripped up by the cells with only one observation (read fatal error) or can not handle the age adjustment.
I am wondering if STATA has a straight forward handle to handle this? My goal is to have a simple program that can be passed on to a entry level stat programmer.
Thanks for any advice or direction you might be able to provide.
Bob
Comment