Vignette for use of ppc*pit_ecdf() with new method argument#527
Conversation
…ing/bayesplot into vignette-ppc-ecdf
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #527 +/- ##
==========================================
+ Coverage 98.79% 98.83% +0.03%
==========================================
Files 35 35
Lines 6582 6583 +1
==========================================
+ Hits 6503 6506 +3
+ Misses 79 77 -2 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
@florence-bockting is this ready for review now that #428 was merged? |
…ing/bayesplot into vignette-ppc-ecdf
Thanks for pinging me. I checked the vignette again and made some final adjusts. |
jgabry
left a comment
There was a problem hiding this comment.
This is great, thanks @florence-bockting. Just a couple of very minor things.
What was the reason for making this online only? I'm fine with this being an online only vignette, just curious. (It's probably for the best, since with all the images in the other vignettes we're already pushing CRAN's package size limits, if I remember correctly.)
Mainly because I use |
Fixes #513
Description
This PR introduces a new vignette demonstrating the use of the
ppc_pit_ecdf(),ppc_loo_pit_ecdf(), andppc_pit_ecdf_grouped()functions. Specifically, it covers the new implementation introduced in #428, which added support for dependence-aware uniformity tests.The vignette focuses on the newly introduced arguments and provides examples of how to interpret the correlation-aware ECDF plots.
TODO
ppc*ecdf#428