get.hyper.terms: Get any new hyper terms from formula

Description Usage Arguments Value Examples

Description

If the "a - b" formula requires the creation of a new hyper terms (one of a or b is .), return them. Can also be of the form "a > b"

Usage

1

Arguments

formula

Single component of a hierlm formula

sep

a paste separator for creating hyper terms

Value

Vector of c(nonhyper, hyper, is.interaction), if a new one was created; or c(left, right, NA) if both terms are given; or c() if not an "a - b" expression

Examples

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

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