View source: R/internal-model_selection.R
model_selection_criteria_table | R Documentation |
Generates a table summarizing the provided model fit scores.
model_selection_criteria_table(
dic_scores = NULL,
waic_scores = NULL,
log_scores = NULL
)
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. |
A table summarizing the model fit scores, as a ggplot
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.