model_painter: A function for painting all these happy little observations...

View source: R/model_painter.R

model_painterR Documentation

A function for painting all these happy little observations and predictions found in your MMM model

Description

This function allows you to brush those time series without regrets

Usage

model_painter(modell = model1)

Arguments

modell

the model you have created. Dependent variable in thicc blue columns, model predictions a solid red line.

Examples

model_painter(modell = sales_model) ## this will paint a nice observed vs. predicted time series plot
model_painter()

benetheking/maRketingscience documentation built on May 17, 2022, 5:57 a.m.