loo_compare.measrfit {measr} | R Documentation |
Relative model fit comparisons
Description
A loo::loo_compare()
method that is customized for measrfit
objects. See
the loo package vignettes for
details.
Usage
## S3 method for class 'measrfit'
loo_compare(x, ..., criterion = c("loo", "waic"), model_names = NULL)
Arguments
x |
A measrfit object. |
... |
Additional objects of class measrfit. |
criterion |
The name of the criterion to be extracted from the measrfit object for comparison. |
model_names |
Names given to each provided model in the comparison
output. If |
Value
The object returned by loo::loo_compare()
.
[Package measr version 1.0.0 Index]