create_formula_objects: Hierarchical Formula Generation

Description Usage Arguments Value Examples

Description

Hierarchical Formula Generation

Usage

1
create_formula_objects(outcome, block1, ...)

Arguments

outcome

The dependent variable of the hierarchical model

block1

A character vector, with names of variables. The first block of independent variables.

...

A character vector, with names of variables. Subsequent blocks of independent variables.

Value

A list of lm formulas

Examples

1
2
3
create_formula_objects("y", c("lag.quarterly.revenue"), c("price.index"))
create_formula_objects("y", c("lag.quarterly.revenue"), c("price.index",
"income.level"))

alishinski/AutoModel documentation built on May 12, 2019, 5:37 a.m.