inverse_income {grattan} | R Documentation |
Inverse income tax functions
Description
Inverse income tax functions
Usage
inverse_income(
tax,
fy.year = "2012-13",
zero.tax.income = c("maximum", "zero", "uniform", numeric(1)),
...
)
Arguments
tax |
The tax payable. |
fy.year |
The relevant financial year. |
zero.tax.income |
A character vector, ("maximum", "zero", "uniform", numeric(1)) Given that many incomes map to zero taxes, the |
... |
Other arguments passed to |
Details
This function has an error of $2.
Value
The approximate taxable income given the tax payable for the financial year. See Details.