Description Usage Arguments Details Value
View source: R/confidence_intervals.R
The well known confidence interval for population standard deviation.
1 | ci_sd(x, sig_lvl = 0.05)
|
x |
data set |
sig_lvl |
significance level |
Uses the Chi-square distribution of the sample variance and takes root of interval for variance.
data.frame containing the lower bounded, the estimate, and the upper bound.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.