powered by
This function computes the estimator of Pearson's measure of kurtosis.
kurtosis(x, na.rm = FALSE)
a numeric vector, matrix or data frame.
logical. Should missing values be removed?
geary, anscombe.test
geary
anscombe.test
# NOT RUN { set.seed(1234) kurtosis(rnorm(1000)) # }
Run the code above in your browser using DataLab