flc.plot: Miscellaneous plotting functions for 'lca' and 'lca.rh' type...

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Plots the forecasted period effect and life expectancy of the fitted Lee-Carter model in a single graphical window.

Usage

1
flc.plot(lca.obj, at = 65, ...)

Arguments

lca.obj

an object of class lca

at

target age at which to calculate life expectancy

...

additional arguments to forecast function

Details

It makes use of a univariate ARIMA process (i.e. random walk with drift) in order to extrapolate the period effect k_t, which is illustrated by the fitted calendar years together with the corresponding forecasted life expectancy at the specified target age.

Value

Plot

Author(s)

Z. Butt and S. Haberman and H. L. Shang

See Also

residual_plots, fitted_plots, fle.plot, forecast, life.expectancy

Examples

1
2
mod6 <- lca.rh(dd.cmi.pens, mod='lc', interpolate=TRUE)
flc.plot(mod6, at=60, h=30, level=90)

ilc documentation built on May 2, 2019, 5:07 a.m.