Last chance! 50% off unlimited learning
Sale ends in
This function returns the
getOmega(object)
A life table object.
A numeric value representing the
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.
Actuarial Mathematics (Second Edition), 1997, by Bowers, N.L., Gerber, H.U., Hickman, J.C., Jones, D.A. and Nesbitt, C.J.
# 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