We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
It would be very cool to add a formula interface for fitting HAL additive models.
So if X has two columns x1, x2 you could write
X
x1, x2
fit_hal(..., formula = "x1 + x2")
and it would fit a 1-degree HAL
fit_hal(..., formula = "x1*x2")
would fit the 2-degree HAL, etc...