

Desertcart purchases this item on your behalf and handles shipping, customs, and support to Spain.
With more than 200 practical recipes, this book helps you perform data analysis with R quickly and efficiently. The R language provides everything you need to do statistical work, but its structure can be difficult to master. This collection of concise, task-oriented recipes makes you productive with R immediately, with solutions ranging from basic tasks to input and output, general statistics, graphics, and linear regression. Each recipe addresses a specific problem, with a discussion that explains the solution and offers insight into how it works. If you’re a beginner, R Cookbook will help get you started. If you’re an experienced data programmer, it will jog your memory and expand your horizons. You’ll get the job done faster and learn more about R in the process. Create vectors, handle variables, and perform other basic functions Input and output data Tackle data structures such as matrices, lists, factors, and data frames Work with probability, probability distributions, and random variables Calculate statistics and confidence intervals, and perform statistical tests Create a variety of graphic displays Build statistical models with linear regressions and analysis of variance (ANOVA) Explore advanced statistical techniques, such as finding clusters in your data "Wonderfully readable, R Cookbook serves not only as a solutions manual of sorts, but as a truly enjoyable way to explore the R language―one practical example at a time." ―Jeffrey Ryan, software consultant and R package author Review: A simple and masterful book with many insights - better than many textbooks on R - With clear and concise explanations covering most of the important areas, this is a brilliant book. It can not only save you plenty of time, but also help you to gain new insights as you learn from comprehensive but short and clear discussions of so many different topics. They are all explained in a such a way that you can directly access anyone of them without having to read the rest of the book. Some highlights: - The chapter 2 on "Some Basics" is simple but mandatory for any beginner. - Chapter 5 on "Data Structures" is one of the best along with Chapter 12 on "Useful Tricks". Chapter 5 covers data structures in a clearer and better way than many other books on R. - Chapter 6 on "Data Transformations" shows the beauty and power of R in short but very good examples. - Statistics with R is covered in Chapter 8 on "Probability" and chapter 9 on "General Statistics", whereas Chapter 11 covers "Linear Regression and ANOVA". Here again the very clear prose and simple examples show these applications of R in a much better way than books on R and "advanced analytics" like "R for Everyone" (a book that is a big disappointment). - There is a good coverage of graphics in Chapter 10, whereas the author still found space to treat time series analysis in Chapter 14 with more brilliant examples. What is missing? A coverage of RStudio, a great and free development environment for R. There is also a lack of any examples covering statistical learning data analysis other than linear regression which actually belongs more to standard statistical analysis. But this is little in comparison to what it offers. This is a great book written in a masterful way not only in knowing the subject matter but also in knowing how to present it and teach it. Review: A High Quality Book On R Programming! - This is an excellent book. I read it from cover to cover. I did not try out the examples however. I found the writing to be very good and the book, although a cookbook, actually provides a great way to get an in depth overview of R. The R packages facilitate the use of the book examples by providing test data in the packages. The book is organized well, especially the file I/O and data structures, as well as the statistics sections. I have worked with statistics at various levels over the years and taken courses but I wanted to brush up on concepts and applications, and this book was really good for that. I think it is also a decent book for learning programming although one would start using the 1-based paradigm instead of 0-based for indexing and that is kind of nonstandard and used only for math software. But a beginner could learn quite a bit by just playing around with the examples. The explanations of the statistics concepts was particularly good. The author is very precise with his language and even repetitive (which I appreciated) about the rigorous interpretation of results. The R software thankfully provides a well designed, open source alternative to Matlab and this cookbook (with its references) is an ideal place to start learning for practical use at work or on projects. I thoroughly recommend it. I found very few typos which for me is one of many quality indicators. The author also writes in an entertaining style making the book fun to read - which is a challenge considering the subject matter could be considered dry (by some).
































































