View source: R/tax_calculation.R
tax_calculation | R Documentation |
Function to calculate tax liability using custom tax tables
tax_calculation(income, tax_table)
income |
any amount to apply to a tax table |
tax_table |
a matrix representing any tax table |
tax_calculation
takes a vector of income and a matrix representation of the income tax brackets to calculate the tax liability.
Allowing for custom tax tables make it easier to model policy changes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.