Rdocumentation
powered by
Learn R Programming
ACSWR (version 1.0)
kurtcoeff: Coefficient of Kurtosis
Description
A simple function to obtain the coefficient of kurtosis on numeric variables.
Usage
kurtcoeff(x)
Arguments
x
the numeric vector for which the coefficient of kurtosis is required
Details
A straight-forward implementation of the formula is give here. A complete function "kurtosis" is available in the "e1071" package.
See Also
e1071::kurtosis