Description Usage Arguments Examples
Performs multiple linear regression (with transformations) using the methodology taught by Dr. Arunendu Chatterjee for Fall 2016.
1  | 
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.  | 
1  | cmlr()
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.