create_pred_backbone: Create backbone of data elements for prediction

Description Usage Arguments Value

Description

Loads the baseline data and creates the backbone data.frame.

Usage

1
2
create_pred_backbone(geography, revtype, begMonth, endMonth,
  dt_center = "2012-01-01")

Arguments

geography

Character scalar. In: c("usa", "can", "ccr", "jap", "lt", "uk", "ger", "fra", "cmg", "iEUR").

revtype

One of c("physical", "digital", "streaming").

begMonth

The beginning month for which to create a dataset from. Format= "YYYY-MM-DD"

endMonth

The ending month for which to create a dataset from. Format= "YYYY-MM-DD"

dt_center

The centering date. Should be "2012-01-01" unless models are refreshed.

Value

A data.frame as specified by parameter inputs.


alexWhitworth/concord documentation built on May 11, 2019, 11:25 p.m.