tip: TIP curve

Description Usage Arguments Details Value Author(s) References See Also Examples

View source: R/tip.R

Description

Estimate TIP curve ordinates. The TIP curve is defined by plotting the cumulated proportion of population on the x-axis and the cumulated per capita poverty gap (the distance between each income and the poverty threshold) on the y-axis from the biggest one downwards.

Usage

1
tip(dataset, arpt.value, norm = FALSE, plot = FALSE)

Arguments

dataset

a data.frame containing variables obtained by using setupDataset function.

arpt.value

the at-risk-of-poverty threshold to be used (see arpt).

norm

logical; if TRUE, the normalized TIP curve ordinates are computed using the normalized poverty gaps (poverty gaps divided by the poverty threshold).

Details

The TIP (Three I's of Poverty) curve ordinates are computed using the equivalized disposable income. The equivalence scales that can be employed are the modified OECD scale or the parametric scale of Buhmann et al. (1988). The default is the modified OECD scale (see setupDataset).

Value

A data.frame with the following components:

x.tip vector of cumulated proportion of population.

y.tip vector with values of tip curve ordinates.

Author(s)

A. Berihuete, C.D. Ramos and M.A. Sordo

References

B. Buhmann et al. (1988) Equivalence scales, well-being, inequality and poverty: sensitivity estimates across ten countries using the Luxembourg Income Study (LIS) database, Review of Income and Wealth, 34, 115–142.

S.P. Jenkins and P.J. Lambert (1997) Three I's of poverty curves, with an analysis of UK poverty trends, Oxford Economic Papers, 49, 317–327.

See Also

setupDataset, arpt

Examples

1
2
3
4
data(eusilc2)
ATdataset <- setupDataset(eusilc2, country = "AT", s = "OECD")
tip.curve <- tip(ATdataset,arpt.value = arpt(ATdataset), norm = TRUE)
str(tip.curve)

AngelBerihuete/laeken2 documentation built on May 5, 2019, 6:02 a.m.