Learn R Programming

GENEAclassify (version 1.5.5)

GENEAskew: 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, ...)

Value

single numeric

Arguments

x

numeric vector

na.rm

single logical should missing values be removed

...

other arguments to be swallowed

Examples

Run this code
GENEAskew(1:10)
GENEAskew((1:10)^2)
GENEAskew((1:10)^0.5)

Run the code above in your browser using DataLab