| Section | Page | Comment | Links |
| 1.8 | 16 | The program for extracting one element of a vector has [5] when it should have been [3]. | Program 1 |
| 2.7 | 46 | The program for computing the probability for horoscope coincidence has a plus sign that should be a minus sign. | Program 1 |
| 3.1 | 54 | The tabulation of waiting times in the Bernoulli process specifies 10000 points but it should have been 1000. | Program 1 |
| 55 | The program for computing various negative binomial distributions for a fair coin is the same as the the previous program. | Program 1 |
| 58 | The programs for animating the binomial distribution for various biases have an extra parenthesis in the last lines. | Program 1 Program 2 |
| 4.9 | 116-117 | The distribution of the smallest piece of broken DNA molecule computes the minpiece probability incorrectly: it should be complemented. | Program 1 |
| 117 | The programs for computing the confidence interval for the smallest piece of a broken DNA molecule have a variable pts but should use m. | Program 1 |
| 5.9 | 159 | The program that computes the normal model of significance for a manufacturing process has sapply(s,n) but it should have sapply(support,n). | Program 1 |