sd | R Documentation |
The sd
function from the stats is replaced by a new method
in order to introduce a separate method to deal with objects of class
SECdistrUv
. The function sd.default
is an alias of the original
function sd
.
sd(x, ...)
## Default S3 method:
sd(x, na.rm = FALSE, ...)
x |
a numeric vector, matrix or data frame. |
na.rm |
logical. Should missing values be removed? |
... |
further arguments passed to or from other methods. |
sd
, SECdistrUv
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.