kolm | R Documentation |
This function estimates the inequality indices (relative or absolute) of Kolm.
kolm(
x,
w = rep(1, length(x)),
eta = 1,
data = NULL,
absolute = FALSE,
na.rm = TRUE
)
x |
a numerical vector whose index is to be estimated |
w |
an optional vector of non-negative integer values weights. |
eta |
the inequality aversion parameter (>0). Larger value indicate higher aversion, zero inequality neutrality. |
data |
the data frame where the variables are found. |
absolute |
a logical, indicating if the absolute rather than relative measure be given. |
na.rm |
a logical indicating whether NA's should removed. |
The inequality index.
Markus Jantti markus.jantti@iki.fi
lambert1993incdist
gini
ge
, atkinson
kolm(runif(100), eta = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.