Skip to contents

Creates a summary table from a named list of evidence values (minimum evidence from smoothing analyses), with status indicating whether each check needs review.

Usage

create_check_summary(
  evidence_list,
  caption = "Model Check Summary",
  threshold = 0.1
)

Arguments

evidence_list

Named list of evidence values (e.g., from summarize_smoothing_results)

caption

Caption for the table (default: "Model Check Summary")

threshold

Threshold below which status is "To check!" (default: 0.1)

Value

A knitr::kable object, or NULL if no valid evidence values