stdev: Standard deviation

Description Usage Arguments Value See Also Examples

Description

Calculates the standard deviation of a series.

Usage

1
stdev(x, ...)

Arguments

x

input series.

...

optional arguments sent directly to the colVars function. You can control for example the removal of NA values prior to analysis via the na.rm argument, and whether or not an unbiased estimate is returned via the unbiased argument.

Value

the standard deviation of the input series.

See Also

var.

Examples

1
stdev(c(pi, 1, 3))

splus2R documentation built on May 2, 2019, 5:24 p.m.

Related to stdev in splus2R...