working_life_remuneration: Working life remuneration

Description Usage Arguments Value

View source: R/working_life_remuneration.R

Description

Working life remuneration

Usage

1
2
3
4
5
6
working_life_remuneration(starting_age = 30L, retirement_age = 70L,
  start_fy = "2015-16", wage.method = c("Constant % of AWOTE",
  "Lifetime percentile"), wage.method.control = list(AWOTE.start = 78200,
  AWOTE.multiple = 1, percentile = NULL),
  wage.inflator = c("grattan::wage_inflator()", "Treasury"),
  forecast.series = "mean", forecast.level = 95)

Arguments

starting_age

An integer (thus 30L not 30) given the starting year of the individual.

retirement_age

An integer. Youngest age of retirement age, not oldest age of work.

start_fy

The financial year corresponding to starting_age.

wage.method

One of "Constant % of AWOTE" or "Lifetime percentile".

wage.method.control

A list:

"Constant % of AWOTE"
AWOTE.start

the AWOTE at starting_age;

AWOTE.multiple

the multiple of AWOTE to use.

"Lifetime percentile"

percentile the percentile to use.

Using one set of controls in the wrong wage.method is a warning.

wage.inflator

One of "grattan::wage_inflator()" or "Treasury".

forecast.series

See "grattan::wage_inflator()".

forecast.level

See above.

Value

A data.table of information about the individual's remuneration from starting_age till the year before retirement_age.


HughParsonage/CRIMpp documentation built on May 7, 2019, 4:03 a.m.