Macintosh statistical software

R on the Mac

R is a comprehensive statistical programming language that is cooperatively developed on the Internet as an open source project. It is often referred to as the “GNU S,” because it almost completely emulates the S programming language. It has packages to do regression, ANOVA, general linear models, hazard models and structural equations. Graphical output can be created using a TeX plug-in to convert the standard ASCII-based output.

R has a massive range of tests, PDF and PostScript output, a function to expand zip archives, and numerous other unexpected features. R programs and algorithms are distributed by the Comprehensive R Archive Network (CRAN). A simple graphic user interface is included for Mac users; R Commander can be installed using the built-in package installer, which can also install file import features (which aren't installed by default). R Commander is an X11 program, which means it uses an alien interface and has odd open/save dialogues, but if you get past that it offers menu driven commands not dissimilar from, say, SPSS, just a lot more awkward to use, and without an output or data window.

Like many open source projects, R is exceedingly capable but has a steep learning curve. Some believe this is for the best because people will get a deeper understanding of the statistics they generate with a program such as R, versus one which allows the rapid creation of scads of irrelevant statistics leading to incorrect conclusions. Those who expect even a basic graphical interface (e.g. SPSS 4) may be disappointed by the R community’s definition of a GUI.

Most of this page is rather out of date. See our free software page for more current but less detailed information.

Ashish Ranpura wrote:

Last week I finally put R through its paces on two recent experiments from our lab. It performed spectacularly. It's pretty easy to learn using online tutorials, in particular John Verzani's tutorial which is a course in introductory statistics using R.

The highlight: figuring out the 15 or so commands to import, parse, slice and graph a 3-way comparison of control subjects using a scatterplot and a violin plot. Then using BBEdit to search and replace the word "control" with my two experimental conditions, pasting that back into R, and generating a report with all 6 graphs in about 3 keystrokes! Now that's how a program ought to work.

But the major advantages of R are that it is absolutely cross-platform (Linux, MacOS, Windows) and that it's open source. You've a good chance of accessing your data 10 years from now, which I wouldn't say with the commercial packages. The user base is large, active, and productive. The S language on which it's based is a well-accepted standard in statistics. R has stood the test of time and is likely to continue to do so.

There is one significant caveat: R is relentlessly command-line driven, and even the graphs cannot be edited with mouse clicks. It's trivial to take the PDF graphs into Illustrator, though, so this limitation hasn't been a problem for me.

Some resources include:

R has a massive range of tests and now has Matrix as a recommended package, a useKerning argument for PDF and PostScript output, a recursive argument for file.copy(), an unzip function to expand or list zip archives, and other changes.

There is a R for Mac Special Interest Group, called R-Sig-Mac. The group is implemented as an e-mail list. You can subscribe to the list or see the archives going to its official web page: http://www.stat.math.ethz.ch/mailman/listinfo/r-sig-mac

S and R Programming Languages

Beginning in 1976, the S programming language was developed at Bell Labs (whose statistics department employed John Tukey and Joseph Kruskal) by John Chambers and others. Version 1 required Honeywell mainframes, Version 2 (1980) added Unix support, Version 3 (1988) added functions and objects, and Version 4 (1998) added full support for object-oriented design. In 1993, Bell Labs issued an exclusive license to StatSci (later MathSoft).S-Plus is Mathsoft’s commercial implementation of S, and the only way the language is available outside Lucent.

R was begun by Robert Gentleman and Ross Ihaka of the University of Auckland. It is now an open source project staffed by volunteers from around the world whose development is coordinated through the Comprehensive R Archive network. Source code, binaries, and documentation are at the CRAN web site.

Documentation that compares R and S include:

Adapted from an August 2000 Academy of Management workshop on stat packages, we are showing how to use R for analyses common in management research:

Base package commands:

Built-in packages

Contributed R packages and their capabilities:

Sponsored by Toolpack Consulting

Toolpack: for information-based organizational change

Copyright © 2005-2024 Zatz LLC. All rights reserved. Created in 1996 by Dr. Joel West; maintained since 2005 by Dr. David Zatz. Contact us. Terms/Privacy. Books by the MacStats maintainer