Description Usage Arguments Details Value Examples
Calculate the sample skewness.
1 |
x |
a numeric vector. |
na.rm |
a logical value indicating whether |
Compute the sample skewness of x
as
(1/N)(Σ (x_i - x_bar)^3) / (((1/N)Σ (x_i - x_bar)^2)^(3/2))
A vector of length one giving the sample skewness of x
.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.