kurt: Kurtosis

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/kurt.R

Description

Calculate the kurtosis of a random sample

Usage

1
kurt(x, na.rm = FALSE)

Arguments

x

numeric vector

na.rm

logical, should NA values be removed prior to computation

Details

Calculate the kurtosis of a random sample

Value

Numeric vector of length one giving the kurtosis value

Author(s)

Andy Rominger <ajrominger@gmail.com>

See Also

mean, var, skew

Examples

1
2
x <- rnorm(100)
kurt(x)

ajrominger/socorro documentation built on Jan. 3, 2020, 6:25 a.m.