Assembles a compact, consistent overview of a fitted model in a single
figure: the coefficient estimates, the predicted effect of a focal predictor,
a residuals-against-fitted plot and a normal Q-Q plot, with a subtitle of key
fit statistics. It is a convenience wrapper that composes several depictr
plots with arrange_plots(), and serves well for a rapid model review or a
report appendix.
Arguments
- model
A fitted
lmorglmmodel.- predictor
Focal predictor for the effect panel. If
NULL, the first numeric predictor (or, failing that, the first predictor) is used.- standardise
Whether the coefficient panel shows standardised coefficients (each scaled by its predictor's standard deviation). Defaults to
TRUE, which keeps the panel readable in this compact overview by putting predictors on a common scale; setFALSEfor raw estimates.- title
Overall title.
- subtitle
Overall subtitle. If
NULL, a line of fit statistics (number of observations, R-squared and AIC) is used.
Value
A 'patchwork' object (printable like a ggplot2::ggplot).


