get_best_model: Extract and Summarise the Best Model

get_best_modelR Documentation

Extract and Summarise the Best Model

Description

Identifies the top-ranked model from the comparison table, prints its coefficients, fit statistics, hypothesis test results, and runs residual diagnostics.

Usage

get_best_model(results, comparison, dat, verbose = FALSE)

Arguments

results

A named list of model results as returned by fit_all_models().

comparison

A data frame as returned by compare_models().

dat

A data frame with columns time and MR.

verbose

Logical. If TRUE, prints coefficients, fit statistics, and diagnostic interpretation to the console via message(). Default FALSE.

Value

The model result list for the best model (the success = TRUE list returned by the corresponding fit_*() function).


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