termAssumption: Termination Assumption for an employee

Description Usage Arguments Value Examples

Description

Termination Assumption for an employee

Usage

1
termAssumption(employee, r = 65)

Arguments

employee

A row from the demoInfo dataset

r

The maximum retirement age

Value

A data frame containing the termination assumption for the employee from age x to age r inclusive

Examples

1
2
employee <- demoInfo[5,];
 termAssumption.out <- termAssumption(employee)

nathanesau/StocVal documentation built on May 23, 2019, 12:18 p.m.