Description Usage Arguments Examples
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.
1 | reg.linreg(dataframe,dependent)
|
dataframe |
:a data frame, which includes the dependent variable |
dependent |
:dependent variable |
1 | reg.linreg(mtcars,"mpg")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.