ASKurz / Statistical_Rethinking_with_brms_ggplot2_and_the_tidyverse_2_ed

The bookdown version lives here:
https://bookdown.org/content/4857/
Creative Commons Zero v1.0 Universal
125 stars 37 forks source link

Ch 5 DAGs #38

Closed ASKurz closed 2 years ago

ASKurz commented 2 years ago

For better formatting, consider adjusting the scale_y_continuous() settings to something like

scale_y_continuous(NULL, breaks = NULL, expand = c(0.2, 0.2))

Note that I'm including leading zero's, here. The current code in the chapter doesn't and it probably should.

Also, for the last DAG at the end of Section 5.2.0.1, consider setting labeller = label_both within facet_wrap().