You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Capture and parse a formula expression as a `Formula` struct.
Was this supposed to be changed to FormulaTerm at some point of time? Because currently the @formula macro returns a FormulaTerm struct. I am happy to make changes to the docstrings for this
The text was updated successfully, but these errors were encountered:
the documentation for
@formula
macro refers to theFormula
struct, but as far as I can tell there is no suchstruct
defined. See here:StatsModels.jl/src/formula.jl
Line 26 in e029ef4
Was this supposed to be changed to
FormulaTerm
at some point of time? Because currently the@formula
macro returns aFormulaTerm
struct. I am happy to make changes to the docstrings for thisThe text was updated successfully, but these errors were encountered: