reg.model: Linear model generator

Description Usage Arguments Examples

View source: R/reg.model.R

Description

This function will take a data frame and generate all the combinations of linear model

Usage

1
reg.model(dataframe,dependent)

Arguments

dataframe

:a data frame

dependent

: dependent variable

Examples

1

YRmisc documentation built on March 25, 2020, 5:13 p.m.

Related to reg.model in YRmisc...