skewness | R Documentation |
Skewness coefficient
skewness(x)
x |
numeric vector. |
The skewness coefficient.
data("Logging")
skewness(Logging$hauteur)
hist(Logging$hauteur, 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.