Description Usage Arguments Value Examples
Termination Assumption for an employee
1 | termAssumption(employee, r = 65)
|
employee |
A row from the demoInfo dataset |
r |
The maximum retirement age |
A data frame containing the termination assumption for the employee from age x to age r inclusive
1 2 | employee <- demoInfo[5,];
termAssumption.out <- termAssumption(employee)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.