Advanced R, Second Edition: Chapman &Hall/CRC The R Series
Autor Hadley Wickhamen Limba Engleză Hardback – 3 iun 2019
This book will teach you the foundations of R; three fundamental programming paradigms (functional, object-oriented, and metaprogramming); and powerful techniques for debugging and optimising
your code.
By reading this book, you will learn:
- The difference between an object and its name, and why the distinction is important
- The important vector data structures, how they fit together, and how you can pull them apart using subsetting
- The fine details of functions and environments
- The condition system, which powers messages, warnings, and errors
- The powerful functional programming paradigm, which can replace many for loops
- The three most important OO systems: S3, S4, and R6
- The tidy eval toolkit for metaprogramming, which allows you to manipulate code and control evaluation
- Effective debugging techniques that you can deploy, regardless of how your code is run
- How to find and remove performance bottlenecks
- New foundational chapters: "Names and values," "Control flow," and "Conditions"
- comprehensive coverage of object oriented programming with chapters on S3, S4, R6, and how to choose between them
- Much deeper coverage of metaprogramming, including the new tidy evaluation framework
- use of new package like rlang (http://rlang.r-lib.org), which provides a clean interface to low-level operations, and purr (http://purrr.tidyverse.org/) for functional programming
- Use of color in code chunks and figures
Hadley Wickham is Chief Scientist at RStudio, an Adjunct Professor at Stanford University and the University of Auckland, and a member of the R Foundation. He is the lead developer of the tidyverse, a collection of R packages, including ggplot2 and dplyr, designed to support data science. He is also the author of R for Data Science (with Garrett Grolemund), R Packages, and ggplot2: Elegant Graphics for Data Analysis.
Toate formatele și edițiile | Preț | Express |
---|---|---|
Paperback (1) | 347.60 lei 6-8 săpt. | +88.24 lei 10-14 zile |
CRC Press – 30 mai 2019 | 347.60 lei 6-8 săpt. | +88.24 lei 10-14 zile |
Hardback (1) | 996.37 lei 6-8 săpt. | |
CRC Press – 3 iun 2019 | 996.37 lei 6-8 săpt. |
Din seria Chapman &Hall/CRC The R Series
- 26% Preț: 682.48 lei
- 22% Preț: 457.63 lei
- 11% Preț: 356.65 lei
- Preț: 392.28 lei
- 9% Preț: 835.78 lei
- 25% Preț: 562.78 lei
- 11% Preț: 347.60 lei
- 22% Preț: 414.31 lei
- 31% Preț: 459.46 lei
- 19% Preț: 123.34 lei
- 23% Preț: 477.46 lei
- 22% Preț: 327.55 lei
- 11% Preț: 347.35 lei
- 25% Preț: 829.44 lei
- 26% Preț: 1008.88 lei
- 23% Preț: 350.60 lei
- 25% Preț: 528.50 lei
- 23% Preț: 409.12 lei
- 18% Preț: 143.59 lei
- 31% Preț: 338.59 lei
- 17% Preț: 429.03 lei
- 26% Preț: 1008.88 lei
- 17% Preț: 270.01 lei
- 30% Preț: 509.61 lei
- 21% Preț: 380.47 lei
- 22% Preț: 414.24 lei
- 32% Preț: 969.55 lei
- 23% Preț: 445.12 lei
- 32% Preț: 837.21 lei
- 31% Preț: 474.61 lei
- 31% Preț: 408.62 lei
- 22% Preț: 371.89 lei
- 31% Preț: 761.26 lei
- 31% Preț: 870.40 lei
- 26% Preț: 1011.33 lei
- 16% Preț: 218.38 lei
- 23% Preț: 367.82 lei
- 26% Preț: 676.82 lei
Preț: 996.37 lei
Preț vechi: 1337.79 lei
-26% Nou
Puncte Express: 1495
Preț estimativ în valută:
190.68€ • 201.65$ • 159.06£
190.68€ • 201.65$ • 159.06£
Carte tipărită la comandă
Livrare economică 28 decembrie 24 - 11 ianuarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9780367255374
ISBN-10: 0367255375
Pagini: 604
Dimensiuni: 156 x 234 x 36 mm
Greutate: 1.3 kg
Ediția:2
Editura: CRC Press
Colecția Chapman and Hall/CRC
Seria Chapman &Hall/CRC The R Series
ISBN-10: 0367255375
Pagini: 604
Dimensiuni: 156 x 234 x 36 mm
Greutate: 1.3 kg
Ediția:2
Editura: CRC Press
Colecția Chapman and Hall/CRC
Seria Chapman &Hall/CRC The R Series
Public țintă
Professional Practice & DevelopmentCuprins
Introduction. Foundations. Data structures. Subsetting. Vocabulary. Style guide. Functions. OO field guide. Environments. Debugging, condition handling, and defensive programming. Functional Programming. Functional programming. Functionals. Function operators. Computing on the Language. Non-standard evaluation. Expressions. Domain-specific languages. Performance. Performance. Optimising code. Memory. High performance functions with Rcpp. R’s C interface.
Notă biografică
Hadley Wickham is Chief Scientist at RStudio, an Adjunct Professor at Stanford University and the University of Auckland, and a member of the R Foundation. He is the lead developer of the tidyverse, a collection of R packages, including ggplot2 and dplyr, designed to support data science. He is also the author of R for Data Science (with Garrett Grolemund), R Packages, and ggplot2: elegant graphics for data analysis.
Recenzii
"The development of progressive data analysis tools that are technically excellent creates a superior opportunity for us as data science users. The concepts of this book can enhance the overall user experience and increase the likelihood that the developed tools become preferred tools accomplishing the desired purpose. Learning from Wickham's vast experience in R coding improves tools that provide targeted users the ability to be more efficient, clearer R analysis code writers, better debuggers of their own syntax errors, and positioned to enjoy faster performance time. These are many of the advantages I have enjoyed using tidyverse developed by Wickham with the "Advanced R" philosophy." ~Technometrics
"The book is packed with a ton of information, insights, and knowledge drawn from the author's own experience. The approach will be appreciated by the right audience – the audience that is looking for a deeper understanding of the R language. At times, the writing style reveals a personal reflection of how the author's knowledge of the language has evolved. This is beautiful."
~ISCB News
"The book is packed with a ton of information, insights, and knowledge drawn from the author's own experience. The approach will be appreciated by the right audience – the audience that is looking for a deeper understanding of the R language. At times, the writing style reveals a personal reflection of how the author's knowledge of the language has evolved. This is beautiful."
~ISCB News
Descriere
Advanced R presents useful tools and techniques for attacking many types of R programming problems, helping you avoid mistakes and dead ends. With more than ten years of experience programming in R, the author illustrates the elegance, beauty, and flexibility at the heart of R.