View source: R/numericFunctions.R
sampsize_DHS | R Documentation |
Compute the stratum-specific cluster/household sample size for proportions from binomial counts estimated from a Demographic and Health Survey
sampsize_DHS(
p = NULL,
Deff = NULL,
RSE = NULL,
R1 = NULL,
R2 = NULL,
eligibles = NULL
)
p |
A vector of anticipated proportions. |
Deff |
The anticipated conventional design effect (square of the Kish design effect, Deft). Hint: Deff = 2.0 is an over-used assumption; try do to better. |
RSE |
The desired relative standard error of estimation expressed as a proportion. |
R1 |
Expected proportion of clusters (households) that participate. |
R2 |
Expected proportion of eligible clusters (household) members who participate. |
eligibles |
The anticipated average number of eligible respondents per cluster (household). |
A list containing a vector of estimated required sample sizes (numbers of clusters/households) and the function call.
Steve Gutreuter
ICF International. Demographic and Health Survey Sampling and Household Listing Manual. MEASURE DHS, Calverton, Maryland. 2012. https://dhsprogram.com/pubs/pdf/DHSM4/DHS6_Sampling_Manual_Sept2012_DHSM4.pdf
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.