Learn R Programming

tidylearn (version 0.1.0)

tl_diagnostic_dashboard: Create a comprehensive diagnostic dashboard

Description

Create a comprehensive diagnostic dashboard

Usage

tl_diagnostic_dashboard(
  model,
  include_influence = TRUE,
  include_assumptions = TRUE,
  include_performance = TRUE,
  arrange_plots = "grid"
)

Value

A plot grid with diagnostic plots

Arguments

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")