Skip to contents

A function that returns the WAIC (Watanabe-Akaike's Information Criterion) value in a 'remstimate' object.

Usage

waic(object, ...)

# S3 method for remstimate
waic(object, ...)

Arguments

object

is a remstimate object.

...

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