progressivity {grattan} | R Documentation |
Compute the progressivity
Description
Compute the progressivity
Usage
progressivity(income, tax, measure = c("Reynolds-Smolensky", "Kakwani"))
Arguments
income |
Pre-tax income. |
tax |
Tax paid. |
measure |
Currently, only "Reynolds-Smolensky" progressivity is calculated:
where |
Value
The progressivity measure. Positive for progressive tax systems, and higher the value the more progressive the system.
Examples
I <- c(10e3, 20e3, 50e3, 100e3, 150e3)
progressivity(I, 0.3 * I) # zero
progressivity(I, income_tax(I, "2017-18"))
[Package grattan version 2024.1.1 Index]