Compute loo for flocker_fit objects
loo_flocker(x, thin = NULL)
Arguments
- x
a flocker_fit object or a list of flocker_fit objects
- thin
specify the amount of thinning required. 1 or NULL implies no thinning, 2 implies every other value, 3 every third, etc.
Value
a loo object or a list of loo objects
Examples
if (FALSE) { # \dontrun{
loo_flocker(example_flocker_model_single)
} # }