loo,ubmsFit-method | R Documentation |
Leave-one-out Cross Validation
## S4 method for signature 'ubmsFit'
loo(x, ..., cores = getOption("mc.cores", 1))
x |
A |
... |
Currently ignored |
cores |
Number of cores to use for calculation |
A named list of class loo
with estimates of
the expected log predictive density and other parameters used
for model comparison. See ?loo::loo
for more information.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.