brms (version 1.10.2)

add_loo: Add the LOO information criterion to fitted model objects

Description

Add the LOO information criterion to fitted model objects

Usage

add_loo(x, ...)

# S3 method for brmsfit add_loo(x, ...)

Arguments

x

An R object typically of class brmsfit.

...

Further arguments passed to the underlying functions computing the information criteria.

Value

An object of the same class as x, but with the LOO information criterion added for later usage.

Details

For more details see add_ic.