Description Usage Arguments Value
Methods for tidying the results from from WAIC and LOO cross-validation methods in the loo package.
1 2 3 4 5 | augment.loo(x, data = NULL, ...)
glance.loo(x, ...)
tidy.loo(x, ...)
|
x |
an |
data |
Data frame with the original data |
... |
Not used currently |
augment.loo
returns a data frame, with one row per observation
and the pointwise elpd, elpd standard error, and estimated number of observations.
glance.loo
returns a one row data frame with the columns
|
Expected log pointwise predictive density |
|
Standard error of the log pointwise predictive density |
|
LOO information criterion ( |
|
Estimated effective number of parameters |
|
Standard error of the estimated effective number of parameters |
|
Number of observations |
|
Number of MCMC sims |
A data frame with columns:
|
Parameter: elpd_loo or elpd_waic, p_loo or p_waic, or waic or looic |
|
Parameter value |
|
Standard error of the parameter |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.