Description Usage Arguments Value See Also Examples
The function computes margin of error for count. The calculation takes into proportion, expected response rate and design effect.
| 1 | MoE_Y(P = 0.5, n, pop, confidence = 0.95, R = 1, deff_sam = 1, deff_est = 1)
 | 
| P | The expected proportion for variable of interest. | 
| n | The expected sample size. | 
| pop | Population size. | 
| confidence | Optional positive value for confidence interval. This variable by default is 0.95. | 
| R | The expected response rate (optional). If not defined, it is assumed to be 1 (full-response). | 
| deff_sam | The expected design effect of sample design for the estimates (optional). If not defined, it is assumed to be 1. | 
| deff_est | The estimated design effect of estimator for the estimates (optional). If not defined, it is assumed to be 1. | 
The estimate of margin of error for count.
| 1 2 3 4 5 6 7 8 9 10 11 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.