promotion.model {promotionImpact} | R Documentation |
generate final input data and fit promotion model
Description
generate final input data and fit promotion model
Usage
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
)
[Package promotionImpact version 0.1.5 Index]