Advanced R, 2/e (Paperback)
暫譯: 進階 R, 第二版 (平裝本)
Wickham, Hadley
- 出版商: CRC
- 出版日期: 2019-05-30
- 售價: $2,560
- 貴賓價: 9.5 折 $2,432
- 語言: 英文
- 頁數: 604
- 裝訂: Quality Paper - also called trade paper
- ISBN: 0815384572
- ISBN-13: 9780815384571
-
相關分類:
R 語言
-
相關翻譯:
高級 R語言編程指南, 2/e (簡中版)
-
其他版本:
Advanced R, Second Edition
海外代購書籍(需單獨結帳)
買這商品的人也買了...
-
$1,452Beautiful Data: The Stories Behind Elegant Data Solutions (Paperback)
-
$3,500$3,325 -
$1,260$1,235 -
$2,980$2,831 -
$780$616 -
$1,760$1,672 -
$1,460Introduction to the Theory of Computation, 3/e (Hardcover)
-
$7,250$6,888 -
$1,715Introduction to Probability, 2/e (Hardcover)
-
$880$695 -
$1,380$1,311 -
$1,888Software Engineering at Google: Lessons Learned from Programming Over Time (Paperback)
-
$474$450 -
$834$792 -
$1,680$1,646 -
$2,200$2,090 -
$2,550$2,423 -
$2,850$2,708 -
$400C++ 新經典:模板與泛型編程
-
$2,094Tidy Modeling with R: A Framework for Modeling in the Tidyverse (Paperback)
-
$534$507 -
$2,520R for Data Science: Import, Tidy, Transform, Visualize, and Model Data, 2/e (Paperback)
-
$2,464Causal Inference in Python: Applying Causal Inference in the Tech Industry (Paperback)
-
$1,200$1,140 -
$980$774
相關主題
商品描述
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.
商品描述(中文翻譯)
《進階 R》幫助您理解 R 的基本運作原理。這本書是為希望深入了解 R 語言的 R 程式設計師,以及希望了解 R 的獨特之處的其他語言經驗豐富的程式設計師而設計的。
這本書將教您 R 的基礎知識;三種基本的程式設計範式(函數式、物件導向和元程式設計);以及用於除錯和優化您程式碼的強大技術。
通過閱讀這本書,您將學到:
- 物件及其名稱之間的區別,以及為什麼這一區別很重要
- 重要的向量資料結構,它們如何相互配合,以及如何使用子集將它們拆分
- 函數和環境的細節
- 驗證系統,這是消息、警告和錯誤的基礎
- 強大的函數式程式設計範式,可以取代許多 for 迴圈
- 三個最重要的物件導向系統:S3、S4 和 R6
- 用於元程式設計的 tidy eval 工具包,允許您操作程式碼並控制評估
- 無論您的程式碼如何運行,都可以部署的有效除錯技術
- 如何找到並消除性能瓶頸
第二版是一次全面的更新:
- 新的基礎章節:「名稱和值」、「控制流程」和「條件」
- 全面涵蓋物件導向程式設計,包含 S3、S4、R6 的章節,以及如何在它們之間做出選擇
- 更深入的元程式設計內容,包括新的 tidy 評估框架
- 使用新套件如 rlang(http://rlang.r-lib.org),提供對低層操作的乾淨介面,以及 purr(http://purrr.tidyverse.org/)用於函數式程式設計
- 在程式碼區塊和圖形中使用顏色
Hadley Wickham 是 RStudio 的首席科學家,斯坦福大學和奧克蘭大學的兼任教授,以及 R 基金會的成員。他是 tidyverse 的首席開發者,這是一組 R 套件,包括 ggplot2 和 dplyr,旨在支持資料科學。他也是《R for Data Science》(與 Garrett Grolemund 合著)、《R Packages》和《ggplot2: Elegant Graphics for Data Analysis》的作者。
作者簡介
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.
作者簡介(中文翻譯)
Hadley Wickham 是 RStudio 的首席科學家,斯坦福大學和奧克蘭大學的兼任教授,以及 R 基金會的成員。他是 tidyverse 的首席開發者,tidyverse 是一組 R 套件的集合,包括 ggplot2 和 dplyr,旨在支持數據科學。他也是 R for Data Science(與 Garrett Grolemund 合著)、R Packages 和 ggplot2: elegant graphics for data analysis 的作者。