Statistical_Rethinking_with_brms_ggplot2_and_the_tidyverse_2_ed icon indicating copy to clipboard operation
Statistical_Rethinking_with_brms_ggplot2_and_the_tidyverse_2_ed copied to clipboard

typos

Open ASKurz opened this issue 4 years ago • 16 comments

  • 2.3.3: "which expresses the model assumption that the entire range of possible values for $p$, $[0, 1]$, are equally plausible"--the right brace is currently missing in $[0, 1 \color{red}]$
  • 4.3.2: "Here’s how we might [determine] that percentage for our simulation."
  • 6.3.1: "Here we'll take one last step before fitting our model..." is duplicated. Remove one.
  • 7.1.1: "If you really [want] the axes scaled in the original metrics"
  • 9.2.2: "Here we’ll [wrap] his code into a function called concentration_sim()"
  • 15.1.3: "To get a sense of the havoc ignoring measurement error can cause, we’ll fit [two] models."
  • 15.5.7: Just below the forrest plot, we read: "I’m not aware this [is] typical in random effect meta-analyses"

ASKurz avatar Aug 27 '20 18:08 ASKurz

  • 2.4.3: remove 'subtitle' parameter as it no longer properly describes the faceted plot
  • 2.4.4: replace "fir" with "for"

dcroteau-chonka avatar Mar 26 '21 17:03 dcroteau-chonka

  • 4.3.4.1: replace "dong" with "doing"
  • 4.5.2: replace "poster" with "posterior"

dcroteau-chonka avatar Mar 31 '21 20:03 dcroteau-chonka

  • 14.1.1: replace matirx() with matrix()

pboesu avatar Apr 07 '21 10:04 pboesu

  • 2.2.3.` replace causally with casually
  • 2.3 replace cold with could
  • 2.4.4 replace fir with for
  • 2.4.5 insert word 'well' (we may as well)

00mathieu avatar Jan 11 '22 13:01 00mathieu

  • 4.3.4.1: replace "dong" with "doing"
  • 4.5.2: replace "poster" with "posterior"

Done

ASKurz avatar Feb 07 '22 19:02 ASKurz

  • 2.4.3: remove 'subtitle' parameter as it no longer properly describes the faceted plot
  • 2.4.4: replace "fir" with "for"

Done

ASKurz avatar Feb 07 '22 19:02 ASKurz

  • 2.2.3.` replace causally with casually
  • 2.3 replace cold with could
  • 2.4.4 replace fir with for
  • 2.4.5 insert word 'well' (we may as well)

Done

ASKurz avatar Feb 07 '22 19:02 ASKurz

  • matirx

Done

ASKurz avatar Feb 07 '22 20:02 ASKurz

  • 3 Positive mortals (pr_positive_mortal) should be 999 rather than 99.
tibble(pr_vampire          = 100 / 100000,
       pr_positive_vampire = 95 / 100,
       pr_positive_mortal  = 999 / 99900) %>% 
  mutate(pr_positive = 95 + 999) %>% 
  mutate(pr_vampire_positive = pr_positive_vampire * 100 / pr_positive) %>% 
  glimpse()

sprouffske avatar Jul 26 '22 09:07 sprouffske

In 8.1 Building an interaction

Let’s ignore $Uv for now…

Should be $U$

Which is here in your code.

williamlai2 avatar Sep 06 '22 11:09 williamlai2

  • 3 Positive mortals (pr_positive_mortal) should be 999 rather than 99.
tibble(pr_vampire          = 100 / 100000,
       pr_positive_vampire = 95 / 100,
       pr_positive_mortal  = 999 / 99900) %>% 
  mutate(pr_positive = 95 + 999) %>% 
  mutate(pr_vampire_positive = pr_positive_vampire * 100 / pr_positive) %>% 
  glimpse()

Done

ASKurz avatar Sep 26 '22 20:09 ASKurz

In 8.1 Building an interaction

Let’s ignore $Uv for now…

Should be U

Which is here in your code.

Done

ASKurz avatar Sep 26 '22 20:09 ASKurz

The chapter numbering seems to be off in Chapter 7. e.g:

williamlai2 avatar Nov 19 '22 21:11 williamlai2

The chapter numbering seems to be off in Chapter 7. e.g:

Great catch! Corrected

ASKurz avatar Jan 16 '23 01:01 ASKurz

In 02.Rmd for plot on page 23 at line 294, the balls should be b w b rather than w b w.

chrisrider avatar Mar 11 '23 05:03 chrisrider

In 4.3.1 "For example, we can use is to casually show how left skewed the our height variable..." Replace 'is' to 'it'

joannalingzj avatar Apr 01 '24 22:04 joannalingzj