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 remstimate object.

...

further arguments to be passed to the 'waic' method.

Value

WAIC value of a 'remstimate' object.

Methods (by class)

Examples


# No examples available at the moment


[Package remstimate version 2.3.8 Index]