print
and plot
methods for objects of class 'loo'
and
print
method for objects of class 'compare.loo'
.## S3 method for class 'loo':
print(x, ..., digits = 1, warn = TRUE, plot_k = FALSE)## S3 method for class 'compare.loo':
print(x, ..., digits = 1)
## S3 method for class 'loo':
plot(x, ..., label_points = FALSE)
plot
, arguments to pass to text
if label_points = TRUE
.round
.TRUE
(the default), a warning message will be
printed if any estimates of the Pareto shape parameter $k$ are
problematic. See the PSIS-LOO section in loo-package
for
details on TRUE
the estimates of the Pareto shape
parameter $k$ are plotted. Ignored if x
was generated by
waic
. To just plot $k$ without printing use
plot(x)
.TRUE
the observation numbers
corresponding to any values of $k$ greater than 0.5 will be displayed
in the plot. Any arguments specified in ...
will be passed to
text