powered by
Return a copy of the table with an additional loading added
setLoading(object, loading = 0)# S4 method for mortalityTable setLoading(object, loading = 0)
# S4 method for mortalityTable setLoading(object, loading = 0)
A life table object (instance of a mortalityTable class)
mortalityTable
The additional (security) loading to be added to the table.
mortalityTable: Return the life table with the given loading set
# NOT RUN { mortalityTables.load("Austria_Census") # Austrian census mortality 2011 reduced by 30% setLoading(mort.AT.census.2011.male, loading = -0.3) # }
Run the code above in your browser using DataLab