tidyverts/fasster

Add support for conditional modelling

mitchelloharawild opened this issue · 1 comments

Potential UI:

FASSTER(y ~ poly(1) + G %S% (trig(12)) + (G == "A") %only% (x + z))

Resolved by 24a3e55
Uses %?% to conditionally model.