View source: R/Module_calcFC.R
calcFC | R Documentation |
Calculate a forecast from a single statistical model
calcFC( fit.obj = NULL, data = NULL, data.sibreg = NULL, fc.yr = NULL, settings = NULL, tracing = FALSE, predictors = NULL, covariates = NULL )
fit.obj |
A list, created by |
data |
A list. Equal to the element named |
data.sibreg |
A data frame. Equal to the element named |
fc.yr |
An integer of length one. The forecast year. If NULL (the default), then calculate as the year after the last run year in the data set. |
settings |
A list. The model-specific list of settings used in |
tracing |
A Boolean. Default is FALSE |
predictors |
A list. Optional input needed for return rate model. Equal to the element named |
covariates |
A list. Optional input needed for covariate model. Equal to the element named |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.