calculate_ss_hh.Rd
Calculate number of households to sample given a target sample size of children 6-59 months old
calculate_ss_hh(ss, hh_size = 5, u5 = 0.15, f = 0.9)
ss | Target sample size of children 6-59 months old |
---|---|
hh_size | Average household size. Default to 5 household members |
u5 | Proportion of the population who are under 5 years old. Default to 0.15 (15%) |
f | Proportion of under 5 who are 6-59 months in age. Default to 0.9 (90%) |
A numeric value for number of households to sample
calculate_ss_hh(ss = 500, hh_size = 6.2)#> [1] 597.3716