powered by
Convert CI-style formula Y ~ X | Z into regression-style Y ~ X + Z
unclean_formula(formula)
A standard formula of the form Y ~ X + Z1 + Z2.
A formula of the form Y ~ X | Z1 + Z2, or already Y ~ X + Z1 + Z2.