Description Usage Arguments Value Examples
We assume that the samples of interest are drawn from a Gaussian distribution. We want to compute the z-star value to compute the confidence interval for the desired mean'
1 | calc_z_star(p)
|
p |
The probability of interest, e.g. 0.95 |
The z-score
1 2 | z_star <- calc_z_star(0.95)
print(z_star)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.