loo.disbayes {disbayes} | R Documentation |
Leave-one-out cross validation for disbayes models
Description
Leave-one-out cross validation for disbayes models
Usage
## S3 method for class 'disbayes'
loo(x, outcome = "overall", ...)
Arguments
x |
A model fitted by |
outcome |
Either |
... |
Other arguments (currently unused). |
Value
An object of class "loo"
as defined by the loo package.
See Also
loo_indiv
to return tidied observation-specific contributions
to the overall model fit computed here.
[Package disbayes version 1.1.0 Index]