Translates formula_list
objects into a Formula::Formula
Arguments
- fmllst
A
formula_list
classed object.- drop_lhs
An integer vector.
Used as a selection vector to remove left hand side names prior to generating the
Formula
object. This vector must be composed of integers (e.g., 1L and not 1).This is useful for some
Formulas
that do not have a separate LHS for each LHS model part (e.g.,pscl::zeroinfl
) but are required to have separte LHS parts byformula_list
.
Value
A Formula::Formula
object.