Skip to contents

S3 method for waic that uses the stored fit$log_lik.

Usage

# S3 method for class 'ame'
waic(x, ...)

# S3 method for class 'lame'
waic(x, ...)

# S3 method for class 'ame_als'
waic(x, ...)

Arguments

x

A fitted ame or lame object with $log_lik.

...

Additional arguments forwarded to loo::waic.matrix.

Value

A waic object.