View source: R/VIF_selection_function.R
VIF_selection | R Documentation |
This function takes a matrix of variables and excludes those who exhibit a variance inflation factor higher than 3 for giving matrix of response variables. It uses the function vif.cca() from package vegan.
VIF_selection(Y, X)
Y |
A matrix of response variables |
X |
A matrix of predictor variables from which multicolinear variables will be excluded. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.