kurtosis | R Documentation |
Calculate kurtosis for a variable.
kurtosis(x, method = c("fisher", "pearson"))
x |
A vector of values |
method |
The method to use to compute kurtosis. Methods due to Pearson and Fisher are available. |
A scalar containing the kurtosis estimate.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.