reg.linreg: Linear regression processor

Description Usage Arguments Examples

View source: R/reg.linreg.R

Description

This function will take a data frame and the dependent variable and fit all possible combinations of models. The result will be a data frame of models and test statistics for all the models possible. The test statistics are current set and contain all the following: R-squared, Adjusted R-squared, Degree of freedom, Residual standard error, AIC, BIC, Durbin-Watson statistic.

Usage

1
reg.linreg(dataframe,dependent)

Arguments

dataframe

:a data frame, which includes the dependent variable

dependent

:dependent variable

Examples

1

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

Related to reg.linreg in PMmisc...