ds_skewness | R Documentation |
Compute the skewness of a probability distribution.
ds_skewness(data, x = NULL)
data |
A numeric vector or |
x |
Column in |
Sheskin, D.J. (2000) Handbook of Parametric and Nonparametric Statistical Procedures, Second Edition. Boca Raton, Florida: Chapman & Hall/CRC.
kurtosis
# vector
ds_skewness(mtcars$mpg)
# data.frame
ds_skewness(mtcars, mpg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.