View source: R/ci_skew_and_kurtosis.R
skewness | R Documentation |
Calculates sample skewness. A value of 0 refers to a perfectly symmetric distribution.
skewness(z, na.rm = TRUE)
z |
A numeric vector. |
na.rm |
Logical flag indicating whether to remove missing values or not.
Default is |
Numeric vector of length 1.
moment()
, kurtosis()
skewness(1:10)
skewness(rexp(100))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.