• R语言
  • 《R 统计分析》(The Art of R Programming A Tour of Statistical Software Design)英文版

《R 统计分析》(The Art of R Programming A Tour of Statistical Software Design)英文版

http://www.verycd.com/topics/2924995/

内容介绍:

R是一套完整的数据处理、计算和制图软件系统。其功能包括:数据存储和处理系统;数组运算工具(其向量、矩阵运算方面功能尤其强大);完整连贯的统计分析工具;优秀的统计制图功能;简便而强大的编程语言:可操纵数据的输入和输入,可实现分支、循环,用户可自定义功能。

  与其说R是一种统计软件,还不如说R是一种数学计算的环境,因为R并不是仅仅提供若干统计程序、使用者只需指定数据库和若干参数便可进行一个统计分析。R的思想是:它可以提供一些集成的统计工具,但更大量的是它提供各种数学计算、统计计算的函数,从而使使用者能灵活机动的进行数据分析,甚至创造出符合需要的新的统计计算方法。

  该语言的语法表面上类似 C,但在语义上是函数设计语言的(functional programming language)的变种并且和Lisp 以及 APL有很强的兼容性。特别的是,它允许在“语言上计算”(computing on the language)。这使得它可以把表达式作为函数的输入参数,而这种做法对统计模拟和绘图非常有用。

内容截图:

目录:

Acknowledgments ................................................................... xvii

Introduction . . . . . .................................................................... xix

Chapter 1: Getting Started . . ......................................................... 1

Chapter 2: Vectors . . . . . . . . . ......................................................... 25

Chapter 3: Matrices and Arrays . . . . ................................................... 59

Chapter 4: Lists. . .................................................................... 85

Chapter 5: Data Frames . . . . . .........................................................101

Chapter 6: Factors and Tables . . . . . ...................................................121

Chapter 7: R Programming Structures..................................................139

Chapter 8: Doing Math and Simulations in R . . .........................................189

Chapter 9: Object-Oriented Programming . . . . . .........................................207

Chapter 10: Input/Output . . . .........................................................231

Chapter 11: String Manipulation . . . ...................................................251

Chapter 12: Graphics . . . . . . .........................................................261

Chapter 13: Debugging . . . . . .........................................................285

Chapter 14: Performance Enhancement: Speed and Memory . . . . ........................305

Chapter 15: Interfacing R to Other Languages . .........................................323

Chapter 16: Parallel R . . . . . . .........................................................333

Appendix A: Installing R . . . . . .........................................................353

Appendix B: Installing and Using Packages . . . .........................................355