stdev {splus2R} | R Documentation |
Calculates the standard deviation of a series.
stdev(x, ...)
x |
input series. |
... |
optional arguments sent directly to the colVars function. You can control for example
the removal of NA values prior to analyis via the na.rm argument, and whether or not an unbiased estimate
is returned ala the unbiased argument. |
the standard deviation of the input series.
stdev(c(pi, 1, 3))