skewType | R Documentation |
Gets the type of skewness
skewType(skew)
skew |
numeric |
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.
Returns one of 'negative skew', 'no skew' or 'positive skew'.
skewType(1) skewType(0) skewType(-1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.