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

typos #4

Open ASKurz opened 4 years ago

ASKurz commented 4 years ago
dcroteau-chonka commented 3 years ago
dcroteau-chonka commented 3 years ago
pboesu commented 3 years ago
00mathieu commented 2 years ago
ASKurz commented 2 years ago
  • 4.3.4.1: replace "dong" with "doing"
  • 4.5.2: replace "poster" with "posterior"

Done

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

Done

ASKurz commented 2 years ago
  • 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 commented 2 years ago
  • matirx

Done

sprouffske commented 2 years ago
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()
williamlai2 commented 2 years ago

In 8.1 Building an interaction

Let’s ignore $Uv for now…

Should be $U$

Which is here in your code.

ASKurz commented 2 years ago
  • 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 commented 2 years ago

In 8.1 Building an interaction

Let’s ignore $Uv for now…

Should be U

Which is here in your code.

Done

williamlai2 commented 1 year ago

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

ASKurz commented 1 year ago

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

Great catch! Corrected

chrisrider commented 1 year ago

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

joannalingzj commented 6 months ago

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