Description Usage Arguments Details Value
View source: R/confidence_intervals.R
The well known confidence interval for population mean.
1 | ci_mean(x, sig_lvl = 0.05)
|
x |
data set |
sig_lvl |
significance level |
For small samples, student-t distribution is used, for large samples, normal distribution is used.
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.