h_add_terms {mmrm} | R Documentation |
Add Formula Terms with Character
Description
Add formula terms from the original formula with character representation.
Usage
h_add_terms(f, adds, drop_response = FALSE)
Arguments
f |
( |
adds |
( |
drop_response |
( |
Details
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.
Value
A new formula with elements in drops
removed.
[Package mmrm version 0.3.15 Index]