promotion.model: generate final input data and fit promotion model

Description Usage

View source: R/promotion_impact.R

Description

generate final input data and fit promotion model

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
promotion.model(
  data,
  time.field = "date",
  target.field = "value",
  dummy.field = NULL,
  logged = TRUE,
  differencing = TRUE,
  trend = TRUE,
  period = "auto",
  structural.change = FALSE,
  trend.param = 0.05,
  period.param = 3
)

promotionImpact documentation built on April 13, 2021, 5:06 p.m.