Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

stdev

Standard deviation


Description

Calculates the standard deviation of a series.

Usage

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

Examples

stdev(c(pi, 1, 3))

splus2R

Supplemental S-PLUS Functionality in R

v1.3-3
GPL-2
Authors
William Constantine [aut], Tim Hesterberg [aut], Knut Wittkowski [ctb], Tingting Song [ctb], Bill Dunlap [ctb], Stephen Kaluzny [ctb, cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.