bayesplot
bayesplot copied to clipboard
bayesplot R package for plotting Bayesian models
`brms::pp_check(type = "error_scatter_avg_vs_x")`, which calls `bayesplot::ppc_error_scatter_avg_vs_x`, has residuals that vary wildly from one run to the next when the noise distribution (`family`) is a Student $t$ distribution with small `nu`...
Figured I'd just start with this. Anyone feel free to use this as part of a larger PR doing this for all the relevant functions. Hope I got the testing...
This is again relevant to https://discourse.mc-stan.org/t/rank-plots-dont-save-you-from-symmetric-non-stationary-chains/37624/4 I suppose this would be relevant for all rank-based plots? Using this to make my own version of split chains makes the problems super...
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.7.4 to 4.7.6. Release notes Sourced from JamesIves/github-pages-deploy-action's releases. v4.7.6 What's Changed Build 🔧 build(deps): bump typescript-eslint from 8.48.1 to 8.49.0 in the typescript group by @dependabot[bot]...
Added Stan r-universe and cmdstanr as a dependency so some tests aren't skipped. Didn't touch description, so cmdstanr is not suggested or anything, just added in the builds so a...
Just noticed that tests were getting skipped in R CMD CHECK since cmdstanr isn't being installed on runners; I don't see any reason not to add it and run these...
With the somewhat recent release of a new ggplot2 version (4.0.0), some more arguments have been deprecated and should be adjusted. I found the following in [test logs](https://github.com/stan-dev/bayesplot/actions/runs/19903830768/job/57054688649): ```r ──...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. Release notes Sourced from codecov/codecov-action's releases. v5.0.0 v5 Release v5 of the Codecov GitHub Action will use the Codecov Wrapper to encapsulate the CLI....
Documentation done on binwidth, bins, breaks and freq+ added a clarifying sentence. Added **section When to Use Each Plot**: - This new section gives a quick, practical overview of when...
Hi all, I'm enjoying the new rootogram PPC for count data. I was wondering if a `_grouped()` function was in the making? Cheers, Matt