Skip to content

Commit 57aab3e

Browse files
authored
Merge pull request #374 from stan-dev/new-loo_compare-columns-in-vignette
Mention new loo_compare columns in vignette
2 parents 1651123 + 0df7dc4 commit 57aab3e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

vignettes/loo2-example.Rmd

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,11 +272,15 @@ loo_compare(loo1, loo2)
272272

273273
The difference in ELPD is much larger than several times the estimated standard
274274
error of the difference again indicating that the negative-binomial model is
275-
xpected to have better predictive performance than the Poisson model. However,
275+
expected to have better predictive performance than the Poisson model. However,
276276
according to the LOO-PIT checks there is still some misspecification, and a
277277
reasonable guess is that a hurdle or zero-inflated model would be an improvement
278278
(we leave that for another case study).
279279

280+
The `p_worse`, `diag_diff`, and `diag_elpd` columns are new as of version 2.10.
281+
For details on interpreting them see ?`loo-glossary` and the case study
282+
[Uncertainty in Bayesian LOO-CV Model Comparison](https://users.aalto.fi/~ave/casestudies/LOO_uncertainty/loo_uncertainty.html).
283+
280284

281285
<br>
282286

0 commit comments

Comments
 (0)