Learn R Programming

lifecontingencies (version 1.1.10)

show-methods: Methods for Function show

Description

Methods for function show

Arguments

Examples

Run this code
#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
		show(soa08)

Run the code above in your browser using DataLab