CRAN
MarketMatching 1.1.1
Market Matching and Causal Impact Inference
Released Nov 14, 2018 by Larsen Kim
Dependencies
ggplot2 3.1.0 data.table 1.11.8 dplyr 0.7.8 zoo 1.8-3 iterators 1.0.10 dtw 1.20-1 doParallel 1.0.14 reshape2 1.4.3 scales 1.0.0 foreach 1.4.4 CausalImpact 1.2.3 bsts 0.8.0
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 MarketMatching 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.