Learn R Programming

PMmisc (version 0.1.2)

reg.model: Linear model generator

Description

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

Usage

reg.model(dataframe,dependent)

Arguments

dataframe

:a data frame

dependent

: dependent variable

Examples

Run this code
# NOT RUN {
reg.model(mtcars,"mpg")
# }

Run the code above in your browser using DataLab