RSE: Relative (Percent) Standard Error

View source: R/variance_functions.R

RSER Documentation

Relative (Percent) Standard Error

Description

RSE is a function that allows the calculation of the relative standard error (RSE) for a vector of numbers. RSE is also known as Percent Standard Error (PSE).

Usage

RSE(x)

Arguments

x

numeric vector.

Value

RSE estimate for x.

See Also

Other Error Estimates: CV(), SE()

Examples

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

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