View source: R/fn_exp_numeric.R
| ExpKurtosis | R Documentation | 
Measures of shape to give a detailed evaluation of data. Explains the amount and direction of skew. Kurotsis explains how tall and sharp the central peak is. Skewness has no units: but a number, like a z score
ExpKurtosis(x, type)
| x | A numeric object or data.frame | 
| type | a character which specifies the method of computation. Options are "moment" or "excess" | 
ExpKurtosis returns Kurtosis values
dubrangala
ExpKurtosis(mtcars$hp,type="excess")
ExpKurtosis(mtcars$carb,type="moment")
ExpKurtosis(mtcars,type="excess")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.