Estimates the at-risk-of-poverty threshold which is set at 60 percent of the median equivalised disposable income using the standard definition.
arpt(dataset, ipuc = "ipuc", hhcsw = "DB090", hhsize = "HX040",
pz = 0.6, ci = NULL, rep = 1000, verbose = FALSE)
a data.frame containing the variables.
a character string indicating the variable name of the income per unit of consumption. Default is "ipuc".
a character string indicating the variable name of the household cross-sectional weight. Default is "DB090".
a character string indicating the variable name of the household size. Default is "HX040".
a number between 0 and 1 which represents the percentage to be used to calculate the at-risk-of-poverty threshold. The default is 0.6.
a scalar or vector containing the confidence level(s) of the required interval(s). Default does not calculate the confidence interval.
a number to do the confidence interval using boostrap technique.
logical; if TRUE the confidence interval is plotted.
The value of the at-risk-of-poverty threshold.
The equivalised disposable income is calculated using the standard equivalence scale (called the modified OECD scale) recommended by Eurostat. The parametric scale of Buhmann et al.(1988) can also be used. The default is the modified OECD scale (see setupDataset).
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.
http://ec.europa.eu/eurostat/statistics-explained/index.php/Glossary:At-risk-of-poverty_rate
setupDataset
# NOT RUN {
data(eusilc2)
ATdataset <- setupDataset(eusilc2, country = "AT")
arpt(ATdataset)
# }
Run the code above in your browser using DataLab