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, ...)
# S3 method for default
sd(x, na.rm = FALSE, ...)
a numeric vector, matrix or data frame.
logical. Should missing values be removed?
further arguments passed to or from other methods.
sd
, SECdistrUv