Learn R Programming

epade (version 0.5.1)

kurtosis.ade: Simple function to calculate kurtosis

Description

calculate kurtosis

Usage

kurtosis.ade(x, na.rm=FALSE)

Value

a single number of kurtosis from x

Arguments

x

a numeric vector

na.rm

a logical value indicating whether NA values should be stripped before the computation proceeds.

See Also

skewness.ade

Examples

Run this code
x<-rnorm(1000)
kurtosis.ade(x)

Run the code above in your browser using DataLab