h_add_terms {mmrm} | R Documentation |
Add formula terms from the original formula with character representation.
h_add_terms(f, adds, drop_response = FALSE)
f |
( |
adds |
( |
drop_response |
( |
Elements in adds
will be added from the formula, while the environment
of the formula is unchanged. If adds
is NULL
or character(0)
, the formula is
unchanged.
A new formula with elements in drops
removed.