Description Usage Arguments Value Examples
View source: R/04-estimate_classic.R
Estimate proportion using classic estimator
1 | estimate_classic(x, n, z = 1.96)
|
x |
Total number of successes |
n |
Total number of tests |
z |
z-value. Default is 1.96 for 95% confidence interval |
A list containing the following components:
|
A vector with the sample proportions |
|
A confidence interval for the true proportion |
1 | estimate_classic(x = 50, n = 200)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.