GENEAskew: Skewness, a measure of centredness

View source: R/statistics.R

GENEAskewR 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)

GENEAclassify documentation built on March 31, 2023, 9:01 p.m.