create_fmla: Create a formula

Description Usage Arguments Details

Description

Funcion to create formula from x and y variables.

Usage

1
create_fmla(y = NULL, x = NULL, as_fmla = TRUE)

Arguments

y

character. Y variable,

x

character. x variable,

as_fmla

logical. Indicates whether to return a formula,

Details

Implements independent regressor only (not interaction terms). This originally spawned in my NBA project.


tonyelhabr/temisc documentation built on May 26, 2019, 5:44 p.m.