print.loo | R Documentation |
Print methods
## S3 method for class 'loo'
print(x, digits = 1, ...)
## S3 method for class 'waic'
print(x, digits = 1, ...)
## S3 method for class 'psis_loo'
print(x, digits = 1, plot_k = FALSE, ...)
## S3 method for class 'importance_sampling_loo'
print(x, digits = 1, plot_k = FALSE, ...)
## S3 method for class 'psis_loo_ap'
print(x, digits = 1, plot_k = FALSE, ...)
## S3 method for class 'psis'
print(x, digits = 1, plot_k = FALSE, ...)
## S3 method for class 'importance_sampling'
print(x, digits = 1, plot_k = FALSE, ...)
x |
An object returned by |
digits |
An integer passed to |
... |
Arguments passed to |
plot_k |
Logical. If |
x
, invisibly.
pareto-k-diagnostic
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.