Rmisc (version 1.5)

STDERR: Standard Error

Description

Calculates the standard error interval of a vector of data

Usage

STDERR(x)

Arguments

x

a vector of data.

Value

upper

Upper bound of interval.

mean

Mean of data.

lower

Lower bound of interval.

Examples

Run this code
# NOT RUN {
STDERR(rnorm(100))
# }

Run the code above in your browser using DataCamp Workspace