Quick plot all three main plots in sequence
qplot_all(
result,
start_year = NULL,
unit_name = "Treated Unit",
outcome_label = "Outcome",
treatment_label = "Treatment",
show_ci = TRUE,
pause = TRUE
)List of ggplot objects (invisibly)
Output from run_scm_spillover
First year of treatment period
Name of treated unit (default "Treated Unit")
Label for outcome variable (default "Outcome")
Label for treatment (default "Treatment")
Logical, whether to show confidence bands (default TRUE)
Logical, whether to pause between plots (default TRUE)