powered by
Apply differential uprating to projections of the Sw_amt variable.
Sw_amt
differentially_uprate_wage(wage = 1, from, to, ...)
The vector wage differentially uprated to to_fy.
wage
to_fy
A numeric vector to be uprated.
The financial year contemporaneous to wage, which must be a financial year of an available sample file -- in particular, not after 2016-17.
The target of the uprating. Passed to wage_inflator.
wage_inflator
Other arguments passed wage_inflator.
Hugh Parsonage and William Young
See vignette("differential-uprating").
vignette("differential-uprating")
ws <- c(20e3, 50e3, 100e3) from <- "2013-14" to <- "2016-17" differentially_uprate_wage(ws, from, to) differentially_uprate_wage(ws, from, to) / (ws * wage_inflator(from, to))
Run the code above in your browser using DataLab