table_criterion | R Documentation |
Calculates various criterion for a list of brms models using the add_criterion
function.
table_criterion(
fits,
criterion = c("loo", "loo_R2", "bayes_R2", "log_lik"),
sort = TRUE,
...
)
fits |
a list of model fits in the order that you want to compare them |
criterion |
the criterion to use |
sort |
to sort the table with the best models at the top |
... |
additional parameters passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.