Plot a forecast from a Stochastic Mortality Model
Plot a forecasted Stochastic Mortality Model of class "forStMoMo"
.
## S3 method for class 'forStMoMo' plot(x, nCol = 2, parametricbx = TRUE, only.kt = FALSE, only.gc = FALSE, colour = "grey60", ...)
x |
an object of class |
nCol |
number of columns to use in the plot. |
parametricbx |
if |
only.kt |
If |
only.gc |
If |
colour |
colour to use in the prediction intervals. |
... |
additional arguments to control graphical appearance.
See |
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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.