tidyverts / fabletools

General fable features useful for extension packages
http://fabletools.tidyverts.org/
89 stars 31 forks source link

Consider allowing `across()` to be used in model formula response #185

Closed mitchelloharawild closed 3 years ago

mitchelloharawild commented 3 years ago

Closing as a strict requirement of {fabletools} is that the models all contain the same response variable(s). Multivariate forecasting is possible using vars(y1, y2) on the LHS, however I would expect across() to produce the same models for different response variables.