Advanced R Solutions: Chapman &Hall/CRC The R Series
Autor Malte Grosser, Henning Bumann, Hadley Wickhamen Limba Engleză Hardback – 24 aug 2021
Features:
- When R creates copies, and how it affects memory usage and code performance
- Everything you could ever want to know about functions
- The differences between calling and exiting handlers
- How to employ functional programming to solve modular tasks
- The motivation, mechanics, usage, and limitations of R's highly pragmatic S3 OO system
- The R6 OO system, which is more like OO programming in other languages
- The rules that R uses to parse and evaluate expressions
- How to use metaprogramming to generate HTML or LaTeX with elegant R code
- How to identify and resolve performance bottlenecks
Toate formatele și edițiile | Preț | Express |
---|---|---|
Paperback (1) | 387.99 lei 43-57 zile | |
CRC Press – 24 aug 2021 | 387.99 lei 43-57 zile | |
Hardback (1) | 788.77 lei 43-57 zile | |
CRC Press – 24 aug 2021 | 788.77 lei 43-57 zile |
Din seria Chapman &Hall/CRC The R Series
- Preț: 350.96 lei
- 20% Preț: 529.96 lei
- 20% Preț: 424.82 lei
- Preț: 343.32 lei
- Preț: 358.30 lei
- 20% Preț: 548.69 lei
- 8% Preț: 490.79 lei
- 23% Preț: 1327.47 lei
- 8% Preț: 453.31 lei
- Preț: 400.98 lei
- 8% Preț: 386.32 lei
- Preț: 389.17 lei
- Preț: 391.57 lei
- Preț: 152.12 lei
- 8% Preț: 491.54 lei
- 20% Preț: 421.05 lei
- Preț: 356.63 lei
- 8% Preț: 418.06 lei
- Preț: 375.06 lei
- 8% Preț: 544.64 lei
- Preț: 359.66 lei
- 8% Preț: 437.61 lei
- Preț: 360.29 lei
- Preț: 260.53 lei
- 8% Preț: 422.96 lei
- 8% Preț: 438.87 lei
- Preț: 356.63 lei
- 20% Preț: 308.68 lei
- Preț: 235.73 lei
- 17% Preț: 271.58 lei
- 15% Preț: 513.32 lei
- Preț: 392.33 lei
- 9% Preț: 835.78 lei
- 20% Preț: 1329.88 lei
- 22% Preț: 447.69 lei
- 24% Preț: 566.03 lei
- 31% Preț: 842.05 lei
- 18% Preț: 1082.45 lei
- 20% Preț: 578.11 lei
- 26% Preț: 1014.74 lei
- 20% Preț: 1066.99 lei
- 25% Preț: 531.55 lei
Preț: 788.77 lei
Preț vechi: 961.92 lei
-18% Nou
Puncte Express: 1183
Preț estimativ în valută:
150.97€ • 155.58$ • 127.46£
150.97€ • 155.58$ • 127.46£
Carte tipărită la comandă
Livrare economică 03-17 martie
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781032007502
ISBN-10: 1032007508
Pagini: 302
Ilustrații: 10 Line drawings, color; 13 Line drawings, black and white; 10 Illustrations, color; 13 Illustrations, black and white
Dimensiuni: 156 x 234 x 18 mm
Greutate: 0.64 kg
Ediția:1
Editura: CRC Press
Colecția Chapman and Hall/CRC
Seria Chapman &Hall/CRC The R Series
ISBN-10: 1032007508
Pagini: 302
Ilustrații: 10 Line drawings, color; 13 Line drawings, black and white; 10 Illustrations, color; 13 Illustrations, black and white
Dimensiuni: 156 x 234 x 18 mm
Greutate: 0.64 kg
Ediția:1
Editura: CRC Press
Colecția Chapman and Hall/CRC
Seria Chapman &Hall/CRC The R Series
Cuprins
Part I Foundations
2. Names and values
3. Vectors
4. Subsetting
5. Control Flow
6. Functions
7. Environments
8. Conditions
Part II Funtional Programming
9. Functionals
10. Function Factories
11. Function Operators
Part III Object oriented programming
13. S3
14. R6
15. S4
Part IV Metaprogramming
18. Expressions
19. Quasiquotation
20. Evaluation
21. Translating R Code
Part V Techniques
23. Measuring Performance
24. Improving Performance
25. Rewriting R code in C++
2. Names and values
3. Vectors
4. Subsetting
5. Control Flow
6. Functions
7. Environments
8. Conditions
Part II Funtional Programming
9. Functionals
10. Function Factories
11. Function Operators
Part III Object oriented programming
13. S3
14. R6
15. S4
Part IV Metaprogramming
18. Expressions
19. Quasiquotation
20. Evaluation
21. Translating R Code
Part V Techniques
23. Measuring Performance
24. Improving Performance
25. Rewriting R code in C++
Notă biografică
Malte Grosser is a business mathematician from Hamburg, who has been programming in R regularly since the beginning of his career. He is currently finishing his PhD on machine learning for stroke outcome prediction and develops solutions in business as a data scientist.
Henning Bumann is a psychologist and statistician who enjoys making sense of data and is motivated to build data-driven solutions that are beautiful and meaningful. He prefers free programming tools to support effective and transparent collaboration.
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.
Henning Bumann is a psychologist and statistician who enjoys making sense of data and is motivated to build data-driven solutions that are beautiful and meaningful. He prefers free programming tools to support effective and transparent collaboration.
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.
Recenzii
"I learned a lot working through their solutions — it's a great way to broaden and deepen your understanding of R. (I should probably go through it again...)"
- Greg Wilson
"Advance R Solutions is a great educational resource that I can recommend to my students. [. . . ] Advanced R, 2nd Edition and the new Advanced R Solutions constitute a dynamic duo for advancing my student’s knowledge in an orderly manner.
[. . .] I would say that if you’re a data scientists who uses R, then Advanced R Solutions should be part of your professional library. Taking some time to explore the various solutions and expand on them with your own experiments, will only help you hone your skills and increase your knowledge. R is a great programming environment that I enjoy on a daily basis. Having yet another resource like this for deepening my knowledge can only lead to good things."
– insideBIGDATA, Daniel D. Gutierrez
- Greg Wilson
"Advance R Solutions is a great educational resource that I can recommend to my students. [. . . ] Advanced R, 2nd Edition and the new Advanced R Solutions constitute a dynamic duo for advancing my student’s knowledge in an orderly manner.
[. . .] I would say that if you’re a data scientists who uses R, then Advanced R Solutions should be part of your professional library. Taking some time to explore the various solutions and expand on them with your own experiments, will only help you hone your skills and increase your knowledge. R is a great programming environment that I enjoy on a daily basis. Having yet another resource like this for deepening my knowledge can only lead to good things."
– insideBIGDATA, Daniel D. Gutierrez
Descriere
This book offers solutions to all 284 exercises in Advanced R, Second Edition. All the solutions have been carefully documented and made to be as clear and accessible as possible.