STDERR: Standard Error

View source: R/STDERR.R

STDERRR Documentation

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

STDERR(rnorm(100))

Rmisc documentation built on May 2, 2022, 5:05 p.m.