Buy used: $5.93
$3.99 delivery May 6 - 10. Details
Or fastest delivery May 2 - 7. Details
Used: Good | Details
Sold by HPB-Red
Condition: Used: Good
Comment: Connecting readers with great books since 1972! Used textbooks may not include companion materials such as access codes, etc. May have some wear or writing/highlighting. We ship orders daily and Customer Service is our top priority!
Access codes and supplements are not guaranteed with used items.
Loading your book clubs
There was a problem loading your book clubs. Please try again.
Not in a club? Learn more
Amazon book clubs early access

Join or create book clubs

Choose books together

Track your books
Bring your club to Amazon Book Clubs, start a new book club and invite your friends to join, or find a club that’s right for you for free.
Kindle app logo image

Download the free Kindle app and start reading Kindle books instantly on your smartphone, tablet, or computer - no Kindle device required.

Read instantly on your browser with Kindle for Web.

Using your mobile phone camera - scan the code below and download the Kindle app.

QR code to download the Kindle App

Follow the authors

Something went wrong. Please try your request again later.

SAS and R: Data Management, Statistical Analysis, and Graphics 1st Edition

3.8 3.8 out of 5 stars 14 ratings

There is a newer edition of this item:

SAS and R
$76.54
(18)
Usually ships within 5 days

An All-in-One Resource for Using SAS and R to Carry out Common Tasks

Provides a path between languages that is easier than reading complete documentation
SAS and R: Data Management, Statistical Analysis, and Graphics presents an easy way to learn how to perform an analytical task in both SAS and R, without having to navigate through the extensive, idiosyncratic, and sometimes unwieldy software documentation. The book covers many common tasks, such as data management, descriptive summaries, inferential procedures, regression analysis, and the creation of graphics, along with more complex applications.

Takes an innovative, easy-to-understand, dictionary-like approach
Through the extensive indexing, cross-referencing, and worked examples in this text, users can directly find and implement the material they need. The book enables easier mobility between the two systems: SAS users can look up tasks in the SAS index and then find the associated R code while R users can benefit from the R index in a similar manner. Demonstrating the code in action and facilitating exploration, the authors present extensive example analyses that employ a single data set from the HELP study. They offer the data sets and code for download on the book’s website.


Amazon First Reads | Editors' picks at exclusive prices

Editorial Reviews

About the Author

Ken Kleinman is an associate professor at Harvard Medical School. His research deals with clustered data analysis, surveillance, and epidemiological applications.

Nicholas J. Horton is an associate professor of statistics at Smith College. His research interests include longitudinal regression models and missing data methods.

Product details

  • Publisher ‏ : ‎ Chapman and Hall/CRC; 1st edition (July 21, 2009)
  • Language ‏ : ‎ English
  • Hardcover ‏ : ‎ 343 pages
  • ISBN-10 ‏ : ‎ 1420070576
  • ISBN-13 ‏ : ‎ 978-1420070576
  • Item Weight ‏ : ‎ 1.75 pounds
  • Dimensions ‏ : ‎ 7 x 1 x 10 inches
  • Customer Reviews:
    3.8 3.8 out of 5 stars 14 ratings

About the authors

Follow authors to get new release updates, plus improved recommendations.

Customer reviews

3.8 out of 5 stars
3.8 out of 5
14 global ratings

Top reviews from the United States

Reviewed in the United States on August 23, 2009
This book is a really helpful reference. I'm the author of "R for SAS and SPSS Users", and I thought you might be interested in how these two books differ.

"SAS and R" is a well-crafted dictionary of how to do things in both SAS and R. For each topic the authors clearly and concisely show how to perform that task in SAS, then in R. They typically provide a paragraph of description for each. The brevity of explanation allows the authors to cover a wider range of topics. If you needed to know more about a topic, at least they have given you a good start and you'll know what SAS statements or R functions to pursue. That's helpful information, especially in R. Each chapter concludes with example programs with output which demonstrate the topics covered. Output for both packages is shown. The book does include brief introductions to both SAS and R in the appendices but, as the authors state in the preface, their book is not meant to be read cover to cover. However, unlike a standard dictionary, the entries are organized by category, so reading several entries in a row is usually helpful.

