Compute correlation summaries and VIF-style diagnostics for a packaged real dataset.
Examples
diag_bromhexine <- diagnose_real_data("bromhexine")
names(diag_bromhexine)
#> [1] "dataset" "n" "p"
#> [4] "predictor_correlations" "response_correlations" "vif"
#> [7] "notes"