mortalityTable
object(s). Returns a mortalityTable.trendProjection
objectSet/Add a trend vector for the probabilities of the given mortalityTable
object(s). Returns a mortalityTable.trendProjection
object
mT.setTrend(
table,
trend,
trendages = NULL,
baseYear = NULL,
dampingFunction = identity
)mT.addTrend(
table,
trend,
trendages = NULL,
baseYear = NULL,
dampingFunction = identity
)
A life table object (instance of a mortalityTable
class) or a list, table or array of mortalityTable objects
Trend vector to be applied to the mortality table
Ages corresponding to the values of the trend
vector
Base year for the trend projection (passed on to mortalityTable.trendProjection
)
Trend damping (passed on to mortalityTable.trendProjection
)
mT.addTrend()
: Add a trend to the mortality table (returns a mortalityTable.trendProjection obect)