.get_RHS {LMMELSM} | R Documentation |
Get RHS terms or variables.
.get_RHS(formula, terms = TRUE)
formula |
Formula. |
terms |
Logical (Default: TRUE). Whether to return the terms (TRUE) or the variables (FALSE). E.g., "I(x^2)" vs "x" |
Character vector.
Stephen R. Martin