Calculate the skewness of a distribution

mf_skewness(x)

Arguments

x

the data to check

Value

the skewness of the distribution of x

Examples

mf_skewness(rnorm(100))
#> [1] -0.05183861