| prediction_cor_to_vif | R Documentation |
gam_cor_to_vif across correlation valuesDataframe with predicted VIF threshold corresponding to a given correlation threshold..
data(prediction_cor_to_vif)
A dataframe with 901 rows and 2 numeric columns:
Maximum allowed pairwise correlation, from 0.10 to 1.00 in steps of 0.001.
Predicted VIF threshold corresponding to each max_cor.
Values were generated by applying mgcv::predict.gam() to the fitted model gam_cor_to_vif and rounding to three decimal places.
Other experiments:
experiment_adaptive_thresholds,
experiment_cor_vs_vif,
gam_cor_to_vif
data(prediction_cor_to_vif)
head(prediction_cor_to_vif)
plot(max_vif ~ max_cor, data = prediction_cor_to_vif, type = "l")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.