A. Solomon Kurz

Results 91 issues of A. Solomon Kurz

Would it be possible to allow users to set a global prior for all levels of `coef` within a cumulative model? Here's an example of what I mean: ```{r} #...

feature
priors

In [this thread](https://discourse.mc-stan.org/t/setting-different-priors-on-category-specific-coefficients/7565/2?u=solomon) you stated **brms** does not support varying priors over category specific effects, but recommended someone make a request in a new GitHub issue. As far as I...

feature
priors

When one uses one of the new `as_draws()` functions and sets `inc_warmup = TRUE`, it would be helpful if there was an additional meta column indicating whether draws are warmup...

feature
post-processing

* Intro page: "[It's] flexible, uses reasonably-approachable syntax, has sensible defaults, and offers a vast array of post-processing convenience functions." * Switch out references for Legler & Roback (2019) to...

In the [Why this?](https://bookdown.org/content/3890/#why-this) section of the intro, briefly mention the new text by Nicenboim, Schad, and Vasishth, [*An Introduction to Bayesian Data Analysis for Cognitive Science*](https://vasishth.github.io/bayescogsci/book/), which highlights brms...

In Bonus Section 13.5, embed the actual lecture presentation in the ebook with the following code: ```{r embed_url, echo = F} vembedr::embed_url("https://www.youtube.com/watch?v=rSQ1XMwO_9A&feature=youtu.be&t=343") %>% vembedr::use_align("center") ``` While you're at it, consider...

Is it possible to use `ppc_error_binned()`, or any other **bayesplot** functions, to make binned residual plots with respect to model predictors? The use case is Gelman et al (2020, Section...

It would be nice if there was a `summarise_draws()` helper function along the lines of `brms_summary_measures()`, which only returned the typical four **brms** summary columns for the mean, SD, and...

feature
good first issue

Would it be in the scope of **posterior** to provide support for HDI's in contrast with quantile-based intervals? For example, say I wanted to quickly summarize my draws by their...

feature

As per the initial [**brms** issue](https://github.com/paul-buerkner/brms/issues/1263#issuecomment-962179422), it would be handy if the `as_draws()` functions returned a `.warmup` meta column in cases where the user desires the output to include the...

feature