CI95se: Calculate SEM 95% Confidence Intervals

View source: R/CI95se.R

CI95seR Documentation

Calculate SEM 95% Confidence Intervals

Description

Uses standard error (of the mean) calculation to determine the 95% CI of a vector of data. Does not use a bootstrapping of empirical data, but the Gaussian approximation.

Usage

CI95se(x)

Arguments

x

Numeric. A vector of data to calculate the CI95.

Value

A numeric vector with 3 named entries:

lower

the lower CI95.

mean

the arithmetic mean.

upper

the upper CI95.

Author(s)

Stu Field

See Also

bootstrap() for CI95 via bootstrapping.

Examples

CI95se(rnorm(100))

stufield/stuRpkg documentation built on April 2, 2022, 2:05 p.m.