plot_all: Full Diagnostic Plot Suite

View source: R/plots.R

plot_allR Documentation

Full Diagnostic Plot Suite

Description

Displays comprehensive multi-panel diagnostic plot suite.

Usage

plot_all(fit, ask = grDevices::dev.interactive(), save_to_file = NULL)

Arguments

fit

Fitted model.

ask

Logical; if TRUE prompts user.

save_to_file

Optional file path to save plot grid.

Value

No return value, called for side effects (displays a 2x3 grid of diagnostic plots or saves them to a file).


MultiFrailty documentation built on Aug. 8, 2026, 1:07 a.m.