Miscellaneous plotting functions for lca and lca.rh type regression objects. Plot of forecasted Lee-Carter model based on a fitted model object
Plots the forecasted period effect and life expectancy of the fitted Lee-Carter model in a single graphical window.
flc.plot(lca.obj, at = 65, ...)
lca.obj |
an object of class |
at |
target age at which to calculate life expectancy |
... |
additional arguments to |
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.
Plot
Z. Butt and S. Haberman and H. L. Shang
mod6 <- lca.rh(dd.cmi.pens, mod='lc', interpolate=TRUE) flc.plot(mod6, at=60, h=30, level=90)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.