Learn R Programming

LMMELSM (version 0.2.0)

.get_formula_names: Get names in formula.

Description

Get names in formula.

Usage

.get_formula_names(flist, formula = TRUE)

Value

List of lists.

Arguments

flist

List of formulas.

formula

Logical. Whether to return the raw RHS (TRUE) or the vars needed (FALSE).

Author

Stephen R. Martin