kurt | R Documentation |
A function to calculate an estimate of the coefficient of kurtosis from a set of data.
kurt(x)
x |
A vector of numeric values. |
The reduced coefficient of kurtosis.
Richard Murray Lark <murray.lark@nottingham.ac.uk>
x<-evapotranspiration$`ET(mm)`
kurt(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.