SE: Standard Error

View source: R/variance_functions.R

SER Documentation

Standard Error

Description

SE is a function that allows the calculation of the standard error for a vector of numbers.

Usage

SE(x)

Arguments

x

numeric vector.

Value

Standard error estimate for x.

See Also

Other Error Estimates: CV(), RSE()

Examples

# Examples
set.seed(1234)
SE(rnorm(100))
# Observed Data (Red Porgy data set)
data(RedPorgy)
SE(x = RedPorgy$R1.Age)

ballengerj/FishyR documentation built on June 17, 2022, 10:33 p.m.