Description Usage Arguments Value References Examples
Based on a pilot sample, this function calculates the remain elements to the final sample given the variance considered.
| 1 | 
| s2 | The variance, as σ^2. Not necessary if  | 
| pq | The variance, as P(1-P). Not necessary if  | 
| n1 | The size of the pilot sample. | 
| alpha | 1 - confidence level. | 
| moe | Margin of error. | 
| N | Population size. | 
The final sample is
n = n_1 + n_2
Where n_2 is the value returned by this function.
COCHRAN, William Gemmell. Sampling techniques-3. 1977.
| 1 2 3 4 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.