Learn R Programming

lifecontingencies (version 1.3.1)

getOmega: Function to return the terminal age of a life table.

Description

This function returns the \(\omega\) value of a life table object, that is, the last attainable age within a life table.

Usage

getOmega(object)

Arguments

object

A life table object.

Value

A numeric value representing the \(\omega\) value of a life table object

Warning

The function is provided as is, without any guarantee regarding the accuracy of calculation. We disclaim any liability for eventual losses arising from direct or indirect use of this software.

References

Actuarial Mathematics (Second Edition), 1997, by Bowers, N.L., Gerber, H.U., Hickman, J.C., Jones, D.A. and Nesbitt, C.J.

See Also

'>actuarialtable

Examples

Run this code
# NOT RUN {
		#assumes SOA example life table to be load
		data(soaLt)
		soa08=with(soaLt, new("lifetable",
		x=x,lx=Ix,name="SOA2008"))
		#the last attainable age under SOA life table is
		getOmega(soa08) 

# }

Run the code above in your browser using DataLab