home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-Update.iso / NEXTSTEP / science / mathematics / R.0.49.README < prev    next >
Encoding:
Text File  |  1997-09-15  |  4.0 KB  |  94 lines

  1. -----------------------------------------------------------------------
  2.       R Version 0.49 for NEXTSTEP version 3.3 (M68k and Intel)
  3. -----------------------------------------------------------------------
  4.  
  5. This is a NEXTSTEP port of the R language for statistical programming.
  6. Included is beta version 0.49 which includes numerous improvements and 
  7. enhancements over prior releases.
  8.  
  9. About R:
  10.  
  11. R is an extremely powerful (and fast) alternative to commercial statistics 
  12. packages such as S-PLUS, SAS and SPSS. Read the README file, "R.ps"
  13. Postscript document and man page (R.1) included with this distribution
  14. to find out more about R. Note that users of S and S-PLUS will find R
  15. very easy to use. If you don't know S, check out "The New S Language"
  16. (Becker R, Chambers J, Wilks A;  Wadsworth, 1988) to help you get started.
  17. For more info, visit the R homepage at
  18.     http://www.stat.auckland.ac.nz/rproj.html
  19. There are also a number of "CRAN" ftp distribution sites for source
  20. code and supporting programs (listed on the R home page).
  21.  
  22. Installation:
  23.  
  24. To install R, unpack the distribution in an accessible place 
  25. (e.g. /usr/local/ or ~/Apps). The "RHOME" directory created will be
  26. named "R-0.49". Place the R-0.49/bin/R start-up script somewhere 
  27. on your path (e.g. /usr/local/bin, ~/bin) and modify to set the "RHOME"
  28. variable to point to the chosen installation path. Install the man
  29. page (R.1) in /usr/local/man/man1 or /usr/man/man1.
  30.  
  31. Running R:
  32.  
  33. After installation, type "R" from a UNIX shell prompt to start.
  34. X Windows is required to view graphics. I have used R successfully with both
  35. CubXWindows and co-Xist X11 emulation under NEXTSTEP (versions 3.2 - 3.3). 
  36. R will run from any shell (e.g. Terminal or Stuart), but graphics will have
  37. to be written out using the postscript() function. R also accepts commands 
  38. from std. input and writes to std. output. All of the available functions are 
  39. listed in the help directory. The help files are viewed by typing 
  40. "help(function_name)" at the R prompt. New functions are  defined exactly as
  41. in S. Quit R by typing q(). If requested, an image of the current session
  42. (including the command history) will be saved in the file ".RData" in the
  43. current directory. This will automatically be read in the next time R is 
  44. invoked in this directory.
  45.  
  46. Enhancements in version 0.49 for NEXTSTEP:
  47.  
  48.     - all available patches as of June, 1997 are included
  49.  
  50.     - includes GNU readline support (past commands are saved and can
  51.       be viewed and edited with the arrow and backspace keys)
  52.  
  53.     - the following additional S-PLUS functions have been compiled into
  54.       this binary (NEXTSTEP doesn't support dynamic loading):
  55.  
  56.         - acepack: ACE and AVAS regression library (L. Breiman, R. Tibshirani)
  57.  
  58.         - survival4: survival analysis function library (T. Therneau)
  59.  
  60.         - gee: (generalized estimating equation) regression (V. Carey)
  61.  
  62.         - splines: spline regression function library (D. Bates)
  63.  
  64.         - bootstrap:  bootstrap utilities (B. Efron, R. Tibshirani)
  65.  
  66.         - integrate: numerical integration functions
  67.  
  68.         - date: date handling utilities (for the survival4 package)
  69.  
  70.         - ctest: miscellaneous standard statistical tests
  71.  
  72.         - local: miscellaneous functions including isotonic regression
  73.  
  74. These additional function libraries are accessed from within R using the
  75. "library()" call (e.g. library(bootstrap)). Look in R-0.49/help
  76. to view the available functions.
  77.  
  78.  
  79. DISCLAIMER:
  80.  
  81. I have only tested the binary under NS 3.2 - 3.3 on m68K and Intel architecture.
  82. However, there may be bugs, so use at your own risk! If you want to build R
  83. for another architecture or for OPENSTEP, you can get the source from one of
  84. the CRAN distribution sites.
  85.  
  86.  
  87. #########################################################################
  88. Stephen Shiboski                          email: steve@biostat.ucsf.edu
  89. Division of Biostatistics                 voice: 415-476-0533
  90. University of California San Francisco    fax:   415-476-6014
  91. 500 Parnassus Avenue, MU 420-W;  San Francisco, CA 94143-0560
  92. #########################################################################
  93.  
  94.