calc_vif | R Documentation |
This function prints the variance inflation factors
(VIFs) calculated using the vif
function in the R
package car
to a text file. A VIF > 10 indicates significant multicollinearity.
It means that the standard error for the beta or coefficient of the
predictor in question is more than ten times higher than if the predictor
is independent of the other predictors.
calc_vif(output_reg, file)
output_reg |
A list outputted from the |
file |
Output file directory |
This function outputs a text file containing the VIF for each predictor in the model.
Kevin Surya
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.