mean_ci_sem: Standard Error of the Mean with CI

Description Usage Arguments Value Examples

View source: R/confint.R

Description

Standard Error of the Mean with CI

Usage

1
mean_ci_sem(x, conf.level = 0.95)

Arguments

x

a numeric vector or R object which is coercible to one

conf.level

the confidence level (alpha) of the Interval

Value

a data.frame with the mean, SEM and its Confidence Interval

Examples

1
2
3
4
set.seed(42)
iq <- rnorm(100, 100, 15)

mean_ci_sem(iq)

tadaatoolbox documentation built on July 2, 2020, 2:30 a.m.