skewness {liver} | R Documentation |
Skewness
Description
Computes the skewness for each field.
Usage
skewness(x, na.rm = FALSE)
Arguments
x |
a numerical |
na.rm |
a logical value indicating whether NA values in |
Value
A numeric vector of skewness values.
Author(s)
Reza Mohammadi a.mohammadi@uva.nl and Kevin Burke kevin.burke@ul.ie
Examples
x = c(2.3, -1.4, 0, 3.45)
skewness(x)
[Package liver version 1.19 Index]