Errata
Foundations and Applications of Statistics
Second Edition
Source:vignettes/Errata2e.Rmd
Errata2e.Rmd| Page | Location | Issue |
|---|---|---|
| 25 | printed:
tally(death ~ victim, data = DeathPenalty) correct: tally(death ~ defendant, data = DeathPenalty)
|
|
| Exercise 1.20 |
geyser is in the MASS package
(see page 14). Use MASS::geyser to access this data
set. |
|
| 285 | last line | printed:
correct: |
| 286 | lines 9-10 | printed: correct when but overestimates … when correct: correct when but overestimates … when |
| 331 | The problem could be clarified to indicate that the first moment is not useful. The second moment could be used. | |
| 373 | printed:
correct: |
|
| 380 | lines 6, 11, 13 | printed: pnorm(), pchisq(),
pchisq() correct: qnorm(),
qchisq(), qchisq(). |
| 388 | printed: The assymptotic distribution of
correct: The assymptotic distribution of |
|
| 389 | printed: makLik correct: maxLik
|
|
| 446 | Exercise 5.18 | printed: log of the odds ratio correct: log of the odds |
| 447 | line 1 | printed: poison correct: Poisson |
| 498 | line 5 | printed: internally studentized residuls correct: internally studentized residuals |
| 747 | Exercise A.11 | Unfortunately, the weatherData package has
been removed from CRAN. Similar data now live in
mosaicData::Weather, but the data for several cities are
already contained in a single data frame, so there is no need to merge
from multiple sources. |