Calculates the skewness of a numeric vector.
A positive value indicates right skew (long right tail), while a negative value
indicates left skew (long left tail). A zero value represents symmetry
Usage
skew(x)
Value
A single numeric value representing the skewness of the distribution.