powered by
LOO comparisons for flocker models.
loo_compare_flocker(model_list, model_names = NULL, thin = NULL)
a `compare.loo` matrix
a list of flocker_fit objects.
An optional vector of names for the models.
specify the amount of thinning required. 1 or NULL results in no thinning, 2 retains every other value, 3 every third, etc.
# \donttest{ ml <- rep(list(example_flocker_model_single), 3) loo_compare_flocker(ml) # }
Run the code above in your browser using DataLab