line.med | R Documentation |
Computes the Medeiros's affluence line.
line.med(x, weight, k)
x |
the income vector |
weight |
vector of weights |
k |
poverty line as a multiple of the median income |
The Medeiros's affluence line is based on the concept of poverty gap related to a given poverty line (in the package this line is set as a defined by the user multiple of the median income). Based on the determined poverty gap, there is calculated the point where the income of the richest should be reduced in order to make possible enough transfers to cover this gap and eliminate poverty. The calculated point of income may be also presented as the multiple of the median income.
median_inc |
the median income |
Gp |
the poverty gap |
rho_medeiros |
Medeiros's affluence line |
median_multiple |
Medeiros's affluence line as a multiple of the median |
Anna Saczewska-Piotrowska, Alicja Wolny-Dominiak
Medeiros M. (2006) The rich and the poor: The construction of an affluence line from the poverty line. Social Indicators Research, 78(1), pp. 1-18.
data(affluence)
line.med(affluence$income, affluence$hs_size, 0.6)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.