absolute_value.plot | R Documentation |
absolute_value.plot
returns chart for daily absolute values using GeoLift output.
absolute_value.plot(
GeoLift,
plot_type = "ATT",
treatment_end_date = NULL,
frequency = "daily",
plot_start_date = NULL,
title = "",
subtitle = "",
notes = "",
ROPE = FALSE,
post_treatment_periods = 0,
...
)
GeoLift |
GeoLift object. |
plot_type |
Can be either ATT or Incrementality. Defaults to ATT. |
treatment_end_date |
Character that represents a date in year-month-day format. |
frequency |
Character that represents periodicity of time stamps. Can be either weekly or daily. Defaults to daily. |
plot_start_date |
Character that represents initial date of plot in year-month-day format. |
title |
Character for the title of the plot. NULL by default. |
subtitle |
Character for the subtitle of the plot. NULL by default. |
notes |
String to add notes to the plot. Empty by default. |
ROPE |
A logic flag indicating whether to plot the region of practical equivalence (ROPE) at a 90% percentile. FALSE by default. |
post_treatment_periods |
Number of post-treatment periods. Zero by default. |
... |
additional arguments |
Daily Incremental or ATT plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.