powered by
gam_cor_to_vif
Dataframe 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.
max_cor
Values were generated by applying mgcv::predict.gam() to the fitted model gam_cor_to_vif and rounding to three decimal places.
mgcv::predict.gam()
Other experiments: experiment_adaptive_thresholds, experiment_cor_vs_vif, gam_cor_to_vif
experiment_adaptive_thresholds
experiment_cor_vs_vif
data(prediction_cor_to_vif) head(prediction_cor_to_vif) plot(max_vif ~ max_cor, data = prediction_cor_to_vif, type = "l")
Run the code above in your browser using DataLab