Errata
The errata list is a list of errors and their corrections that were found after the product was released.
The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.
Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update
Version | Location | Description | Submitted by | Date submitted |
---|---|---|---|---|
Printed | Page 29 Data frame output |
The output of the data frame has seven columns. The last column was created in the code and called "pos". However the header for that column is missing in the output sample. So "pos" should appear directly above "FALSE" in the table. |
Doug Mitarotonda | Aug 14, 2013 |
Printed | Page 31 last command on page |
At the bottom of page 31, you have the command print(dframe), but you haven't shown how to load dframe. |
David Arnold | Jan 01, 2012 |
Page 31 Last paragraph |
This was correct syntax in an old version of R but the following is not true in current versions of R: |
Daniel Johansson | Nov 09, 2017 | |
Printed | Page 48 paragraph "Passing multiple arguments..." |
Original phrase: |
Jose Osorio Azevedo Neto | Oct 05, 2012 |
Page 72 Solution |
Solution (i.e., > scores <- edit(score) # Invoke editor, overwrite with edited data) should read edit(scores) rather than "edit(score)" in order to produce a result in R. |
Chris Rucker | Apr 14, 2015 | |
Printed | Page 73 Last row of numbers |
The print(pnorm(-3:3), digits=3) function asks for 3 digits. The result of such a function showed by the book is the following: |
Fer Estévez-López | May 07, 2019 |
Printed, PDF | Page 129 |
wrong : third columns |
Shinya OHASHI | Nov 10, 2011 |
Printed | Page 147 Code line for f |
You have: |
David Arnold | Jul 21, 2012 |
Page 170 5th paragraph |
"See the help page for the stftime function" should be " See the help page for the strftime function". strftime, not stftime |
Michael Aeschbach | Jan 17, 2012 | |
Printed | Page 174 yday |
yday does not give the day of the year but rather the number of days since Jan 1 |
Anonymous | Aug 18, 2011 |
Printed | Page 215 2nd sample code line |
'spearman' should not be capitalized in method. Same problem on p 216, 4th paragraph |
Anonymous | Nov 21, 2011 |
Printed, PDF | Page 254 Recipe 10.22 |
The plot() and abline() method used to draw a straight line through the data points on the Q-Q plot for the exponential distribution, does not give a good fit, see Fig 10-21. |
Peter Arrowsmith | Sep 24, 2013 |
Printed | Page 294 1st paragraph |
The function outlier.test() in package car is now deprecated and raises an error. |
Cedric Duprez | Feb 06, 2013 |
Printed, PDF | Page 302 The Discussion paragraph |
"The data covers the period 1950 though 2009" -> " ... 1950 through 2009" |
Qiusheng Wu | Mar 11, 2016 |
Printed | Page 306 the paragraph after the table |
The first line in the table, for example, compares the Tue group and the Mon group, not "Wed" group. |
Qiusheng Wu | Mar 11, 2016 |
Printed | Page 330 1st paragraph |
The second code example mentions "suppressuWarnings()" function instead of "suppressWarnings()". |
Cedric Duprez | Jun 09, 2011 |
Printed | Page 330 at the Top |
Page 330, at the top, incorrectly lists the suppressMessages() function as |
Anonymous | Mar 04, 2014 |
Printed | Page 404 I entries, second line |
This is in the index. The line says: |
Jose Osorio Azevedo Neto | Oct 05, 2012 |
Other Digital Version | 1089 Two lines under 'Solution' |
The test reads: |
Joshua Sumali | Apr 20, 2012 |