RMS: Calculate the Root Mean Square of a Vector

Description Usage Arguments Value Author(s) Examples

Description

Calculate the Root Mean Square of a Vector after removing NAs from the vector.

Usage

1
RMS(num)

Arguments

num

Numeric Vector

Value

Returns the root mean square of the numeric vector

Author(s)

Taran Esplin

Examples

1
2
RMS(1:10)
sd(1:10)

esplint/IRACpm documentation built on May 16, 2019, 8:52 a.m.