Description Usage Arguments Value References See Also Examples
Computes the concentration index for a vector, ranked by another vector.
1 |
x |
Numeric vector with non-negative values. |
y |
Numeric vector used for the ranking of vector |
w |
Numeric vector of sampling weigths (optional). |
param |
Parameter specifying the concentration index (must be strictly positive). |
A list of class "ICI"
with components:
ineq |
a list with components |
nas |
a list with |
Kakwani N.C. (1977) Measurement of Tax Progressivity: An International Comparison. The Economic Journal, 87(345), pp. 71-80.
O'Donnell O., van Doorslaer E., Wagstaff A., Lindelow M. (2008) Analyzing Health Equity Using Household Survey Data. World Bank, 220 p.
1 2 3 4 5 |
$ineq
$ineq$index
SConc
-0.6670986
$ineq$parameter
param
0.5
$nas
$nas$xNA
[1] 0
$nas$yNA
[1] 0
$nas$wNA
NULL
$nas$totalNA
[1] 0
attr(,"class")
[1] "ICI"
Min. 1st Qu. Median Mean 3rd Qu. Max.
0 0 0 1374 2103 32989
$ineq
$ineq$index
SConc
0.5260946
$ineq$parameter
param
2
$nas
$nas$xNA
[1] 0
$nas$yNA
[1] 0
$nas$wNA
[1] 0
$nas$totalNA
[1] 0
attr(,"class")
[1] "ICI"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.