kurtosis.Rd
Kurtosis is a measure of the "tailedness" of the probability distribution of a real-valued random variable.
kurtosis(x, na.rm = FALSE) # S3 method for default kurtosis(x, na.rm = FALSE) # S3 method for matrix kurtosis(x, na.rm = FALSE) # S3 method for data.frame kurtosis(x, na.rm = FALSE)
x | a vector of values, a |
---|---|
na.rm | a logical value indicating whether |
On our website https://msberends.gitlab.io/AMR you can find a omprehensive tutorial about how to conduct AMR analysis and find the complete documentation of all functions, which reads a lot easier than in R.