surviveInfo: Survivorship Information for employee

Description Usage Arguments Details Value Examples

Description

Creates a data frame containing the decrements for the employee.

Usage

1
2
surviveInfo(employee, assumptions = planVariables,
  mortTable = mortalityInfo)

Arguments

employee

A row from the demoInfo dataset

assumptions

Plan features and assumptions - by default the variables in planVariables are used.

mortTable

The mortality table to use containing qxm and qxf columns for age 0 to 110. By default the columns in the mortalityInfo dataset are used.

Details

The mortality table used can be found in the mortalityInfo dataset.

Value

The mortality rate, termination rate, probability of decrement during year and survival factor at the beginning of the year for the employee.

Examples

1
surviveInfo.out <- surviveInfo(demoInfo[5,])

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