model_selection_criteria_table: Make a table of model fit scores

View source: R/internal-model_selection.R

model_selection_criteria_tableR Documentation

Make a table of model fit scores

Description

Generates a table summarizing the provided model fit scores.

Usage

model_selection_criteria_table(
  dic_scores = NULL,
  waic_scores = NULL,
  log_scores = NULL
)

Arguments

dic_scores

Named list of DIC scores. Names correspond to the model.

waic_scores

Named list of WAIC scores. Names correspond to the model.

log_scores

Named list of log-scores scores (derived from CPO scores). Names correspond to the model.

Value

A table summarizing the model fit scores, as a ggplot object.


MAPCtools documentation built on June 25, 2025, 5:09 p.m.