.get_RHS {LMMELSM} | R Documentation |
Get RHS terms or variables.
Description
Get RHS terms or variables.
Usage
.get_RHS(formula, terms = TRUE)
Arguments
formula |
Formula. |
terms |
Logical (Default: TRUE). Whether to return the terms (TRUE) or the variables (FALSE). E.g., "I(x^2)" vs "x" |
Value
Character vector.
Author(s)
Stephen R. Martin
[Package LMMELSM version 0.2.0 Index]