skewness | R Documentation |
This function computes skewness of given data.
skewness(x, na.rm = FALSE)
x |
a numeric vector, matrix or data frame. |
na.rm |
logical. Should missing values be removed? |
Lukasz Komsta
agostino.test
set.seed(1234) skewness(rnorm(1000))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.