Description Usage Arguments Value See Also
This function will try and add a new predictor to a current model. A predictor will be added if it has minimum p-value among all predictors and its p-value is below a certain threshold
| 1 | 
| fitCurrent | the current model of type "lm" | 
| fullmodel | a linear model containing all possible predictors. Typically of the form lm(y~., data=data) | 
| aEnter | the threshold for adding the predictor, set to 0.1 be default | 
| forcedOut | vector of predictors that will be forced out of the final model | 
an updated linear model of type "lm"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.