table_criterion: Get table of various criterion

View source: R/get-tables.R

table_criterionR Documentation

Get table of various criterion

Description

Calculates various criterion for a list of brms models using the add_criterion function.

Usage

table_criterion(
  fits,
  criterion = c("loo", "loo_R2", "bayes_R2", "log_lik"),
  sort = TRUE,
  ...
)

Arguments

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_criterion


quantifish/influ2 documentation built on Dec. 14, 2024, 5:10 a.m.