View source: R/differentially_uprate_wage.R
| differentially_uprate_wage | R Documentation | 
Apply differential uprating to projections of the Sw_amt variable.
differentially_uprate_wage(wage = 1, from, to, ...)
wage | 
 A numeric vector to be uprated.  | 
from | 
 The financial year contemporaneous to wage, which must be a financial year of an available sample file – in particular, not after 2016-17.  | 
to | 
 The target of the uprating. Passed to   | 
... | 
 Other arguments passed   | 
See vignette("differential-uprating").
The vector wage differentially uprated to to_fy.
Hugh Parsonage and William Young
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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.