kurtosis | R Documentation |
This function calculated kurtosis of given data.
kurtosis(x, na.rm = FALSE)
x |
a numeric vector. |
na.rm |
logical. Determine whether to remove missing values and calculate them. The default is TRUE. |
numeric. calculated kurtosis
skewness
.
set.seed(123)
kurtosis(rnorm(100))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.