waic {remstimate} | R Documentation |
A function that returns the WAIC (Watanabe-Akaike's Information Criterion) value in a 'remstimate' object.
waic(object, ...)
## S3 method for class 'remstimate'
waic(object, ...)
object |
is a |
... |
further arguments to be passed to the 'waic' method. |
WAIC value of a 'remstimate' object.
waic(remstimate)
: WAIC (Watanabe-Akaike's Information Criterion) value of a 'remstimate' object
# No examples available at the moment