| tl_diagnostic_dashboard | R Documentation |
Create a comprehensive diagnostic dashboard
tl_diagnostic_dashboard(
model,
include_influence = TRUE,
include_assumptions = TRUE,
include_performance = TRUE,
arrange_plots = "grid"
)
model |
A tidylearn model object |
include_influence |
Logical; whether to include influence diagnostics |
include_assumptions |
Logical; whether to include assumption checks |
include_performance |
Logical; whether to include performance metrics |
arrange_plots |
Layout arrangement (e.g., "grid", "row", "column") |
A plot grid with diagnostic plots
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.