"R for SAS and SPSS Users" is a step-by-step introductory text, meant to be read in order. I assume you already know SAS or SPSS, and the only discussion of them is used to help you learn R. Rather than a paragraph of explanation per topic, I typically provide several pages, stepping through complete example programs, and pointing out where beginners typically make mistakes (often caused by expecting R to work more like SAS or SPSS). However, given that added explanation, the range of topics is narrower. I do include programs in all three at the end of each topic, but I provide detailed explanations for only the R programs. To save space, I show only the R output. While I include some redundancy to facilitate using it as a reference, it is important to read it through at least once.

So for someone learning R, these books complement each other well. I recommend starting with "R for SAS and SPSS Users" to build a solid understanding of R, then use "SAS and R" to look up any additional topics.

For someone learning SAS, I recommend reading a book devoted to that topic, such as, "The Little SAS Book: A Primer", then using "SAS and R" to look up the many topics that book does not cover. "R for SAS and SPSS Users" is not a good choice for learning SAS or SPSS.

In either case, you'll probably need additional books devoted to the particular methods of analysis you need.
35 people found this helpful
Report
Reviewed in the United States on September 2, 2014
This volume will best serve someone well versed in SAS and who wants a quick reference for common statistical tasks to be performed in R. The reverse is also true. What it does not do as well as I would have liked is a clear introduction to the datastep, contrasting common proceduers in SAS and R. Also I was hoping for more in-depth guidance on looping functions, producing simulations, etc.
Reviewed in the United States on September 24, 2012
If you already know how to use SAS this can be looked at as a nice cookbook. I had it checked out from the University and found it helpful enough that I went ahead and bought it. My biggest problem with R has been that its code moves faster than its documentation. And, while the syntax is actually pretty simple in a lot of ways, if you already know SAS you get a pretty concise description of the problem(s) they are working on as well as mechanisms for resolving them in either system.

Much shorter than most of the books I have seen on R, but it can start with the assumption that you know how to do things in general and just want to see how to do them in a new system.
Reviewed in the United States on November 23, 2011
I gave the book 5 stars because that's what those who use it tend to give it. This is a case where it would be good to have reviews without stars because this review is not so much about the book, but the concept.

I know SAS and statistical methods well. And I can manipulate data if I'm in the mood. But, the time has come to add R to my skills and I wanted something that might make things easier. So, I saw the stellar reviews for this book and decided to give it a try.

What I discovered is that the concept doesn't work for me. Since I know the methods well, I don't need to refer to how to do something in SAS in order to understand how to do it in R. Things get further complicated because there are often many ways to do something in SAS, so for someone well-versed in SAS going to R, again what matters is the particular task, not any particular way of accomplishing it in SAS.

Let me try an analogy. I think of SAS and R as languages. I speak SAS but want to become a *native* speaker of R. That means I have to learn to think in R rather than by attempt a work-for-word translation from SAS. The word-for-word translation might work for closely related languages (the statistical analysis portions of SAS and SPSS, for example [or maybe even Stata and R?]), but not for two so different as SAS and R. In computer language terms it's like translating Fortran into APL.

I can see how this approach might work for someone who is on the same footing in both R and SAS as a way to compare and contrast, but as a way for going from one to the other, what works best for me is starting with a clean slate.
3 people found this helpful
Report
Reviewed in the United States on January 5, 2014
Don't buy the Kindle edition. It is missing the index page numbers. Useless, as that was supposed to be one the the great features of the book.

Top reviews from other countries

Translate all reviews to English
まると
4.0 out of 5 stars これは便利です
Reviewed in Japan on September 7, 2014
SAS信者あるいはR信者が、仕事の都合でRあるいはSASを弄くらないといけなくなった時に便利な本です。