Description Usage Arguments References See Also Examples
Calculates the Rosenbluth index of concentration, also known as Hall or Tiedemann Indices.
1 2 3 4 | Rosenbluth(x, n = rep(1, length(x)), na.rm = FALSE, ...)
## Default S3 method:
Rosenbluth(x, n = rep(1, length(x)), na.rm = FALSE, ...)
|
x |
A vector of data values of non-negative elements. |
n |
A vector of frequencies of the same length as |
na.rm |
A logical. Should missing values be removed? The Default is set to |
... |
Additional arguements (currently ignored) |
Cowell, F. A. (2000) Measurement of Inequality in Atkinson, A. B. / Bourguignon, F. (Eds): Handbook of Income Distribution. Amsterdam.
Cowell, F. A. (1995) Measuring Inequality Harvester Wheatshef: Prentice Hall.
Atkinson
, Herfindahl
, Gini
, Lorenz
. For more details see the Indices vignette: vignette("Indices", package = "SciencesPo")
1 2 3 4 5 | # generate a vector (of incomes)
x <- c(778, 815, 857, 888, 925, 930, 965, 990, 1012)
# compute Rosenbluth coefficient
Rosenbluth(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.