powered by
Compute the kurtosis of a probability distribution.
ds_kurtosis(x, na.rm = FALSE)
a numeric vector containing the values whose kurtosis is to be computed
a logical value indicating whether NA values should be stripped before the computation proceeds.
Kurtosis of x
x
Any NA values are stripped from x before computation takes place.
Sheskin, D.J. (2000) Handbook of Parametric and Nonparametric Statistical Procedures, Second Edition. Boca Raton, Florida: Chapman & Hall/CRC.
ds_skewness
# NOT RUN { ds_kurtosis(mtcars$mpg) # }
Run the code above in your browser using DataLab