buildForecastIDs.heddata: Create the row IDs for forecast accuracy (hed approach)

Description Usage Arguments

View source: R/calcForecastError.R

Description

Generate a vector of row IDs for use in forecast accuracy tests (hed approach)

Usage

1
2
3
## S3 method for class 'heddata'
buildForecastIDs(time_cut, hpi_df, forecast_length = 1,
  train = TRUE)

Arguments

time_cut

Period after which to cut off data

hpi_df

Data to be converted to training or scoring

forecast_length

default = 1; Length of forecasting to do

train

Default=TRUE; Create training data? FALSE = Scoring data


hpiR documentation built on April 1, 2020, 5:09 p.m.