Learn R Programming

artemis (version 1.1.1)

loo.eDNA_model: Approximate leave-one-out cross-validation

Description

A 'loo' method for eDNA_model objects, which is simply a wrapper around loo(extract_log_lik(x))

Usage

# S3 method for eDNA_model
loo(x, ...)

Arguments

x

a eDNA_model object

...

additional args passed to loo

Value

a list with the results of the calculation.

Details

See ?loo::loo for more information about this calculation