skew {prettyR} | R Documentation |
Calculates the skew of a distribution using a simple formula.
skew(x)
x |
A vector of numeric values, supposedly drawn from a particular distribution. |
‘skew’ calculates the asymmetry of the distribution of the values.
The value calculated.
Jim Lemon