ds_skewness {descriptr} | R Documentation |
Skewness
Description
Compute the skewness of a probability distribution.
Usage
ds_skewness(x, data = NULL, na.rm = FALSE)
Arguments
x |
a numeric vector |
data |
a |
na.rm |
a logical value indicating whether NA values should be stripped before the computation proceeds. |
References
Sheskin, D.J. (2000) Handbook of Parametric and Nonparametric Statistical Procedures, Second Edition. Boca Raton, Florida: Chapman & Hall/CRC.
See Also
kurtosis
Examples
ds_skewness(mtcars$mpg)
ds_skewness(mpg, mtcars)
[Package descriptr version 0.5.2 Index]