kurtcoeff {ACSWR} | R Documentation |
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.
Author(s)
Prabhanjan N. Tattar
See Also
e1071::kurtosis
[Package ACSWR version 1.0 Index]