Description Usage Arguments Value Examples
Standard Error of the Mean with CI
1 | mean_ci_sem(x, conf.level = 0.95)
|
x |
a numeric vector or R object which is coercible to one |
conf.level |
the confidence level (alpha) of the Interval |
a data.frame
with the mean, SEM and its Confidence Interval
1 2 3 4 | set.seed(42)
iq <- rnorm(100, 100, 15)
mean_ci_sem(iq)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.