gmd()
computes Gini's mean difference for a numeric vector
or for all numeric vectors in a data frame.
gmd(x, select = NULL)
A vector or data frame.
Optional, names of variables as character vector that should be
selected for further processing. Required, if x
is a data frame (and no vector)
and only selected variables from x
should be processed.
For numeric vectors, Gini's mean difference. For non-numeric vectors
or vectors of length < 2, returns NA
.
Gini's mean difference is defined as the mean absolute difference between
any two distinct elements of a vector. Missing values from x
are silently
removed.
David HA. Gini's mean difference rediscovered. Biometrika 1968(55): 573-575