Learn R Programming

LMMELSM (version 0.2.0)

.get_RHS: Get RHS terms or variables.

Description

Get RHS terms or variables.

Usage

.get_RHS(formula, terms = TRUE)

Value

Character vector.

Arguments

formula

Formula.

terms

Logical (Default: TRUE). Whether to return the terms (TRUE) or the variables (FALSE). E.g., "I(x^2)" vs "x"

Author

Stephen R. Martin