Learn R Programming

loo (version 0.1.2)

print.loo: Print methods

Description

Print methods

Usage

## S3 method for class 'loo':
print(x, ..., digits = 1, warn = TRUE, plot_k = FALSE)

## S3 method for class 'compare.loo': print(x, ..., digits = 1)

Arguments

x
a list of class 'loo' (as returned by loo or waic) or of class 'compare.loo' (as returned by compare
...
ignored.
digits
passed to round.
warn
logical. If TRUE (the default), a warning message will be printed if any estimates for the Pareto shape parameter $k$ are problematic. See section PSIS-LOO in loo-package. Ignored if
plot_k
logical. If TRUE the estimates of $k$ are plotted. Ignored if x was generated by waic.

Value

  • Returns x invisibly.