出版社: Chapman and Hall/CRC
出版年: 2014-9-25
ISBN: 9781466586963
页数: 476
装帧: Paperback
定价: USD 59.95
丛书: The R Series
内容简介 · · · · · ·
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.
The book develops the necessary skills to produce quality code that can be used in a variety of circu...
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.
The book develops the necessary skills to produce quality code that can be used in a variety of circumstances. You will learn:
-The fundamentals of R, including standard data types and functions
-Functional programming as a useful framework for solving wide classes of problems
-The positives and negatives of metaprogramming
-How to write fast, memory-efficient code
This book not only helps current R users become R programmers but also shows existing programmers what’s special about R. Intermediate R programmers can dive deeper into R and learn new strategies for solving diverse problems while programmers from other languages can learn the details of R and understand why R works the way it does.
作者简介 · · · · · ·
Hadley is Chief Scientist at RStudio and Adjunct Professor of Statistics at Rice University. He is interested in building better tools for data science. His work includes R packages for data analysis (ggvis, dplyr, tidyr); packages that make R less frustrating (lubridate for dates, stringr for strings, httr for accessing web APIs, rvest for webscraping); and that make it easier...
Hadley is Chief Scientist at RStudio and Adjunct Professor of Statistics at Rice University. He is interested in building better tools for data science. His work includes R packages for data analysis (ggvis, dplyr, tidyr); packages that make R less frustrating (lubridate for dates, stringr for strings, httr for accessing web APIs, rvest for webscraping); and that make it easier to do good software development in R (roxygen2, testthat, devtools). He is also a writer, educator, and frequent speaker promoting more accessible, more effective and more fun data analysis.
丛书信息
· · · · · ·
喜欢读"Advanced R"的人也喜欢 · · · · · ·
Advanced R的书评 · · · · · · ( 全部 7 条 )
从另一个角度学习R语言
这篇书评可能有关键情节透露
众所周知,R语言是一款以统计分析见长的统计软件,很多介绍R语言的书籍也都是从统计学的角度进行介绍,我们在学习过程中也习惯了从统计方法入门R语言。但是再深入学习就会发现一些问题,R语言的函数是一个黑箱,如果只会调包,对R函数的内涵理不清楚,那么在R语言的学习方面就... (展开)书很好,但是我才刚入门
《高级R语言编程指南》读书笔记
> 更多书评 7篇
论坛 · · · · · ·
在这本书的论坛里发言这本书的其他版本 · · · · · · ( 全部7 )
-
机械工业出版社 (2016)7.7分 24人读过
-
机械工业出版社 (2020)暂无评分 7人读过
-
Chapman and Hall/CRC (2019)9.5分 17人读过
-
Chapman and Hall/CRC (2017)暂无评分 3人读过
以下书单推荐 · · · · · · ( 全部 )
- data science (雪地里的水煮蛋)
- R书精选 (fountainer)
- R Language (TK)
- you R ready 2014/2015 (阿道克)
- Data Science Toolkit (Frederic)
谁读这本书? · · · · · ·
二手市场
· · · · · ·
- 在豆瓣转让 有648人想读,手里有一本闲着?
订阅关于Advanced R的评论:
feed: rss 2.0










0 有用 Wolfson 2016-07-12 18:23:42
Wickham 的R进阶书籍。
1 有用 TK 2015-04-19 17:32:42
这本书写的太好了
0 有用 all the fish 2016-11-08 21:32:04
讲得比较基础 再基础的东西就要靠人肉编译器了
0 有用 quantang 2019-04-17 21:38:22
用R也有一年多了决定还是看一下这本书。但是看了几章之后我也不知道看这个是不是比遇到问题临时搜索更值得。感觉对我来说至少目前用处不大。其一,我现在不用跟其他人交流代码。其二,我日常使用R主要是套用现成的库,并不会自己写算法或复杂的逻辑。
1 有用 赤贫的石头 2017-09-29 13:18:38
读完大部分要用的东西 更深刻地理解了R中的functional