Compute the progressivity
progressivity(income, tax, measure = c("Reynolds-Smolensky", "Kakwani"))
income | Pre-tax income. |
---|---|
tax | Tax paid. |
measure | Currently, only "Reynolds-Smolensky" progressivity is calculated:
$$G_Y - G_Z$$ where \(G_Y\) is the Gini coefficient of |
The progressivity measure. Positive for progressive tax systems, and higher the value the more progressive the system.
#> [1] 0#> [1] 0.04856361