get.formula.terms: Extract the terms from an lm formula

Description Usage Arguments Value Examples

Description

Return a list of terms in an lm formula, in the order they appear

Usage

1

Arguments

formula

lm-style formula

all.names

boolean to extract every unique name

Value

Vector of the terms in the lm formula

Examples

1
get.formula.terms(Sepal.Length ~ Petal.Length + Species + Sepal.Width : Species)

jrising/hierlm documentation built on May 31, 2019, 8:08 a.m.