Description Usage Arguments Value
This function loads data in two pieces, X and y. Then it selects the subset of variables that minimize multicollinearity using a mixed-integer optimization framework.
1 | vifmiqo(X, y, alpha = 5)
|
X |
Dataframe containing potential covariates and their values |
y |
Dataframe with output values corresponding to X |
alpha |
Optional- standard constraint > 1 |
A list containing the optimal subset of parameters ("") and the corresponding total number selected ("S"), R^2 for linear regression ("Rsq"), and VIF value ("VIF_max")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.