skew | R Documentation |
3rd moment skewness ratio
skew(x)
x |
vector |
kurt
set.seed(1) x <- rexp(100) # Get skewness coefficient estimate for exponential distribution skew(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.