do.MortalityForecasts: Perform Multiple Forecast of Mortality Using Various Models

Description Usage Arguments Examples

View source: R/do_MortalityForecasts.R

Description

Perform Multiple Forecast of Mortality Using Various Models

Usage

1
2
do.MortalityForecasts(object, h, level = 95, jumpchoice = c("actual",
  "fit"), verbose = TRUE, ...)

Arguments

object

An object of class MotalityModels generated by the do.MortalityModels function.

h

Number of years to be forecast in the future.

level

Significance level of the confidence interval.

jumpchoice

Method used for computation of jumpchoice. Possibilities: "actual" (use actual rates from final year) and "fit" (use fitted rates).

verbose

A logical value. Set verbose = FALSE to silent the process that take place inside the function and avoid progress messages.

...

Arguments to be passed to or from other methods.

Examples

1
# For examples go to ?do.MortalityModels

mpascariu/MortalityForecast documentation built on Sept. 28, 2020, 2:40 p.m.