loo {BayesERtools}R Documentation

Efficient approximate leave-one-out cross-validation (LOO)

Description

See loo::loo() for details.

Usage

loo(x, ...)

## S3 method for class 'ermod'
loo(x, ...)

## S3 method for class 'ermod_emax'
loo(x, ...)

## S3 method for class 'ermod_bin_emax'
loo(x, ...)

Arguments

x

An object of class ermod

...

Additional arguments passed to loo::loo()

Value

An object of class loo


[Package BayesERtools version 0.2.3 Index]