kurtosis | R Documentation |
This function computes the estimator of Pearson's measure of kurtosis.
kurtosis(x, na.rm = FALSE)
x |
a numeric vector, matrix or data frame. |
na.rm |
logical. Should missing values be removed? |
Lukasz Komsta
geary
, anscombe.test
set.seed(1234) kurtosis(rnorm(1000))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.