calc_coverage_normal | R Documentation |
Calculate true coverage for Normal distribution
calc_coverage_normal(x = NULL, k = NULL, z_upper = NULL, z_lower = NULL)
x |
Data from which to calculate the sample mean and standard deviation. |
k |
Number of standard deviations from the mean to be used to calculate interval. |
z_upper |
Z-score for upper limit of interval. |
z_lower |
Z-score for lower limit of interval. |
User must provide either x
and k
OR z_upper
and z_lower
.
Proportion of standard Normal distribution enclosed within calculated or provided sample interval
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.