R-Project: Open Source Statistics on Steroids
Statistical analysis can be a painful and laborious facet of the MacResearcher's daily life. Commercial and all-in-one statistical software can be great, but quite often the need arises to build our own unique statistical tools. This often entails the development of a PERL script or a crazy Excel macro in which the statistical wheel is reinvented many times over. Enter the R-Project. Think of "R" (yes that's the name, this project needs a marketing department) as the swiss army knife of statistical software tools. It's a robust statistical environment with an intuitive programming language and an expansive collection of computational and graphical modules that allow rapid development of custom statistical tools. R is easily extended through a package system and it can even be linked to C, C++, and Fortran code at runtime.
R enjoys widespread development and use in the scientific community and several important software projects use R at their foundation. Here are some notables:
- BioConductor - an open source software project for the analysis and comprehension of genomic data.
- The Omega Project - distributed statistical computing.
- gR - Graphical Models in R.
R enables the most non-technical of researchers to develop custom statistical tools rapidly and relatively easily. For the hard-core techie, R provides enough power and extensibility to be considered for the most complex statistical analysis scenarios.
Information on installing and using R on Mac OS X can be found on the R for Mac OS X download page.



Comments
Lots of R GUI's
I found a lot of quality GUI addons for R at the following page:
http://www.sciviews.org/_rgui/
GNU TeXmacs is particularly useful for me.
Update
From the Apple Scitech list
"Binaries of R-2.2.0 for OS X and the new version of R.app (cocoa GUI) 1.13 are now available on CRAN at
http://CRAN.R-project.org/bin/macosx (please use the mirror nearest to you)
Binary packages of both CRAN and BioConductor repository are also available for download and install.
This binary version of R runs on OS X 10.3.+ and above.
OS X 10.2.+ users can still use R-2.0.1 which is the last binary build for this release of OS X.
Enjoy!
R-Core Team"
R and TeXmacs
Have you had success in using R 2.1 or later within TeXmacs 1.0.5?
I seem to be banging my head against a brick wall trying to get R graphical output to appear within TeXmacs, which is something I can see as increasing my productivity no end.
Thanks,
Will