Learn R Programming

sn (version 1.2-2)

sd: Standard deviation

Description

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.

Usage

sd(x, ...)
  ## S3 method for class 'default':
sd(x, na.rm = FALSE, \dots)

Arguments

x
a numeric vector, matrix or data frame.
na.rm
logical. Should missing values be removed?
...
further arguments passed to or from other methods.

See Also

sd, SECdistrUv