The R Project SVN R

Rev

Rev 6555 | Rev 6717 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6555 Rev 6679
Line 1... Line 1...
1
R FAQ
1
R FAQ
2
Frequently Asked Questions on R
2
Frequently Asked Questions on R
3
Version 0.65-12, 1999/11/15
3
Version 0.90-1, 1999/11/16
4
Kurt Hornik
4
Kurt Hornik
5
 
5
 
6
 
6
 
7
Table of Contents
7
Table of Contents
8
*****************
8
*****************
Line 196... Line 196...
196
   If you know about other platforms, please drop us a note.
196
   If you know about other platforms, please drop us a note.
197
 
197
 
198
2.3 What is the current version of R?
198
2.3 What is the current version of R?
199
=====================================
199
=====================================
200
 
200
 
201
   The current stable Unix/Windows version is 0.65.1, the unstable one is
201
   The current stable Unix/Windows version is 0.90.0, the unstable one is
202
0.90.0.  Typically, new features are introduced in the development
202
0.99.0.  Typically, new features are introduced in the development
203
versions; updates of stable versions are for bug fixes mostly.  The version
203
versions; updates of stable versions are for bug fixes mostly.  The version
204
for the Mac is pre-alpha.
204
for the Mac is pre-alpha.
205
 
205
 
206
2.4 How can R be obtained?
206
2.4 How can R be obtained?
207
==========================
207
==========================
Line 911... Line 911...
911
*mva*
911
*mva*
912
     MultiVariate Analysis.  Currently contains code for principal
912
     MultiVariate Analysis.  Currently contains code for principal
913
     components, canonical correlations, metric multidimensional scaling,
913
     components, canonical correlations, metric multidimensional scaling,
914
     and hierarchical and k-means clustering.
914
     and hierarchical and k-means clustering.
915
 
915
 
-
 
916
*nls*
-
 
917
     Nonlinear regression routines.
-
 
918
 
-
 
919
*splines*
-
 
920
     Regression spline functions and classes.
-
 
921
 
916
*stepfun*
922
*stepfun*
917
     Code for dealing with step functions, including empirical cumulative
923
     Code for dealing with step functions, including empirical cumulative
918
     distribution functions.
924
     distribution functions.
919
 
925
 
920
*ts*
926
*ts*
Line 1057... Line 1063...
1057
 
1063
 
1058
*multiv*
1064
*multiv*
1059
     Functions for hierarchical clustering, partitioning, bond energy
1065
     Functions for hierarchical clustering, partitioning, bond energy
1060
     algorithm, Sammon mapping, PCA and correspondence analysis.
1066
     algorithm, Sammon mapping, PCA and correspondence analysis.
1061
 
1067
 
1062
*nls*
-
 
1063
     Nonlinear regression routines for R.
-
 
1064
 
-
 
1065
*nnet*
1068
*nnet*
1066
     Software for single hidden layer perceptrons ("feed-forward neural
1069
     Software for single hidden layer perceptrons ("feed-forward neural
1067
     networks"), and for multinomial log-linear models.  Contained in `VR'.
1070
     networks"), and for multinomial log-linear models.  Contained in `VR'.
1068
 
1071
 
1069
*norm*
1072
*norm*
Line 1113... Line 1116...
1113
*spatial*
1116
*spatial*
1114
     Functions for kriging and point pattern analysis from "Modern Applied
1117
     Functions for kriging and point pattern analysis from "Modern Applied
1115
     Statistics with S-PLUS" by W. Venables and B. Ripley.  Contained in
1118
     Statistics with S-PLUS" by W. Venables and B. Ripley.  Contained in
1116
     `VR'.
1119
     `VR'.
1117
 
1120
 
1118
*splines*
-
 
1119
     Functions and classes for defining B-spline representations or
-
 
1120
     polynomial spline representations of regression splines or
-
 
1121
     interpolation splines.
-
 
1122
 
-
 
1123
*stable*
1121
*stable*
1124
     Density, distribution, quantile and hazard functions of a stable
1122
     Density, distribution, quantile and hazard functions of a stable
1125
     variate; generalized linear models for the parameters of a stable
1123
     variate; generalized linear models for the parameters of a stable
1126
     distribution.
1124
     distribution.
1127
 
1125