Learn R Programming

promotionImpact (version 0.1.5)

create.smooth.vars: calculate smoothed values imitated promotion sales

Description

calculate smoothed values imitated promotion sales

Usage

create.smooth.vars(
  target.data,
  promotion.data,
  smooth.except.date = NULL,
  smooth.bandwidth = 2,
  smooth.origin = "all",
  smooth.var.sum = TRUE,
  smooth.scale = "minmax"
)

Arguments