calcExpectedSalaryPath: calcExpectedSalaryPath

View source: R/core.R

calcExpectedSalaryPathR Documentation

calcExpectedSalaryPath

Description

Calculate whether the salary will increase/decrease and by how much.

Usage

calcExpectedSalaryPath(Salary, SalaryGrowthRate, ncp)

Arguments

Salary

Stipend.

SalaryGrowthRate

Rate at which the salary increases/decreases.

ncp

Length contribution path to retirement.

Value

Expected salary path.

Examples

## Not run: 
calcExpectedSalaryPath(90000, 0.02, 20)

## End(Not run)

miraisolutions/SmaRP documentation built on March 23, 2022, 6:46 a.m.