Closed reppertj closed 4 years ago
The uncertainty intervals should be (something like)
quantile(z, c(0.25, 0.755)) quantile(z, c(0.025, 0.975))
instead of
quantile(z, 0.25, 0.75) quantile(z, 0.025, 0.975)
Again, really enjoying the book!
Thanks! Fixed for the future printings and added to the errata.
The uncertainty intervals should be (something like)
instead of
Again, really enjoying the book!