Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

plot.forStMoMo

Plot a forecast from a Stochastic Mortality Model


Description

Plot a forecasted Stochastic Mortality Model of class "forStMoMo".

Usage

## S3 method for class 'forStMoMo'
plot(x, nCol = 2, parametricbx = TRUE, only.kt = FALSE,
 only.gc = FALSE,  colour = "grey60", ...)

Arguments

x

an object of class "forStMoMo" with the forecast of a stochastic mortality model.

nCol

number of columns to use in the plot.

parametricbx

if FALSE parametric age-modulating terms, which don't need to be estimated, are not plotted.

only.kt

If TRUE only the period indexes of the model are plotted.

only.gc

If TRUE only the cohort index of the model is plotted. This argument is ignored if only.kt is TRUE.

colour

colour to use in the prediction intervals.

...

additional arguments to control graphical appearance. See plot.

See Also

Examples

wxt <- genWeightMat(55:89,  EWMaleData$years, clip = 3)
APCfit <- fit(apc(), data = EWMaleData, ages.fit = 55:89, wxt = wxt)
APCfor <- forecast(APCfit)
plot(APCfor)
plot(APCfor, parametricbx = FALSE, nCol = 3)
plot(APCfor, only.kt = TRUE)
plot(APCfor, only.gc = TRUE, lwd = 2)

StMoMo

Stochastic Mortality Modelling

v0.4.1
GPL (>= 2)
Authors
Andres Villegas <andresmauriciovillegas@gmail.com>, Pietro Millossovich <Pietro.Millossovich.1@city.ac.uk>, Vladimir Kaishev <Vladimir.Kaishev.1@city.ac.uk>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.