getCdf: 'getCdf' - Get the Cdf from a continous life table

Description Usage Arguments Value See Also Examples

Description

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

Usage

1
getCdf(object, ...)

Arguments

object

A life table object

Value

a function coresponding to the CDF that defined the life table. If you'r life table is multidimentional, so will be the CDF.

See Also

Lx, getAgeMax, TableMortContinue, getTable

Examples

1
2
3
4
5
6
getCdf(expolaw)(10)
getCdf(expolaw2)(30)
## Not run: 
getCdf(th002d)(5)

## End(Not run)

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