powered by
Compute the skewness of a probability distribution.
skewness(x)
a numeric vector containing the values whose skewness is to be computed
Skewness of x
x
Any NA values are stripped from x before computation takes place.
Sheskin, D.J. (2000) Handbook of Parametric and Nonparametric Statistical Procedures, Second Edition. Boca Raton, Florida: Chapman & Hall/CRC.
kurtosis
skewness(mtcars$mpg)
Run the code above in your browser using DataLab