Statistical_Rethinking_with_brms_ggplot2_and_the_tidyverse
Statistical_Rethinking_with_brms_ggplot2_and_the_tidyverse copied to clipboard
The bookdown version lives here: https://bookdown.org/content/3890
* 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...
With my current version of Google Chrome, on two Windows 10 PCs the book takes a long time to load, and Chrome offers to kill the page because it believes...
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...
In Section [5.3.3](https://bookdown.org/content/3890/multivariate-linear-models.html#post-treatment-bias.), define the `h0` variable before the `treatment` and `fungus` variables in the `d` data frame. This should help clarify the temporal sequence. Somewhere in the prose, you...
Embedding [hypothes.is](https://hypothes.is/) for collaborative annotation would be a plus. Of course people with the plugin can do it themselves, but *embedding* this - encourages people to do this collab annotation,...