waic {remstimate} | R Documentation |
waic
Description
A function that returns the WAIC (Watanabe-Akaike's Information Criterion) value in a 'remstimate' object.
Usage
waic(object, ...)
## S3 method for class 'remstimate'
waic(object, ...)
Arguments
object |
is a |
... |
further arguments to be passed to the 'waic' method. |
Value
WAIC value of a 'remstimate' object.
Methods (by class)
-
waic(remstimate)
: WAIC (Watanabe-Akaike's Information Criterion) value of a 'remstimate' object
Examples
# No examples available at the moment
[Package remstimate version 2.3.11 Index]