Description Usage Arguments Format Fields Examples
A variable rate tax class captures the general idea of tax taken at different rates for different levels of income. UK National insurance is a variable rate tax for both employees and employers however because of the withdrawal of the personal allowance after 100000 UK income tax is not though it could be modeled as a variable rate tax.
1 |
income |
The initial income of the person. |
An object of class R6ClassGenerator
of length 24.
threshold
The vector of tax thresholds, must be in ascending order.
rate
The vector of tax rates, must be same size as thresholds.
1 2 3 4 5 | Income Tax
The Amount method
This method determines the amount to be paid for the given income
given the thresholds and the rates.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.