ModelHistory: ModelHistory

Description Usage Arguments

View source: R/ModelHistory.R

Description

This function takes an aggregate dataset, the type of model ("TREE","GLM") and the number of days you'd like to predict backwards

Usage

1

Arguments

data

The aggregate dataset to be repeatedly split and re-trained on each day.

model

The type of model to run (a) "TREE" or (b) "GLM"

n

The number of days back you'd like to predict for.

options

(a) "NoTrial" returns OGstrWLtree, (b) "7Trials" returns strWLtree w/7 trials, (c) "sprWL" depending on model arguement either TREEsprWL or GLMsprWL, (d) "OGglm" returns ogGLM strWL.


dennist2/MerlinV1 documentation built on Dec. 11, 2019, 8:41 p.m.