Description Usage Arguments Value
View source: R/Models_creation.R
Create models' formulas based on the target and the shortlisted regressors.
1 | Models_creation(x, Target, limit, NoIntercept)
|
x |
A vector of variables' names that represent your shortlisted regressors |
Target |
The colname of your targeted variable |
limit |
The maximum number of regressors |
NoIntercept |
If you would like to have No Intercept models in addition (TRUE or FALSE) |
A dataframe containing all the formulas.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.