Description Usage Arguments Details Value Examples
Compare Sitewise Differences in Expected Log Posterior Density
1 | elpd_compare(elpds, refname = NULL)
|
elpds |
A data.frame or matrix of expected log posterior densities. Each row is ModelSite, each column is a Model. Typically the columns will have names. |
refname |
The column name (i.e. Model) to compare all other models to. If NULL then uses the model with the highest sum of elpd. |
Very similar to loo::loo_compare(), but with fewer checks
A matrix with a column for the aggregate (summed) difference of model sites between models, and the standard error of this difference (computed as the sample standard deviation of difference, multiplied by the square root of the number of ModelSites)
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.