Library of Math
Online Math Organized by Subject Into Topics
  

BookStore

Online Math

The R Book

The R Book

enlarge enlarge 
Author: Michael J. Crawley
Publisher: Wiley
Category: Book

List Price: $110.00
Buy New: $63.26
You Save: $46.74 (42%)



New (29) Used (11) from $63.26

Rating: 4.0 out of 5 stars 9 reviews
Sales Rank: 10390

Media: Hardcover
Pages: 950
Number Of Items: 1
Shipping Weight (lbs): 3.7
Dimensions (in): 9.8 x 6.9 x 2.2

ISBN: 0470510242
Dewey Decimal Number: 519.502855133
EAN: 9780470510247

Publication Date: June 15, 2007
Availability: Usually ships in 1-2 business days
Shipping: International shipping available
Condition: Good Condition, delivery time 10 to 12 Working days, via Priority airmail from UK

Similar Items:

  • R Graphics (Computer Science and Data Analysis)
  • Bayesian Computation with R (Use R)
  • A Handbook of Statistical Analyses Using R
  • Introductory Statistics with R (Statistics and Computing)
  • Data Analysis Using Regression and Multilevel/Hierarchical Models

Editorial Reviews:

Product Description
The high-level language of R is recognized as one of the most powerful and flexible statistical software environments, and is rapidly becoming the standard setting for quantitative analysis, statistics and graphics. R provides free access to unrivalled coverage and cutting-edge applications, enabling the user to apply numerous statistical methods ranging from simple regression to time series or multivariate analysis.

Building on the success of the author’s bestselling Statistics: An Introduction using R, The R Book is packed with worked examples, providing an all inclusive guide to R, ideal for novice and more accomplished users alike. The book assumes no background in statistics or computing and introduces the advantages of the R environment, detailing its applications in a wide range of disciplines.

  • Provides the first comprehensive reference manual for the R language, including practical guidance and full coverage of the graphics facilities.
  • Introduces all the statistical models covered by R, beginning with simple classical tests such as chi-square and t-test.
  • Proceeds to examine more advance methods, from regression and analysis of variance, through to generalized linear models, generalized mixed models, time series, spatial statistics, multivariate statistics and much more.

The R Book is aimed at undergraduates, postgraduates and professionals in science, engineering and medicine. It is also ideal for students and professionals in statistics, economics, geography and the social sciences.


Customer Reviews:   Read 4 more reviews...

5 out of 5 stars First book on R with enough detail   October 17, 2007
J. Cook (Houston, TX USA)
10 out of 17 found this review helpful

Crawley is the best guide I've run across to help one navigate the strange but powerful R language. This book is thick, not because it's wordy or overly ambitious, but because it goes into adequate detail to cover its material.


5 out of 5 stars The perfect book for those new to R.   December 2, 2007
R. Harris (BERKELEY, CA United States)
9 out of 11 found this review helpful

This is a great book for someone new to R, who also has some background in mathematics and programming. But, it is also helpful for the complete beginner because it shows you, step-by-step, how to load data into the R environment so you can actually get started using R, even if you don't have a nearby R mentor to help you out.

The writing is clear and accessible with examples provided for nearly all of the R software tools discussed. Also useful is that the author not only tells you which tools to use, but he also often says why they are important.

It's a thick book, but if you take the time to work your way through it, you should actually be able to use R to solve real world problems without external guidance from a R veteran. Check it out!



5 out of 5 stars The R Book   December 30, 2007
3 out of 6 found this review helpful

The "R Book" is an excellent reference companion for both learning how to apply R code and for great explanations about the statistical techniques covered. Statistical coverage is appropriate at the beginning to mid level statistical user. I highly recommend this book.


5 out of 5 stars The best R book I've found so far.   March 25, 2008
Larry Seligman (Atlanta, GA USA)
6 out of 6 found this review helpful

It's probably really just 4 stars, but compared to other R books I've seen it's 5 stars. It's comprehensive and relatively easy to follow. It covers a lot of topics. The code is easy to follow. The index could be better, but it's not bad.

It is an excellent book if you want something both to bring you up to speed, and then to serve as a comprehensive reference.

A good approach to collecting R books would be to start with this book, and then if you outgrow it in certain areas, obtain topic-specific R books in such areas modeling, data manipulation, or graphics as supplements.



4 out of 5 stars some flaws, but useful overall   December 8, 2007
Delta1 (eastern NC)
87 out of 88 found this review helpful

