diagnostic_interpretation: Interpret Residual Diagnostic Tests

diagnostic_interpretationR Documentation

Interpret Residual Diagnostic Tests

Description

Runs four residual diagnostic tests on the best model and prints a plain-language interpretation of each result.

Usage

diagnostic_interpretation(best_model, verbose = FALSE)

Arguments

best_model

A model result list (the success = TRUE list returned by any fit_*() function).

verbose

Logical. If TRUE, prints the interpretation to the console via message(). Default FALSE.

Value

A list (returned invisibly) with elements shapiro, dw, bp, and runs — the raw test objects from shapiro.test, dwtest, bptest, and runs.test respectively.


dryingkineticmodels documentation built on July 21, 2026, 5:09 p.m.