I have hypergeometric distribution with population size N. I need to estimate population proportion p. I would like to use confidence interval.
I have also three non-overlapped groups in my population. I don't need to estimate proportion for each group (stratum) but I need to do it for whole population. To make my sample more representative I consider to use stratified sampling.
Can I do stratified sampling $(n=n_1+n_2+n_3)$, then forget about strata and consider whole sample $n$? Then build CI using proportion for whole sample using standard formulas (e.g. Agresti-Coull interval)?
When I try to find the information about confidence intervals using stratified sampling, I see that I need first to calculate proportion for each stratum; then sum up weighted proportions to get estimated proportion for whole population. So all calculations are based on strata.