Youth unemployment
youth_unemployment(income = 0, assets = 0, fy.year = NULL, Date = NULL, has_partner = FALSE, has_dependant = FALSE, age = 23, lives_at_home = FALSE, independent = TRUE, unemployed = FALSE)
income | Numeric vector of fortnightly income for the income test. |
---|---|
assets | Numeric vector of the value of assets. By default, |
fy.year | A character vector of valid financial years between "2000-01" and "2020-21" specifying which financial year the allowance is to be calculated. |
Date | (Date vector or coercible to such). An alternative to |
has_partner | (logical, default: |
has_dependant | (logical, default: |
age | Age (only determines whether the 16-17 age or 18 or over rates will apply). |
lives_at_home | (logical, default: |
independent | (logical, default: |
unemployed | (logical, default: |
The fortnightly unemployment benefit payable for each entry. The function is vectorized over its arguments, with any length-1 argument recycled. (Other vector recycling is not supported and will result in an error.)