mods2022: SVD-Comp Models Data Set - 'mods2022'.

mods2022R Documentation

SVD-Comp Models Data Set - 'mods2022'.

Description

An R object containing a hierarchy of lists that contain SVD-derived components, estimated model coefficients, and other parameter values necessary to predict new 1qx values using the SVD Component mortality model indexed by child/child-adult mortality implemented by the 'svdComp5q0()' function. The model objects have been 'cleaned' to remove large collections of data that are not necessary to perform predictions - this dramatically reduces their size. This is the 2022 version of the models that includes additional Human Mortality Database life tables available after the Demography paper was published.

Usage

mods2022

Format

An R list object with members:

Female:
comps: 4 raw SVD-derived components
comps.sm: 4 smoothed SVD-derived components
aml: lm() model object for adult mortality model
v1: lm() model object for v1
v2: lm() model object for v2
v3: lm() model object for v3
v4: lm() model object for v4
offset: offset used when calculating SVD
q0: lm() model object for mortality at age 0
rownames: row labels for the predicted values
Male:
comps: 4 raw SVD-derived components
comps.sm: 4 smoothed SVD-derived components
aml: lm() model object for adult mortality model
v1: lm() model object for v1
v2: lm() model object for v2
v3: lm() model object for v3
v4: lm() model object for v4
offset: offset used when calculating SVD
q0: lm() model object for mortality at age 0
rownames: row labels for the predicted values

Source

See model development in https://arxiv.org/abs/1612.01408


sinafala/svdComp5q0 documentation built on Sept. 25, 2022, 5:10 a.m.