Gets the type of skewness
skewType(skew)
numeric.
Returns one of 'negative skew', 'no skew' or 'positive skew'.
Skewness is a measure of asymmetry of a distribution.
A distribution can either have negative skew, no skew or positive skew. A symmetric distribution will always have no skew but the reverse relationship does not always hold.
# NOT RUN {
skewType(1)
skewType(0)
skewType(-1)
# }
Run the code above in your browser using DataLab