skewness | R Documentation |
Computes the skewness for each field.
skewness(x, na.rm = FALSE)
x |
a numerical |
na.rm |
a logical value indicating whether NA values in |
A numeric vector of skewness values.
Reza Mohammadi a.mohammadi@uva.nl and Kevin Burke kevin.burke@ul.ie
x = c(2.3, -1.4, 0, 3.45)
skewness(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.