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

# 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

Author

Matt Espe