ds_kurtosis | R Documentation |
Compute the kurtosis of a probability distribution.
ds_kurtosis(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.
ds_skewness
# vector
ds_kurtosis(mtcars$mpg)
# data.frame
ds_kurtosis(mtcars, mpg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.