powered by
Computes the skewness for each field.
skewness(x, na.rm = FALSE)
A numeric vector of skewness values.
a numerical vector, matrix or data.frame.
vector
matrix
data.frame
a logical value indicating whether NA values in x should be stripped before the computation proceeds.
x
Reza Mohammadi a.mohammadi@uva.nl and Kevin Burke kevin.burke@ul.ie
x = c(2.3, -1.4, 0, 3.45) skewness(x)
Run the code above in your browser using DataLab