powered by
Calculate the kurtosis of a numeric vector
kurtosis(x, na.rm = FALSE)
the numeric vector
TRUE if NA values should be discarded
the kurtosis
# NOT RUN { kurtosis(x=c(1,2.4,5,NA), na.rm=TRUE) # }
Run the code above in your browser using DataLab