Moment-based skewness, computed as m3 / m2^(3/2) on the non-missing values.
Value
A single numeric value, or NA_real_ if there are fewer than three
non-missing values or the variance is zero.
Examples
skewness(c(1, 2, 2, 3, 10))
#> [1] 1.360893
Moment-based skewness, computed as m3 / m2^(3/2) on the non-missing values.
A single numeric value, or NA_real_ if there are fewer than three
non-missing values or the variance is zero.
skewness(c(1, 2, 2, 3, 10))
#> [1] 1.360893