ds_skewness: Skewness

Description Usage Arguments References See Also Examples

View source: R/ds-describe.R

Description

Compute the skewness of a probability distribution.

Usage

1
ds_skewness(x, data = NULL, na.rm = FALSE)

Arguments

x

a numeric vector

data

a data.frame or tibble

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

1
2

descriptr documentation built on Dec. 15, 2020, 5:37 p.m.