powered by
This function calculated kurtosis of given data.
kurtosis(x, na.rm = FALSE)
numeric. calculated kurtosis
a numeric vector.
logical. Determine whether to remove missing values and calculate them. The default is TRUE.
skewness.
skewness
set.seed(123) kurtosis(rnorm(100))
Run the code above in your browser using DataLab