skewness | R Documentation |
This function calculated skewness of given data.
skewness(x, na.rm = TRUE)
x |
a numeric vector. |
na.rm |
logical. Determine whether to remove missing values and calculate them. The default is TRUE. |
numeric. calculated skewness.
kurtosis
, find_skewness
.
set.seed(123)
skewness(rnorm(100))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.