add_waic: Add the WAIC to fitted model objects
Description
Add the WAIC to fitted model objects
Usage
add_waic(x, ...)# S3 method for brmsfit
add_waic(x, ...)
Arguments
x
An R object typically of class brmsfit
.
...
Further arguments passed to the underlying
functions computing the information criteria.
Value
An object of the same class as x
, but
with the WAIC added for later usage.
Details
For more details see add_ic
.