|
分三部分:
一、基础教程一,PDF文件,共60页
Contents
1 Introduction 1
1.1 R website . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.2 Differences between R and S . . . . . . . . . . . . . . . . . . 2
1.3 Start with R . . . . . . . . . . . . . . . . . . . . . . . . . . 5
2 Data with R 12
2.1 Objects . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
2.2 Reading data in a file . . . . . . . . . . . . . . . . . . . . . 18
2.3 Saving data . . . . . . . . . . . . . . . . . . . . . . . . . . . 22
2.4 generating data . . . . . . . . . . . . . . . . . . . . . . . . . 23
2.5 Manipulating objects . . . . . . . . . . . . . . . . . . . . . . 28
2.5.1 Creating objects . . . . . . . . . . . . . . . . . . . . 28
2.5.2 Operators . . . . . . . . . . . . . . . . . . . . . . . . 36
2.5.3 Accessing the values of an object: the indexing system 40
2.5.4 Accessing the values of an object with names . . . . 43
2.5.5 Arithmetics and simple functions . . . . . . . . . . . 45
2.5.6 Matrix Computation . . . . . . . . . . . . . . . . . . 50
二、基础教程二,PDF文件,共53页
Contents
1 Graphics with R 1
1.1 Managing graphics . . . . . . . . . . . . . . . . . . . . . . . 1
1.1.1 Graphical Functions . . . . . . . . . . . . . . . . . . 5
1.1.2 Low-level plotting commands . . . . . . . . . . . . . 11
1.1.3 Graphical Parameters . . . . . . . . . . . . . . . . . 14
2 Statistical Analysis with R 23
2.1 Formulae . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
2.2 Generic Functions . . . . . . . . . . . . . . . . . . . . . . . 28
2.3 Packages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31
3 Programming with R 36
3.1 Flow Control . . . . . . . . . . . . . . . . . . . . . . . . . . 36
3.2 Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40
3.3 Miscellaneous programming tips . . . . . . . . . . . . . . . 42
3.4 Debugging . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42
3.5 Efficient programming . . . . . . . . . . . . . . . . . . . . . 46
3.6 R script editors . . . . . . . . . . . . . . . . . . . . . . . . 51
三、随机数产生方法,PDF文件,共57页
Contents
1 Methods for Generating Random Variables 1
1.1 Generating Uniform(0,1) random number . . . . . . . . . . 1
1.2 Random Generators of Common Probability Distribution
in R . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
1.2.1 The Inverse Transform Method . . . . . . . . . . . . 6
1.2.2 The Acceptance-Rejection Method . . . . . . . . . . 16
1.2.3 Transformation Methods . . . . . . . . . . . . . . . . 20
1.2.4 Sums and Mixtures . . . . . . . . . . . . . . . . . . . 23
1.3 Multivariate Distribution . . . . . . . . . . . . . . . . . . . 29
1.3.1 Multivariate Normal Distribution . . . . . . . . . . . 29
1.3.2 Mixtures of Multivariate Normals . . . . . . . . . . . 36
1.3.3 Wishart Distribution . . . . . . . . . . . . . . . . . . 38
1.3.4 Uniform Distribution on the d-Sphere . . . . . . . . 39
1.4 Stochastic Process . . . . . . . . . . . . . . . . . . . . . . . 42 | [tr][/tr]
R语言基础中文教程.rar
(1.42 MB, 下载次数: 65, 售价: 10 金钱)
|
|