The R Project SVN R

Rev

Rev 82282 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
81685 hornik 1
<!DOCTYPE html>
89878 hornik 2
<html lang="en">
11619 leisch 3
<head>
4
<title>The R Language</title>
89878 hornik 5
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
6
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
7
<link rel="stylesheet" type="text/css" href="R.css">
80928 hornik 8
</head>
9
<body>
10
<div class="container">
11619 leisch 11
 
12
<h1>Statistical Data Analysis
70153 murdoch 13
<img class="toplogo" src="Rlogo.svg" alt="[R logo]"> 
11619 leisch 14
</h1>
15
 
82282 hornik 16
<hr style="width: 100%;">
11619 leisch 17
 
18
<h2>Manuals</h2>
19
 
82282 hornik 20
<table style="width: 100%;">
11619 leisch 21
  <tr>
82282 hornik 22
    <td style="text-align: center; width: 50%;">
11619 leisch 23
    <a href="../manual/R-intro.html">An Introduction to R</a>
24
    </td>
82282 hornik 25
    <td style="text-align: center; width: 50%;">
39099 ripley 26
    <a href="../manual/R-lang.html">The R Language Definition</a>
11619 leisch 27
    </td>
28
  </tr>
29
  <tr>
82282 hornik 30
    <td style="text-align: center; width: 50%;">
39099 ripley 31
    <a href="../manual/R-exts.html">Writing R Extensions</a>
11619 leisch 32
    </td>
82282 hornik 33
    <td style="text-align: center; width: 50%;">
39099 ripley 34
    <a href="../manual/R-admin.html">R Installation and Administration</a>
11619 leisch 35
    </td>
36
  </tr>  
14151 ripley 37
  <tr>
82282 hornik 38
    <td style="text-align: center; width: 50%;">
39099 ripley 39
    <a href="../manual/R-data.html">R Data Import/Export</a>
14151 ripley 40
    </td>
82282 hornik 41
    <td style="text-align: center; width: 50%;">
39099 ripley 42
    <a href="../manual/R-ints.html">R Internals</a>
43
    </td>
44
  </tr>
11619 leisch 45
</table>
46
 
47
 
48
<h2>Reference</h2>
49
 
82282 hornik 50
<table style="width: 100%;">
11619 leisch 51
<tr>
82282 hornik 52
<td style="text-align: center; width: 50%;"><a href="packages.html">Packages</a></td>
53
<td style="text-align: center; width: 50%;"><a href="Search.html">Search Engine &amp; Keywords</a></td>
11619 leisch 54
</tr>
55
</table>
56
 
57
<h2>Miscellaneous Material</h2>
58
 
82282 hornik 59
<table style="width: 100%;">
11619 leisch 60
<tr>
82282 hornik 61
<td style="text-align: center; width: 33%;"><a href="about.html">About R</a> </td>
62
<td style="text-align: center; width: 33%;"><a href="../AUTHORS">Authors</a> </td>
63
<td style="text-align: center; width: 33%;"><a href="resources.html">Resources</a></td>
11619 leisch 64
</tr>
65
<tr>
82282 hornik 66
<td style="text-align: center; width: 33%;"><a href="../COPYING">License</a></td>
67
<td style="text-align: center; width: 33%;"><a href="../manual/R-FAQ.html">Frequently Asked Questions</a> </td>
68
<td style="text-align: center; width: 33%;"><a href="../THANKS">Thanks</a> </td>
11619 leisch 69
</tr>
50429 murdoch 70
<tr>
82282 hornik 71
<td style="text-align: center; width: 33%;"><a href="NEWS.html">NEWS</a></td>
72
<td style="text-align: center; width: 33%;"><a href="UserManuals.html">User Manuals</a></td>
73
<td style="text-align: center; width: 33%;"><a href="http://developer.R-project.org/TechDocs">Technical papers</a></td>
56364 murdoch 74
</tr>
75
</table>
11619 leisch 76
 
80928 hornik 77
</div>
78
</body>
11619 leisch 79
</html>