Skip to contents

Compute approximate leave-one-out cross-validation (LOO, LOOIC) scores using the loo-package. See loo::loo() for more information.

Usage

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

Arguments

x

A fitted model object of class salmonIPMfit.

...

Additional arguments passed to the S3 generic.

Value

The structure of the loo objects returned is described in loo::loo().