For a given test market find the best control markets using time series matching and analyze the impact of an intervention. The intervention could be be a marketing event or some other local business tactic that is being tested. The workflow implemented in the Market Matching package utilizes dynamic time warping (the 'dtw' package) to do the matching and the 'CausalImpact' package to analyze the causal impact. In fact, this package can be considered a "workflow wrapper" for those two packages.
Version: | 1.1.2 |
Depends: | R (≥ 3.5.0) |
Imports: | data.table, ggplot2, dplyr, utils, iterators, doParallel, parallel, foreach, reshape2, CausalImpact, zoo, bsts, scales, dtw |
Suggests: | knitr, rmarkdown |
Published: | 2019-07-03 |
Author: | Larsen Kim [aut, cre] |
Maintainer: | Larsen Kim <kblarsen4 at gmail.com> |
License: | GPL (≥ 3) |
NeedsCompilation: | no |
Materials: | README |
CRAN checks: | MarketMatching results |
Reference manual: | MarketMatching.pdf |
Vignettes: |
MarketMatching Vignette |
Package source: | MarketMatching_1.1.2.tar.gz |
Windows binaries: | r-devel: MarketMatching_1.1.2.zip, r-release: MarketMatching_1.1.2.zip, r-oldrel: MarketMatching_1.1.2.zip |
macOS binaries: | r-release: MarketMatching_1.1.2.tgz, r-oldrel: MarketMatching_1.1.2.tgz |
Old sources: | MarketMatching archive |
Please use the canonical form https://CRAN.R-project.org/package=MarketMatching to link to this page.