loo_flocker {flocker} | R Documentation |
Compute loo for flocker_fit objects
loo_flocker(x, thin = NULL)
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. |
a loo object or a list of loo objects
## Not run:
loo_flocker(example_flocker_model_single)
## End(Not run)