Learn R Programming

flocker (version 1.0-0)

loo_flocker: Compute loo for flocker_fit objects

Description

Compute loo for flocker_fit objects

Usage

loo_flocker(x, thin = NULL)

Value

a loo object or a list of loo objects

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.

Examples

Run this code
if (FALSE) {
loo_flocker(example_flocker_model_single)
}

Run the code above in your browser using DataLab