| check_loo.brma | R Documentation |
Check Pareto k diagnostics for a brma model object and warn if any values are high.
## S3 method for class 'brma'
check_loo(object, unit = "estimate", ...)
object |
a brma model object. |
unit |
output/deletion unit. See |
... |
currently unused. |
LOO must first be computed with
object <- add_loo(object, unit = unit). The method warns when any
Pareto k diagnostic is greater than 0.7.
NULL (throws warning if diagnostics are unreliable).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.