Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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, ...)
  ## Default S3 method:
sd(x, na.rm = FALSE, ...)

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


sn

The Skew-Normal and Related Distributions Such as the Skew-t and the SUN

v2.0.0
GPL-2 | GPL-3
Authors
Adelchi Azzalini [aut, cre] (<https://orcid.org/0000-0002-7583-1269>)
Initial release
2021-03-28

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.