getTable: 'getTable' - Get the data.frame from a discrete life table

Description Usage Arguments Value See Also Examples

Description

This method gets you the data.frame coresponding to the life table passed as the object parameter. Be carefull, because life tables could be defined in a continuous way, and in this case this method wont work, but you could rely on the underlying cdf that you can get via getCdf.

Usage

1
getTable(object)

Arguments

object

A life table object

Value

a data.frame with to collumns – One representing the ages ans an other one representing the Lx's

See Also

Lx, getAgeMax, TableMort, getCdf

Examples

1
2
3
4
5
6
getTable(th002d)
getTable(tf002v)
## Not run: 
getTable(expolaw)

## End(Not run)

lrnv/actulife documentation built on May 23, 2019, 3:08 p.m.