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

PMmisc documentation built on May 1, 2019, 9:57 p.m.

Related to reg.model in PMmisc...