ESS

To use ESS (emacs speaks statistics) here, you now have to put the lines

(setq load-path (cons "/APPS/ess-5.3.7/lisp" load-path))
(require 'ess-site)
in your .emacs file.

The HTML documentation is in

file:/APPS/ess-5.3.7/doc/html/ess.html

Author: Charles Geyer (charlie@stat.umn.edu). Comments or corrections gratefully accepted.