skewness | R Documentation |
Calculate skewness for a variable.
skewness(x, method = c("fisher", "pearson"))
x |
A vector of values |
method |
The method to use to compute skewness. Methods due to Pearson and Fisher are available. |
A scalar containing the skewness estimate.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.