loo.measrfit | R Documentation |
A loo::loo()
method that is customized for measrfit
objects. This is a
simple wrapper around loo::loo.array()
. See the loo package
vignettes for details.
## S3 method for class 'measrfit'
loo(x, ..., r_eff = NA, force = FALSE)
x |
A measrfit object. |
... |
Additional arguments passed to |
r_eff |
Vector of relative effective sample size estimates for the
likelihood ( |
force |
If the LOO criterion has already been added to the
model object with |
The object returned by loo::loo.array()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.