powered by
Calculates the standard deviation of a series.
stdev(x, ...)
the standard deviation of the input series.
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.
colVars
na.rm
unbiased
var.
var
stdev(c(pi, 1, 3))
Run the code above in your browser using DataLab