| Best Sellers Rank | #1,392,269 in Books ( See Top 100 in Books ) #181 in Bioinformatics (Books) #322 in Mathematical & Statistical Software #457 in Data Modeling & Design (Books) |
| Customer Reviews | 4.6 out of 5 stars 216 Reviews |
P**R
A simple and masterful book with many insights - better than many textbooks on R
With clear and concise explanations covering most of the important areas, this is a brilliant book. It can not only save you plenty of time, but also help you to gain new insights as you learn from comprehensive but short and clear discussions of so many different topics. They are all explained in a such a way that you can directly access anyone of them without having to read the rest of the book. Some highlights: - The chapter 2 on "Some Basics" is simple but mandatory for any beginner. - Chapter 5 on "Data Structures" is one of the best along with Chapter 12 on "Useful Tricks". Chapter 5 covers data structures in a clearer and better way than many other books on R. - Chapter 6 on "Data Transformations" shows the beauty and power of R in short but very good examples. - Statistics with R is covered in Chapter 8 on "Probability" and chapter 9 on "General Statistics", whereas Chapter 11 covers "Linear Regression and ANOVA". Here again the very clear prose and simple examples show these applications of R in a much better way than books on R and "advanced analytics" like "R for Everyone" (a book that is a big disappointment). - There is a good coverage of graphics in Chapter 10, whereas the author still found space to treat time series analysis in Chapter 14 with more brilliant examples. What is missing? A coverage of RStudio, a great and free development environment for R. There is also a lack of any examples covering statistical learning data analysis other than linear regression which actually belongs more to standard statistical analysis. But this is little in comparison to what it offers. This is a great book written in a masterful way not only in knowing the subject matter but also in knowing how to present it and teach it.
K**E
A High Quality Book On R Programming!
This is an excellent book. I read it from cover to cover. I did not try out the examples however. I found the writing to be very good and the book, although a cookbook, actually provides a great way to get an in depth overview of R. The R packages facilitate the use of the book examples by providing test data in the packages. The book is organized well, especially the file I/O and data structures, as well as the statistics sections. I have worked with statistics at various levels over the years and taken courses but I wanted to brush up on concepts and applications, and this book was really good for that. I think it is also a decent book for learning programming although one would start using the 1-based paradigm instead of 0-based for indexing and that is kind of nonstandard and used only for math software. But a beginner could learn quite a bit by just playing around with the examples. The explanations of the statistics concepts was particularly good. The author is very precise with his language and even repetitive (which I appreciated) about the rigorous interpretation of results. The R software thankfully provides a well designed, open source alternative to Matlab and this cookbook (with its references) is an ideal place to start learning for practical use at work or on projects. I thoroughly recommend it. I found very few typos which for me is one of many quality indicators. The author also writes in an entertaining style making the book fun to read - which is a challenge considering the subject matter could be considered dry (by some).
J**D
O'Reilly R Reference
The R statistical analysis tool has much to recommend it to students, researchers, and commercial data analysts. It contains a powerful set of analysis and graphics commands and a constantly-growing number of add-on packages produced by its large user community. R and most of its add-ons are also available for free under an open source license. It is a realistic and readily available rival to major commercial tools such as SAS and SPSS. As with everything, there is a downside. R is accessed through a command line interface, has an overwhelming number of commands, and its syntax is difficult to learn and remember. R users, especially novices, will find this cookbook of tremendous help. It contains many brief sections, each of which lists example R code for a specific analysis task. Tasks supported range from downloading and installing R through more complex data analysis. The sections I found most useful were: - Finding Relevant Functions and Packages - Performing Matrix Operations - Editing a Data Frame - Generating Reproducible Random Numbers - Plotting Multiple Data Sets - Predicting a Binary-Valued Variable (Logistic Regression) Paul Teetor has produced a well-organized and useful reference book. The sections are straightforward and the example R code is no more complex than necessary. The explanations in each sections are instructive, yet concise. Numerous cross-links between sections allow readers to understand related tasks when writing more complex code. There are even a few sections on common R error messages and useful programming tricks. I recommend this book to anyone working with R who already has some background in data analysis with one or more other software tools. Note: The book comes with an offer from the published to purchase upgrades as new versions are released. This seems like a good idea, but I have no experience with this from O'Reilly.
A**N
R Coobook
No nonsense to-the point attitude; rich in content and logically organized; all leading to a last chapter about time-series. Useful!
O**E
Good book, Kindle Annoyances hurt use as reference
The book is 5-star as described by earlier reviewers. The kindle version has annoyances. Like many, I'd like to replace thick, heavy reference books with electronic docs. My hardware is an ipad, but kindle works nicely on many devices. But for REFERENCE use, this volume's got a problem: The Table of Contents! Here's a fragment: 4.12. Reading Files with a Complex Structure Problem Solution Discussion See Also 4.13. Reading from MySQL Databases Problem Solution Discussion See Also The same, identical subheads are REPEATED under virtually EVERY SECTION HEADING. With a reference, one wishes to quickly scan the list of topics covered. In kindle form, one can see at most 6 or 7 topics per page. Plus "Problem, Solution, Discussion and See Also" REPEATED 6 or 7 times per page! Really? When viewing the book's "Look Inside" on the Amazon website, "Problem, Solution, Discussion and See Also" are not spewed throughout the Table of Contents. Presumably that is the image of the print version. So one can see about 40 topics per page while flipping thru the Contents in the print volume. And 6 topics on the kindle? I just want to know how can I get my kindle copy to be so useful and eliminate the annoying, useless repetition. Am I missing some trick here? An orderly, repetitive structure is valuable in computer language cookbook topic treatments. Reproducing this standard structure 6 times a page in the Contents, crowding out useful information....is a painful annoyance. With a reference, one expects to repeatedly scan the topics. I can't believe the author permitted this. But I'm not dropping a star because this problem is with whoever created the kindle version, not with the book.
K**R
Very Practical -- Saved me tons of time!!!
I'd give this book ten stars if I could. I bought one copy for the office and one for my house. This guy has the ability to write simply and with the mind set of people who are busy and want to get results right away. Of course we'd all love to be leisurely scholars and plow through theory and practice but most of us just need to get things done. A good example is the way he treats ARIMA. He warns you about using auto.arima but does not hide it from you because it is "dangerous." The book is full of tips, well organized and is oriented towards beginners, though it gets into depth. So many of the R books I've read absolutely pound you with up front details, some of which relate to obscure concerns, rather than starting with a task. For example, on page 199 he writes "Problem -- you want to count the relative frequency of certain observations in your sample" Next is "Solution" -- and he explains just the minimum needed to do that job. Some of the tips are just simple time savers, such as the function head(dataframe) to show a few of the dataframe rows at the start and tail(dataframe) to show a few at the end. Finally .... I don't know this writer personally, but I hope he keeps on writing because it is a craft he has thoroughly absorbed somewhere along the line. Bill Yarberry, Houston, TX
D**T
Great book - *ADA Issues.
Great book, really helpful. ADA Issue: 1).The reading text is in a accessable font and text size; 2) *The code examples are provided in Non-ADA format - being a different font, and the text size is below ADA accessable format* 3) If you wear glasses, you may find yourself struggling to read the code. It's much easier to read the instruction vs the code.
J**Y
Well written with great, detaled explanations
This is a very well written and clear book on a broad variety of topics is R. It is not a book for learning statistics: it assumes you have a good knowledge of statistics. But it does review basic concepts to explain how R output relates to statistical concepts. The coverage of linear models is a good example. It goes into great detail explaining what every bit of output means. One big R concept missing is R Studio. There is a good reason for that, though. R Studio was just being developed when this book was written. A good survey book of R that does include R Studio is "R for Dummies", which actually is very similar in layout and style to "R Cookbook", but "R Cookbook" goes into greater detail in some explanations. This book, along with others, is an important addition to R references.
A**D
Ist ok
Ein gutes Buch, setzt gute Englischkenntnisse voraus, schade, dass es dieses Buch nicht in deutsch gibt, da sind uns die USA halt immer ein Stück voraus., Preis ist angemessen, ist für Programmierer mit tiefer gehenden Ambitionen.
A**N
Paul Teetor is the head chef
By far the best R book around. Excellent book for both absolute beginners looking to hit the ground running and advanced users looking to expand their set of tools with immediate results. If you're interested in quantitative finance, the time-series section (chapter 14) alone is worth a lot more than the price of the book. The 'recipe' based approach of the book truly sets it apart.
G**G
Nice and simple
This is a concise and effective overview of the R programming basic aspects. A must have for quick solving issues.
P**S
Buen libro de referencia de R
Es un buen libro tanto tanto para iniciarse con el programa R como para profundizar en dicho lenguaje. Enseña con ejemplos como resolver problemas habituales que puedan surgir al analizar datos, como hacer gráficos, todo tipo de análisis estadísticos, modificar y transformar set de datos, etc
V**R
Wish I'd bought it sooner
Used during my MSc. Found it very helpful - some of the websites I've looked for help with before are aimed at people who really know that they are doing with R, whereas this was at the right level for me. I found the sections explaining the results of GLMs particularly useful. I only wish I'd bought it sooner - t would have been so useful!
Trustpilot
4 days ago
1 week ago