fitModelandcalcFC: Function to apply fitModel() then calcFC(), and return the...

Description Usage Arguments Value

View source: R/Module_Sub_boots_functions.R

Description

Function to apply fitModel() then calcFC(), and return the pt.fc

Usage

1
2
3
4
5
6
7
fitModelandcalcFC(
  data = NULL,
  fitmodel.args = list(model = NULL, settings = NULL),
  calcfc.args = list(fc.yr = NULL, settings = NULL),
  predictors = NULL,
  covariates = NULL
)

Arguments

data

output from prepData

fitmodel.args

model fitting specs as per fitModel

calcfc.args

forecast specs as per calcFC

Value

point forecast.


MichaelFolkes/forecastR_package documentation built on April 4, 2021, 5:14 a.m.