Skip to contents

Prints the compact print.fb4_result output followed by a detailed section with execution metadata (backend, version, timing) and method-specific diagnostics: optimisation tolerances for traditional methods, statistical details and profile-likelihood availability for MLE, success rate and percentiles for bootstrap, and individual/population parameter distributions for hierarchical fits. Daily output column availability is reported at the end.

Usage

# S3 method for class 'fb4_result'
summary(object, ...)

Arguments

object

fb4_result object

...

Additional arguments (not used)

Value

Invisibly returns the input object

Examples

if (FALSE) { # \dontrun{
result <- run_fb4(bio, fit_to = "Weight", fit_value = 150)
summary(result)
} # }