ebenmichael / augsynth

Augmented Synthetic Control Method
MIT License
143 stars 52 forks source link

Suppress message `Joining with `by = join_by(Level)` #103

Open MichaelGuggisberg-meraki opened 1 month ago

MichaelGuggisberg-meraki commented 1 month ago

When calling plot on class multisynth.summary it outputs a message Joining with by = join_by(Level).

This should be able to be fixed by changing line 913 of multisynth_class.R to summ$att %>% inner_join(last_times, by = "Level") %>%