tadaatoolbox (version 0.16.0)

mean_ci_sem: Standard Error of the Mean with CI

Description

Standard Error of the Mean with CI

Usage

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

Run this code
# NOT RUN {
set.seed(42)
iq <- rnorm(100, 100, 15)

mean_ci_sem(iq)
# }

Run the code above in your browser using DataCamp Workspace