loo,ubmsFit-method {ubms} | R Documentation |
Leave-one-out Cross Validation
Description
Leave-one-out Cross Validation
Usage
## S4 method for signature 'ubmsFit'
loo(x, ..., cores = getOption("mc.cores", 1))
Arguments
x |
A |
... |
Currently ignored |
cores |
Number of cores to use for calculation |
Value
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.
[Package ubms version 1.2.6 Index]