View source: R/diagnose_real_data.R
| diagnose_real_data | R Documentation |
Compute correlation summaries and VIF-style diagnostics for a packaged real dataset.
diagnose_real_data(dataset, cor_threshold = 0.7)
dataset |
A packaged dataset name or |
cor_threshold |
Absolute-correlation threshold used when reporting predictor pairs and predictor-response associations. |
A list with correlation and VIF summaries.
diag_bromhexine <- diagnose_real_data("bromhexine")
names(diag_bromhexine)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.