Calculate the variance inflation factor (VIF) of the eigenvectors in the spatial filter.
vif.ev(x = NULL, evecs, na.rm = TRUE)Returns a vector containing the VIF for each eigenvector.
This function assumes a linear model which ensures the uncorrelatedness of the eigenvectors. Note that regression weights or the link function used in generalized linear models can corrupt this property.