set_offset {grattan} | R Documentation |
Set offsets
Description
Create parameters for tax offsets.
Usage
set_offset(
offset_1st = integer(1),
thresholds = integer(),
tapers = double(),
refundable = logical(1)
)
set_offsets(
...,
yr = NULL,
lito_max_offset = NULL,
lito_taper = NULL,
lito_min_bracket = NULL,
lito_multi = NULL
)
the_MAX_N_OFFSETN()
Arguments
offset_1st |
|
thresholds |
|
tapers |
|
refundable |
|
... |
A set of offsets created by |
yr |
|
lito_max_offset , lito_taper , lito_min_bracket , lito_multi |
deprecated arguments to adjust (single-threshold) LITO. |
Value
set_offset
A list of four elements,
offset_1st
,thresholds
,tapers
,refundable
.set_offsets
A list of lists created by
set_offset
.the_MAX_N_OFFSETN
The maximum number of offsets that may be used.