Learn R Programming

lifecontingencies (version 1.3.12)

getDecrements: Function to return the decrements defined in the mdt class

Description

This function list the character decrements of the mdf class

Usage

getDecrements(object)

Value

A character vector listing the decrements defined in the class

Arguments

object

A mdt class object

Author

Giorgio Spedicato

Details

A character vector is returned

References

Marcel Finan A Reading of the Theory of Life Contingency Models: A Preparation for Exam MLC/3L

See Also

getOmega

Examples

Run this code
#create a new table
tableDecr=data.frame(d1=c(150,160,160),d2=c(50,75,85))
newMdt<-new("mdt",name="testMDT",table=tableDecr)
getDecrements(newMdt)

Run the code above in your browser using DataLab