A 'waic' method for eDNA_model objects.

# S3 method for class 'eDNA_model'
waic(x, pars = "log_lik", ...)

Arguments

x

a eDNA_model object

pars

string, the name of the log likelihood parameter in the model output. For all artemis models, this should be "log_lik".

...

additional args passed to $loo()

Value

a list with the results of the calculation.

Details

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

Author

Matt Espe