rmcelreath / statrethinking_winter2019

Statistical Rethinking course at MPI-EVA from Dec 2018 through Feb 2019
2.02k stars 392 forks source link

Typos Chapter 14 - ver 28/02/2019 #16

Open Sabatinf opened 5 years ago

Sabatinf commented 5 years ago

R code 14.44

'# compute posterior median relationship, ignoring distance
logpop.seq <- seq( from=6 , to=14 , length.out=30 )
lambda <- sapply( logpop.seq , function(lp) exp( post$a + post$**bp***lp ) )
lambda.median <- apply( lambda , 2 , median )
lambda.PI80 <- apply( lambda , 2 , PI , prob=0.8 )`

"bp" should be replaced with "b"

Sabatinf commented 5 years ago

Page 473

These correlations were estimating with log population in the model, remember, and so suggest some additional resemblance even accounting for the average association between population and tools.

Shouldn't "estimating" be "estimated"?

Sabatinf commented 5 years ago

Page 475

14.5.2. Example: Phylogenetic distance. Species, like islands, are more or less distance from one another.

Shouldn't "distance" be "distant"?