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