Leave-one-out Cross Validation

# S4 method for ubmsFit
loo(x, ..., cores = getOption("mc.cores", 1))

Arguments

x

A ubmsFit model

...

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.