ezr.make_rformula: R Formula Creation

Description Usage Arguments Value

Description

Easily create a formula for R models. This can help save time when there are many different variables as you can pass them in as a vector.

Usage

1

Arguments

x

The x variables in your model.

y

The y variable in your model.

Value

Returns a formula that you can plug into R models such as lm(returned_formula, data=mtcars)


jmp1989/easyr documentation built on May 20, 2019, 7:25 a.m.