R 简明教程
R Tutorial
R 是一种用于统计分析、图形表示和报告的编程语言和软件环境。R 由新西兰奥克兰大学的 Ross Ihaka 和 Robert Gentleman 编写,目前由 R Development Core Team 开发。R 在 GNU 通用公共许可证下免费提供,并为各种操作系统(如 Linux、Windows 和 Mac)提供了预编译的二进制版本。此编程语言被命名为 R ,其依据是两位 R 作者(Robert Gentleman 和 Ross Ihaka)名字的首字母,并且部分借鉴了贝尔实验室语言 S 的名字。
R is a programming language and software environment for statistical analysis, graphics representation and reporting. R was created by Ross Ihaka and Robert Gentleman at the University of Auckland, New Zealand, and is currently developed by the R Development Core Team. R is freely available under the GNU General Public License, and pre-compiled binary versions are provided for various operating systems like Linux, Windows and Mac. This programming language was named R, based on the first letter of first name of the two R authors (Robert Gentleman and Ross Ihaka), and partly a play on the name of the Bell Labs Language S.
Audience
本教程设计用于对使用 R 编程开发统计软件感兴趣的软件编程员、统计人员和数据挖掘人员。如果您是初学者,并希望了解 R 编程语言,则本教程将为您提供关于本语言几乎所有概念的充分理解,让您从此达到更高水平的专业知识。
This tutorial is designed for software programmers, statisticians and data miners who are looking forward for developing statistical software using R programming. If you are trying to understand the R programming language as a beginner, this tutorial will give you enough understanding on almost all the concepts of the language from where you can take yourself to higher levels of expertise.
Prerequisites
在继续本教程之前,您应该基本的了解计算机编程术语。对任何编程语言的基本了解将帮助您了解 R 编程概念,并在学习路径上快速前进。
Before proceeding with this tutorial, you should have a basic understanding of Computer Programming terminologies. A basic understanding of any of the programming languages will help you in understanding the R programming concepts and move fast on the learning track.