Generates a table summarizing the provided model fit scores.
model_selection_criteria_table(
dic_scores = NULL,
waic_scores = NULL,
log_scores = NULL
)
A table summarizing the model fit scores, as a ggplot
object.
Named list of DIC scores. Names correspond to the model.
Named list of WAIC scores. Names correspond to the model.
Named list of log-scores scores (derived from CPO scores). Names correspond to the model.