loo_compare_flocker: LOO comparisons for flocker models.

View source: R/loo.R

loo_compare_flockerR Documentation

LOO comparisons for flocker models.

Description

LOO comparisons for flocker models.

Usage

loo_compare_flocker(model_list, model_names = NULL, thin = NULL)

Arguments

model_list

a list of flocker_fit objects.

model_names

An optional vector of names for the models.

thin

specify the amount of thinning required. 1 or NULL results in no thinning, 2 retains every other value, 3 every third, etc.

Value

a 'compare.loo' matrix

Examples


ml <- rep(list(example_flocker_model_single), 3)
loo_compare_flocker(ml)


jsocolar/flocker documentation built on Jan. 29, 2025, 11:18 p.m.