Learn R Programming

rtip

[] (http://cran.r-project.org/package=rtip)

rtip is an R package containing tools to measure and compare inequality, welfare and poverty using the EU statistics on income and living conditions surveys (EU-SILC).

The package also estimates the ordinates of the Generalized Lorenz
and TIP curves. Furthermore, some tests are implemented to study the dominance of two income distributions from Generalized Lorenz and TIP curves.

Installation

The development version from github:

# install.packages("devtools")
devtools::install_github("AngelBerihuete/rtip")

Examples

There are many inequality and poverty indicators coded in the package. For instance, in order to estimate the poverty rate which is defined as the share of people with an equivalized disposable income below the at-risk-of-poverty threshold:

library(rtip)
data(eusilc2)
ATdataset <- setupDataset(eusilc2, country = "AT")
arpr(ATdataset,arpt.value = arpt(ATdataset))

The package also has a function to make a statistical test to study Generalized Lorenz dominance from sample Generalized Lorenz curve estimates:

library(rtip)
data(eusilc2)
ATdataset1 <- setupDataset(eusilc2, country = "AT", region = "Burgenland")
ATdataset2 <- setupDataset(eusilc2, country = "AT", region = "Carinthia")
testGL(ATdataset1, ATdataset2, generalized = TRUE, samplesize = 10)

It is possible to do the previous study also with TIP curves:

data(eusilc2)
ATdataset <- setupDataset(eusilc2, country = "AT")
ATdataset1 <- setupDataset(eusilc2, country = "AT", region = "Burgenland")
ATdataset2 <- setupDataset(eusilc2, country = "AT", region = "Carinthia")
testTIP(ATdataset1, ATdataset, same.arpt.value = arpt(ATdataset))

Citation

A BibTeX entry for LaTeX users is

  @Manual{,
    title = {rtip: Inequality, Welfare and Poverty Indices and Curves using the
EU-SILC Data},
    author = {Angel Berihuete and Carmen Dolores Ramos and Miguel Angel Sordo},
    year = {2016},
    note = {R package version 1.0.0},
    url = {https://CRAN.R-project.org/package=rtip},
  }

Copy Link

Version

Install

install.packages('rtip')

Monthly Downloads

181

Version

1.1.1

License

GPL-3

Maintainer

Angel Berihuete

Last Published

April 12th, 2018

Functions in rtip (1.1.1)

gini

Gini index
loadEUSILC

Load the living conditions survey (EUSILC)
s2

Twice the area under the TIP curve
loadLCS

Load the living conditions survey (INE)
mih

Mean income per household
eusilc2

Modified synthetic EU-SILC survey data
setupDataset

Setup datasets loaded from the living conditions survey
arpt

At-risk-of-poverty threshold
mip

Mean income per person
OmegaTIP

Matrix for testing TIP dominance
testTIP

Test for TIP dominance
testGL

Test for Lorenz and Generalized Lorenz dominance
tip

TIP curve
arpr

At-risk-of-poverty rate
OmegaGL

Matrix for testing Generalized Lorenz dominance
LCS2014

Spanish living conditions survey data for the year 2014
miuc

Mean income per unit of consumption
qsr

Income quintile share ratio
s1

Maximum of TIP curve
lc

Lorenz and Generalized Lorenz curves
rmpg

Relative median at-risk-of-poverty gap