## S3 method for class 'fdm':
forecast(object, h = 50, level=80, jumpchoice = c("fit", "actual"), method =
"arima", warnings=FALSE, ...)
fdm
.warnings=FALSE
.forecast.ftsm
.fmforecast
with the following components:lcaout
object.lcaout
object.forecast
containing the coefficients and their forecasts.obj
.fdm
, forecast.lca
, forecast.ftsm
.france.fit <- fdm(fr.mort,order=2)
france.fcast <- forecast(france.fit,50)
plot(france.fcast)
models(france.fcast)
Run the code above in your browser using DataLab