Learn R Programming

loo (version 0.1.0)

print.loo: Print methods

Description

Print methods

Usage

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

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

Arguments

x
a list of class 'loo' (as returned by loo_and_waic) or of class 'compare.loo' (as returned by loo_and_waic_diff).
...
ignored.
digits
number of significant digits to display.

Value

  • returns x invisibly.

See Also

loo-package, loo_and_waic, loo_and_waic_diff