termAssumption: Termination Assumption for an employee

Description Usage Arguments Value Examples

View source: R/valuation.R

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-academic/StocVal documentation built on Nov. 4, 2019, 8:35 p.m.