Description Usage Arguments Value
Estimate the sample size for a categorical variable.
1  | sample_size(max, min = 1, z = 1.96, error = 0.05)
 | 
max | 
 A number as the maximum value of the possible categories.  | 
min | 
 A number as the minimum value of the possible categories.  | 
z | 
 A number as the confidence coefficient.  | 
error | 
 Admissible sampling error.  | 
The sample size for a categorical variable based on a variance heuristic approximation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.