Learn R Programming

SUMMER (version 0.1.0)

projINLA_multi: Function to obtain smoothed estimates from fitted INLA object.

Description

Function to obtain smoothed estimates from fitted INLA object.

Usage

projINLA_multi(fitted, proj.time, ntime, which.area, quantiles,
  return_raw = FALSE)

Arguments

fitted

Fitted object from fitINLA.

proj.time

String vector of the time periods to project into the future.

ntime

Number of time periods with observation.

which.area

String of which area to project.

quantiles

Posterior credible interval to return.

return_raw

Logical indicator of whether raw posterior draws or summary statistics is returned. Default to FALSE.

Value

Smoothed model estimates from the provided INLA fit

See Also

countrySummary