Jonah Gabry
Jonah Gabry
@svethitov and/or @brianperdomo would you by chance be able to test the fix I implemented using @WardBrian's suggestion? You can install cmdstanr from that branch using ```r remotes::install_github("stan-dev/cmdstanr", ref =...
Great, thank you both for testing it!
Thanks. @bgoodri can hopefully take a look, but seems fine to me to make this switch.
> @jgabry any chance you're familiar with quarto and caching? I wonder if there's a specific change we need to make to enable `CmdStanFit` objects to be cached with the...
Yeah you're right that it would look nicer as a bar plot when the test statistic is discrete. There's not a way to tell `ppc_stat` to do that right now,...
@santikka this should now be available on the master branch thanks to the recent PR from @behramulukir.
If the other posterior authors are ok with adding this I can make a PR.
@paul-buerkner Any preference where this should go? I was thinking of documenting it on the same doc page as `set_variables()`, but I could also put it somewhere else. On slack...
> Started to think, whether `repair` is the best name? Would `convert` be better? I opened a PR for this (https://github.com/stan-dev/posterior/pull/318) using `repair` but I'm happy to change the name....
Sounds like a good idea! My guess is that you can probably use most of the same internal code that we use for the histograms and KDE plots but then...