Advanced R, Second Edition: Chapman &Hall/CRC The R Series
Autor Hadley Wickhamen Limba Engleză Paperback – 30 mai 2019
Advanced R helps you understand how R works at a fundamental level. It is designed for R programmers who want to deepen their understanding of the language, and programmers experienced in other languages who want to understand what makes R different and special.
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.
- 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
The second edition is a comprehensive update:
- 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) | 391.57 lei 3-5 săpt. | +40.10 lei 10-14 zile |
CRC Press – 30 mai 2019 | 391.57 lei 3-5 săpt. | +40.10 lei 10-14 zile |
Hardback (1) | 1000.60 lei 6-8 săpt. | |
CRC Press – 3 iun 2019 | 1000.60 lei 6-8 săpt. |
Din seria Chapman &Hall/CRC The R Series
- 23% Preț: 1301.84 lei
- Preț: 360.29 lei
- Preț: 343.32 lei
- Preț: 356.63 lei
- 20% Preț: 548.69 lei
- 8% Preț: 490.79 lei
- 20% Preț: 412.42 lei
- Preț: 400.98 lei
- 8% Preț: 437.61 lei
- 8% Preț: 386.32 lei
- 20% Preț: 455.83 lei
- Preț: 350.96 lei
- Preț: 358.30 lei
- Preț: 352.44 lei
- 8% Preț: 439.44 lei
- 8% Preț: 547.38 lei
- 8% Preț: 418.06 lei
- 8% Preț: 490.74 lei
- Preț: 356.63 lei
- 20% Preț: 408.14 lei
- Preț: 260.53 lei
- Preț: 389.17 lei
- Preț: 152.12 lei
- 8% Preț: 438.87 lei
- Preț: 359.66 lei
- 8% Preț: 422.96 lei
- 20% Preț: 308.68 lei
- Preț: 235.73 lei
- 17% Preț: 271.15 lei
- 15% Preț: 502.96 lei
- Preț: 392.33 lei
- 9% Preț: 835.78 lei
- 22% Preț: 447.00 lei
- 25% Preț: 565.16 lei
- 31% Preț: 840.76 lei
- 18% Preț: 1060.50 lei
- 20% Preț: 566.43 lei
- 26% Preț: 1013.16 lei
- 20% Preț: 1045.36 lei
- 25% Preț: 530.74 lei
Preț: 391.57 lei
Nou
74.94€ • 77.84$ • 62.25£
Carte disponibilă
Livrare economică 11-25 ianuarie 25
Livrare express 31 decembrie 24 - 04 ianuarie 25 pentru 50.09 lei
Specificații
ISBN-10: 0815384572
Pagini: 604
Dimensiuni: 156 x 234 x 38 mm
Greutate: 0.91 kg
Ediția:2. Auflage
Editura: CRC Press
Colecția Chapman and Hall/CRC
Seria Chapman &Hall/CRC The R Series
Public țintă
Professional Practice & DevelopmentCuprins
Notă biografică
Recenzii
"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 helps you understand how R works at a fundamental level. It is designed for R programmers who want to deepen their understanding of the language, and programmers experienced in other languages who want to understand what makes R different and special.
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
The second edition is a comprehensive update:
- 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.