1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>The R Language</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="R.css">
</head>
<body>
<h1>Statistical Data Analysis
<img class="toplogo" src="logo.jpg" alt="[R logo]">
</h1>
<hr width="100%">
<h2>Manuals</h2>
<table cols="2" width="100%">
<tr>
<td align="center" width="50%">
<a href="../manual/R-intro.html">An Introduction to R</a>
</td>
<td align="center" width="50%">
<a href="../manual/R-lang.html">The R Language Definition</a>
</td>
</tr>
<tr>
<td align="center" width="50%">
<a href="../manual/R-exts.html">Writing R Extensions</a>
</td>
<td align="center" width="50%">
<a href="../manual/R-admin.html">R Installation and Administration</a>
</td>
</tr>
<tr>
<td align="center" width="50%">
<a href="../manual/R-data.html">R Data Import/Export</a>
</td>
<td align="center" width="50%">
<a href="../manual/R-ints.html">R Internals</a>
</td>
</tr>
</table>
<h2>Reference</h2>
<table cols="2" width="100%">
<tr>
<td align="center" width="50%"><a href="packages.html">Packages</a></td>
<td align="center" width="50%"><a href="Search.html">Search Engine & Keywords</a></td>
</tr>
</table>
<h2>Miscellaneous Material</h2>
<table cols="3" width="100%">
<tr>
<td align="center" width="33%"><a href="about.html">About R</a> </td>
<td align="center" width="33%"><a href="../AUTHORS">Authors</a> </td>
<td align="center" width="33%"><a href="resources.html">Resources</a></td>
</tr>
<tr>
<td align="center" width="33%"><a href="../COPYING">License</a></td>
<td align="center" width="33%"><a href="../manual/R-FAQ.html">Frequently Asked Questions</a> </td>
<td align="center" width="33%"><a href="../THANKS">Thanks</a> </td>
</tr>
<tr>
<td align="center" width="33%"><a href="NEWS.html">NEWS</a></td>
<td align="center" width="33%"><a href="UserManuals.html">User Manuals</a></td>
<td align="center" width="33%"><a href="http://developer.R-project.org/TechDocs">Technical papers</a></td>
</tr>
</table>
</body>
</html>
|