cmlr: Chatterjee Multiple Linear Regression

Description Usage Arguments Examples

Description

Performs multiple linear regression (with transformations) using the methodology taught by Dr. Arunendu Chatterjee for Fall 2016.

Usage

1
cmlr(x, vif.lim = 10, plot.out = FALSE, trace = 2, dir = "both")

Arguments

x

a data frame for regression, where the first column is the dependent variable.

vif.lim

the maximum vif allowed when removing variables due to multicollinearity.

plot.out

a boolen value indicating whether to provide diagnostic plots.

trace

a nonnegative integer [0, 2], indicating how much diagnostic and processing information to print as the function runs. Specifically, 0 will print no information, 1 will print the initial and final models, and 2 will print everything.

dir

the direction in which you want to do stepwise model selection.

Examples

1
cmlr()

jack-thomas/uwrfRegression documentation built on May 18, 2019, 7:16 a.m.