The R Project SVN R

Rev

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

Rev 15841 Rev 15925
Line 1... Line 1...
1
R FAQ
1
R FAQ
2
Frequently Asked Questions on R
2
Frequently Asked Questions on R
3
Version 1.3-20, 2001-08-31
3
Version 1.3-21, 2001-09-06
4
Kurt Hornik
4
Kurt Hornik
5
 
5
 
6
 
6
 
7
Table of Contents
7
Table of Contents
8
*****************
8
*****************
Line 359... Line 359...
359
2.6 Are there Unix binaries for R?
359
2.6 Are there Unix binaries for R?
360
==================================
360
==================================
361
 
361
 
362
   The `bin/linux' directory of a CRAN site contains Debian 2.2/2.3
362
   The `bin/linux' directory of a CRAN site contains Debian 2.2/2.3
363
packages for the i386 platform (now part of the Debian distribution and
363
packages for the i386 platform (now part of the Debian distribution and
364
maintained by Doug Bates), Red Hat 6.x/7.x packages for the alpha and i386
364
maintained by Doug Bates), Red Hat 6.x/7.x i386 and 7.x alpha packages
365
platforms (maintained by Naoki Takebayashi and Martyn Plummer,
365
(maintained by Martyn Plummer and Naoki Takebayashi, respectively), SuSE
366
respectively), SuSE 7.2 i386 packages by Albrecht Gebhardt, Mandrake 8.0
366
7.2 i386 packages by Albrecht Gebhardt, Mandrake 8.0 and 7.2 i386 packages
367
and 7.2 i386 packages by Michele Alzetta and Maximino Ameneiro Gomez, and
367
by Michele Alzetta and Maximino Ameneiro Gomez, and LinuxPPC 5.0 RPMs by
368
LinuxPPC 5.0 RPMs by Alex Buerkle.
368
Alex Buerkle.
369
 
369
 
370
   The Debian packages can be accessed through APT, the Debian package
370
   The Debian packages can be accessed through APT, the Debian package
371
maintenance tool.  Simply add the line
371
maintenance tool.  Simply add the line
372
 
372
 
373
     deb http://cran.r-project.org/bin/linux/debian DISTRIBUTION main
373
     deb http://cran.r-project.org/bin/linux/debian DISTRIBUTION main
Line 1115... Line 1115...
1115
 
1115
 
1116
*Devore5*
1116
*Devore5*
1117
     Data sets and sample analyses from "Probability and Statistics for
1117
     Data sets and sample analyses from "Probability and Statistics for
1118
     Engineering and the Sciences (5th ed)" by Jay L. Devore, 2000, Duxbury.
1118
     Engineering and the Sciences (5th ed)" by Jay L. Devore, 2000, Duxbury.
1119
 
1119
 
-
 
1120
*EMV*
-
 
1121
     Estimation of missing values in a matrix by a k-th nearest neighboors
-
 
1122
     algorithm.
-
 
1123
 
1120
*GLMMGibbs*
1124
*GLMMGibbs*
1121
     Generalised Linear Mixed Models by Gibbs sampling.
1125
     Generalised Linear Mixed Models by Gibbs sampling.
1122
 
1126
 
1123
*GeneSOM*
1127
*GeneSOM*
1124
     Clustering genes using Self-Organizing Maps (SOMs).
1128
     Clustering genes using Self-Organizing Maps (SOMs).
Line 1485... Line 1489...
1485
     two-sample comparison of binary outcomes.
1489
     two-sample comparison of binary outcomes.
1486
 
1490
 
1487
*rpart*
1491
*rpart*
1488
     Recursive PARTitioning and regression trees.
1492
     Recursive PARTitioning and regression trees.
1489
 
1493
 
-
 
1494
*rpvm*
-
 
1495
     R interface to PVM (Parallel Virtual Machine).  Provides interface to
-
 
1496
     PVM APIs, and examples and documentation for its use.
-
 
1497
 
1490
*scatterplot3d*
1498
*scatterplot3d*
1491
     Plots a three dimensional (3D) point cloud perspectively.
1499
     Plots a three dimensional (3D) point cloud perspectively.
1492
 
1500
 
1493
*sem*
1501
*sem*
1494
     Functions for fitting general linear Structural Equation Models (with
1502
     Functions for fitting general linear Structural Equation Models (with
Line 1544... Line 1552...
1544
 
1552
 
1545
*twostage*
1553
*twostage*
1546
     Functions for optimal design of two-stage-studies using the Mean Score
1554
     Functions for optimal design of two-stage-studies using the Mean Score
1547
     method.
1555
     method.
1548
 
1556
 
-
 
1557
*vegan*
-
 
1558
     Various help functions for vegetation scientists and community
-
 
1559
     ecologists.
-
 
1560
 
1549
*wavethresh*
1561
*wavethresh*
1550
     Software to perform 1-d and 2-d wavelet statistics and transforms.
1562
     Software to perform 1-d and 2-d wavelet statistics and transforms.
1551
 
1563
 
1552
*wle*
1564
*wle*
1553
     Robust statistical inference via a weighted likelihood approach.
1565
     Robust statistical inference via a weighted likelihood approach.
Line 1579... Line 1591...
1579
     density estimates.
1591
     density estimates.
1580
 
1592
 
1581
*R2HTML*
1593
*R2HTML*
1582
     Functions for exporting R objects & graphics in an HTML document.
1594
     Functions for exporting R objects & graphics in an HTML document.
1583
 
1595
 
-
 
1596
*Rdbi*
-
 
1597
     Generic framework for database access in R.
-
 
1598
 
-
 
1599
*Rdbi.PgSQL*
-
 
1600
     Provides methods for accessing data stored in PostgreSQL tables.
-
 
1601
 
1584
*StatDataML*
1602
*StatDataML*
1585
     Read and write StatDataML.
1603
     Read and write StatDataML.
1586
 
1604
 
1587
*cxx*
1605
*cxx*
1588
     A small C++ test package.
1606
     A small C++ test package.