ds_skewness {descriptr}R Documentation

Skewness

Description

Compute the skewness of a probability distribution.

Usage

ds_skewness(data, x = NULL)

Arguments

data

A numeric vector or data.frame.

x

Column in data.

References

Sheskin, D.J. (2000) Handbook of Parametric and Nonparametric Statistical Procedures, Second Edition. Boca Raton, Florida: Chapman & Hall/CRC.

See Also

kurtosis

Examples

# vector
ds_skewness(mtcars$mpg)

# data.frame
ds_skewness(mtcars, mpg)


[Package descriptr version 0.6.0 Index]