Coefficient of Kurtosis
A simple function to obtain the coefficient of kurtosis on numeric variables.
kurtcoeff(x)
x
: the numeric vector for which the coefficient of kurtosis is requiredA straight-forward implementation of the formula is give here. A complete function "kurtosis" is available in the "e1071" package.
Prabhanjan N. Tattar
e1071::kurtosis
Useful links