R in a Nutshell (In a Nutshell (O'Reilly)) and over one million other books are available for Amazon Kindle. Learn more

Due Date: Sep 28, 2013

FREE return shipping at the end of the semester
 
   
Sell Us Your Item
For a $8.01 Gift Card
Trade in
Have one to sell? Sell yours here
Start reading R in a Nutshell (In a Nutshell (O'Reilly)) on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.
Sorry, this item is not available in
Image not available for
Color:
Image not available

To view this video download Flash Player

 

R in a Nutshell: A Desktop Quick Reference (In a Nutshell (O'Reilly)) [Paperback]

Joseph Adler
3.9 out of 5 stars  See all reviews (27 customer reviews)

Rent
$24.40
In Stock.
Rented by RentU and Fulfilled by Amazon.
Free Two-Day Shipping for College Students with Amazon Student

Formats

Amazon Price New from Used from
Kindle Edition $19.79  
Paperback --  
Shop the new tech.book(store)
New! Introducing the tech.book(store), a hub for Software Developers and Architects, Networking Administrators, TPMs, and other technology professionals to find highly-rated and highly-relevant career resources. Shop books on programming and big data, or read this week's blog posts by authors and thought-leaders in the tech industry. > Shop now
There is a newer edition of this item:
R in a Nutshell R in a Nutshell 4.0 out of 5 stars (6)
$40.54
In Stock.

Book Description

January 11, 2010 059680170X 978-0596801700 1

Why learn R? Because it's rapidly becoming the standard for developing statistical software. R in a Nutshell provides a quick and practical way to learn this increasingly popular open source language and environment. You'll not only learn how to program in R, but also how to find the right user-contributed R packages for statistical modeling, visualization, and bioinformatics.

The author introduces you to the R environment, including the R graphical user interface and console, and takes you through the fundamentals of the object-oriented R language. Then, through a variety of practical examples from medicine, business, and sports, you'll learn how you can use this remarkable tool to solve your own data analysis problems.

  • Understand the basics of the language, including the nature of R objects
  • Learn how to write R functions and build your own packages
  • Work with data through visualization, statistical analysis, and other methods
  • Explore the wealth of packages contributed by the R community
  • Become familiar with the lattice graphics package for high-level data visualization
  • Learn about bioinformatics packages provided by Bioconductor

"I am excited about this book. R in a Nutshell is a great introduction to R, as well as a comprehensive reference for using R in data analytics and visualization. Adler provides 'real world' examples, practical advice, and scripts, making it accessible to anyone working with data, not just professional statisticians."



Editorial Reviews

About the Author

Joseph Adler has many years of experience in data mining and data analysis at companies including DoubleClick, American Express, and VeriSign. He graduated from MIT with an Sc.B and M.Eng in Computer Science and Electrical Engineering from MIT. He is the inventor of several patents for computer security and cryptography, and the author of Baseball Hacks. Currently, he is a senior data scientist at LinkedIn.


Product Details

  • Paperback: 636 pages
  • Publisher: O'Reilly Media; 1 edition (January 11, 2010)
  • Language: English
  • ISBN-10: 059680170X
  • ISBN-13: 978-0596801700
  • Product Dimensions: 6 x 1.3 x 9 inches
  • Shipping Weight: 1.6 pounds
  • Average Customer Review: 3.9 out of 5 stars  See all reviews (27 customer reviews)
  • Amazon Best Sellers Rank: #147,788 in Books (See Top 100 in Books)

More About the Author

Joseph Adler has many years of experience in data mining and data analysis at companies including DoubleClick, American Express, and VeriSign. He graduated from MIT with an Sc.B. and M.Eng. in computer science and electrical engineering. He is the inventor on several patents for computer security and cryptography. He is currently a data scientist at LinkedIn.

Customer Reviews

Most Helpful Customer Reviews
72 of 74 people found the following review helpful
5.0 out of 5 stars Gateway into the world of R April 14, 2010
Format:Paperback|Amazon Verified Purchase
'R in a Nutshell' is the essential introductory book on R. Do not try to learn R without it.

I made two attempts to learn R before purchasing this book. In both previous attempts, I had to abort and use another tool to solve my problem because it was taking me too long to accomplish very simple things in R.

The reason R is hard to learn is that its documentation is organized for statisticians that already know R, but have forgotten a detail or two. There are a few other books on learning R, but they are setup like a college course - complete the entire book and THEN you can actually accomplish something.

R in a Nutshell allows you to get working immediately. Simply lookup what you need to do. The firsts thing I did was load a file and make a histogram. I found that stuff in the section on "Loading Data" and the section on charts. In no time I was making stacked area charts for cohorts. Now R is an essential tool for me - and I haven't even taken the time to learn it well! With this book, I don't have to. I can learn as I go. So I actually use R.

Do not R without it.
Comment | 
Was this review helpful to you?
66 of 71 people found the following review helpful
5.0 out of 5 stars Useful and surprisingly engaging January 14, 2010
Format:Paperback
Back in school, I was introduced to using SPSS for use in statistical analysis. While I liked SPSS, it was too expensive for me to procure a copy for my own personal use. A friend suggested that I try R. I was a little nervous about R, because being more enthusiastic about than talented with mathematics, and I was most comfortable with a point and click program. So, before I began, I bought "R in a Nutshell" to learn more. I'm glad that I did.

Adler's book begins with a basic tutorial for R and an introduction to R language. It explains how to use R to draw graphs, statistical analysis and even some bio stuff. All I needed to do was to load in my data, draw a couple charts and compute some t tests and chi-squared statistics.

The book was great, multi-faceted as a teaching tool, and - unexpectedly (and atypically for such works) - entertaining to read. I'm looking forward to using R next time I need to fit a regression model, or do factor analysis. The rare mathematics tutorial that will engage academics, financial traders and baseball stat wonks alike. Nice job.
Comment | 
Was this review helpful to you?
36 of 39 people found the following review helpful
3.0 out of 5 stars in purgatory between tutorial and reference June 4, 2010
Format:Paperback
I've just gotten the book, my first resource for learning R, and I find it moderately helpful but in some ways frustrating. O'Reilly's books usually take the form of either a progressive set of lessons in a language (like the famous "Learning Perl") or as an easily navigable reference book (like "Java in a Nutshell"). This book places itself somewhere in the middle. It begins with a fairly limited tutorial that covers basics of the scripting language but doesn't get into what a researcher would really use R for: importing data and running an analysis. This is complemented by a glossary of functions, but it contains little detail (not even the function's required arguments are listed) and they are not in anything like alphabetical order, instead grouped by the several "packages" that contain them. I went looking for the "standard deviation" function and there was no easy way to find it in the glossary, nor was the book's index any help -- it indexes the chapters but not the language reference.

Given the relative dearth of books available, this may or may not be the best introduction to the language available, but it leaves me wanting two better books: one for learning more about R, and one for a better reference.
Was this review helpful to you?
Most Recent Customer Reviews
5.0 out of 5 stars Great book
This is an excellent reference for R. I use it very often and it discusses a lot of things in simple terms.
Published 2 months ago by Prakhar Agarwal
1.0 out of 5 stars Save Your Money
There is nothing positive I can say about this book. It provides very little extra information on pretty much any subject and is so poorly organized that it's nearly impossible to... Read more
Published 3 months ago by Darth Mallow
3.0 out of 5 stars its ok but not a very good in comparison to other book available on...
Book title is ok and the content itself is luring but not a very good in comaparison to other book available on the market
Published 4 months ago by Mani
4.0 out of 5 stars Good Starter
This is a very good starter book for people who do not know anything about R. However, if you want to go in detail, it is not as good.
Published 7 months ago by ukal
4.0 out of 5 stars A handy quick reference for R
R is "a free software environment for statistical computing and graphics." R, at its core, is a programming language with special emphasis on statistical analysis. Read more
Published 7 months ago by Daniel Hanks
4.0 out of 5 stars My first success with R came due to this book.
I printed all the manuals that were available online, and actually worked through a few of them. But, was really at a loss to get a reasonable grasp on the language and concepts... Read more
Published 12 months ago by Ram
3.0 out of 5 stars Too much reprinting of the reference, not enough high level views
The book is pretty big, but it won't really teach you that much: it feels more like a catalog of the possibilities of R rather than a pedagogical introduction to R. Read more
Published 15 months ago by Franck
5.0 out of 5 stars Excellent theoretical introduction
I'm still reading the book and didn't reach chapters on data and stats yet, but found it well organized, highly accessible and focused. Read more
Published 15 months ago by Nargis Jumanova
4.0 out of 5 stars Detailed coverage of many R features
This is a good book that explains in some detail many important R features. "In a nutshell" isn't quite accurate, because it goes into considerable depth. Read more
Published 20 months ago by Nathan Goodman
5.0 out of 5 stars Programmers vs Novices
If you have programming experience and you want to understand how R works at a fairly deep level this is a wonderful book. Read more
Published 23 months ago by I Teach Typing
Search Customer Reviews
Only search this product's reviews

What Other Items Do Customers Buy After Viewing This Item?


Forums

There are no discussions about this product yet.
Be the first to discuss this product with the community.
Start a new discussion
Topic:
First post:
Prompts for sign-in
 



So You'd Like to...



Look for Similar Items by Category