This function calculated kurtosis of given data.
kurtosis(x, na.rm = FALSE)
Arguments
x |
a numeric vector. |
na.rm |
logical. Determine whether to remove missing values and calculate them.
The default is TRUE. |
Value
numeric. calculated kurtosis
See also
Examples
#> [1] 2.838947