This book is both ponderous and expensive, so my decision to buy it was predicated on the dual claim that it's 'the first comprehensive reference manual for the R language' and `ideal for novice and accomplished user alike'. As an R beginner and non-statistician (with some long-ago training therein) pressed into scientific data analysis on a regular basis, I wanted a comprehensive reference that covers both the R language and theory behind modern applied statistical methods.This is no small undertaking, but Crawley succeeds reasonably well at the task.

The book contains 27 chapters. The first 5 chapters cover subjects like getting started, essentials of the R language, data input, data frames, and graphics. A lot of the information in these chapters is freely available online at CRAN, or may be queried from within R itself. Still, I find it useful to have this info as part of any desktop reference, and most books on R are similarly equipped. I found nothing lacking here.

Chapters 6-8 cover tables, mathematics, and classical tests. In the mathematics chapter, you'll be introduced to a wealth of math and probability functions, as well as the basics of matrix algebra. If your statistical training centered mainly on the basic normal, student's t, Fisher's F, poisson, and chi-square distributions, get ready for an education. The author's presentation of this material is both in-depth and well articulated.
Chapters 9-20 cover statistical modeling, regression, ANOVA, ANCOVA, GLM, count data, count data in tables, proportion data, binary response variables, GAMs, non-linear models, and mixed effects models.Chapters 21-26 address more advanced topics of tree models, time series analysis, spatial statistics, multivariate statistics, survival analysis and simulation. The author's discussion of statistical models, ANOVA, GLM, and mixed effects models (the four chapters I have dug into thus far) covers theory as well as practical application inside R. Chapters are supplemented with worked examples drawn from various R data libraries. The R code used to generate solutions is presented as well, although I found it difficult to integrate because Crawley is using the R console interactively and snippets of code are spread out over many pages. Yes, you can download a data library, type in the code presented in the book, and get the same output. The difficulty arises in making the transition from textbook example to efficient and statistically valid processing of real- world data. If you're new to object oriented programming, this book will not teach you how to program in R. Only practice and good example can do that. I still struggle with some R programming basics and this book did not help at all.

Oddly, the book ends with a final chapter 'Changing the Look of Graphics'. Seems like this should be part of chapter 5 'Graphics'; it's a mystery why this was broken out as a separate chapter and stuck at the end.

The book contains numerous typos that suggest a lack of proofreading. Also annoying is the author's predilection for cross-referencing, such that one is constantly being advised to 'refer to page ...' for more info. Furthermore, the author profanely suggests Word as a text editor (yikes!). There are excellent text editors freely available for R, but Word isn't one of them. I use TINN-R, but there are other options. Also, options for managing R output are given short shrift. I use Notepad++, a tabbed, free text editor which is similar to TINN-R, but external to R. FYI, Notepad++ will also read SAS output in its native format, so one can easily review, compare, and extract information without invoking an R or SAS session.

Be advised, this book has created some controversy within the elite, tight-knit R Core Development group. The book was reviewed in the October 2007 issue of R News, available online (thumbs down). Crawley evidently is not part of the R Core Development 'inner sanctum', so the book's rather grandiose claim as 'the first comprehensive R reference manual' has engendered some criticism from that group. Other criticism about R expressions, the author's advice regarding use of certain R functions, and use of specific R packages may be found therein. Read the review then make your own judgment. As it stands, I don't consider this book to be an authoritative reference on either statistics or the R language, but it does offer an inclusive survey of both. If you already own a good statistics text, are familiar with object oriented programming, and only need a reference explaining how to get started programming in R, you'll save money by buying An Introduction to R by Venables and Smith. Amazon's wallet- friendly price: $13.57. Or you may download a free PDF version from the CRAN website.

I'll give the book four stars. It has some flaws (a second edition would be welcome), but overall constitutes a useful addition to the R literature. As for programming, I'm eagerly awaiting Braun and Murdoch's 'A First Course in Statistical Programming in R'. There are enough books on R-based statistical analysis in the vein of Crawley and others; we need a book that teaches programming and the latter should fill the gap nicely.


 

Library of Math. Online Math Organized by Subject Into Topics. © 2008 www.libraryofmath.com All rights reserved.
Art & Photography Shop | Being Healthy Shop | Best Sports Mall | Cafe Food Lover | Cafe Gift Shop | Cafe Internet Shop | Career Archives | City Annals
Countries Shop | Crazy Kids World | Dallas Cowboys Football Shop | Headline News Shop | Heart Boutique | Lover of Pets | Military Support Store
Musical Boutique | Online Math Store | Political Ramblings | Shop by Auction | Shop of Learning | Shop of Technology | Shop of Travels | Special Occasion Shop
Store of Hobbies | Theology Store | Triathlon Junkie | USA States Shop | Your Animal Store | Your Fitness World | Your Funny Store | Your Science Store