GENEAskew {GENEAclassify} | R Documentation |
Skewness, a measure of centredness
Description
Many datasets do not have the highest density of measurements in the middle of the distribution of the data. Skewness is a measure of the asymmetry of a probability distribution.
Usage
GENEAskew(x, na.rm = TRUE, ...)
Arguments
x |
numeric vector |
na.rm |
single logical should missing values be removed |
... |
other arguments to be swallowed |
Value
single numeric
Examples
GENEAskew(1:10)
GENEAskew((1:10)^2)
GENEAskew((1:10)^0.5)
[Package GENEAclassify version 1.5.5 Index]