From owner-freebsd-questions@FreeBSD.ORG Fri Jun 4 05:21:21 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EF5D16A4CE; Fri, 4 Jun 2004 05:21:21 -0700 (PDT) Received: from fep03-mail.bloor.is.net.cable.rogers.com (fep03-mail.bloor.is.net.cable.rogers.com [66.185.86.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id B640B43D1D; Fri, 4 Jun 2004 05:21:20 -0700 (PDT) (envelope-from Mike.Jeays@rogers.com) Received: from [192.168.2.100] ([24.43.93.57]) by web01-imail.rogers.com ESMTP <20040604025612.OBWQ278675.web01-imail.rogers.com@[192.168.2.100]>; Thu, 3 Jun 2004 22:56:12 -0400 From: Mike Jeays To: freebsd-questions@freebsd.org In-Reply-To: <7210326308.20040603205843@mygirlfriday.info> References: <7210326308.20040603205843@mygirlfriday.info> Content-Type: text/plain Organization: Message-Id: <1086317877.52345.4.camel@chaucer> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.4 Date: 03 Jun 2004 22:57:57 -0400 Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH PLAIN at web01-imail.rogers.com from [24.43.93.57] using ID at Thu, 3 Jun 2004 22:56:12 -0400 cc: questions@freebsd.org Subject: Re: statistical program for FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jun 2004 12:21:21 -0000 On Thu, 2004-06-03 at 21:58, Gary wrote: > Hi all, > > Does anyone know of a statistical program that will run in FreeBSD? I am > looking for one that will run the Heckman's Phase 2 model, as SPSS will not > run it. The only one I know of is SAS, but it is for windows only.. (costs a > lot of money too, and is prohibitive) > > thanks for any input.. I know it is a long-shot. > There is an open-source statistical package known as "R", with web page at http://www.r-project.org/. Here is the first paragraph or two. I know of professional statisticians at work who speak highly of it, even though my organization purchases a site license for SAS. Introduction to R R is a language and environment for statistical computing and graphics. It is a GNU project which is similar to the S language and environment which was developed at Bell Laboratories (formerly AT&T, now Lucent Technologies) by John Chambers and colleagues. R can be considered as a different implementation of S. There are some important differences, but much code written for S runs unaltered under R. R provides a wide variety of statistical (linear and nonlinear modelling, classical statistical tests, time-series analysis, classification, clustering, ...) and graphical techniques, and is highly extensible. The S language is often the vehicle of choice for research in statistical methodology, and R provides an Open Source route to participation in that activity. One of R's strengths is the ease with which well-designed publication-quality plots can be produced, including mathematical symbols and formulae where needed. Great care has been taken over the defaults for the minor design choices in graphics, but the user retains full control. R is available as Free Software under the terms of the Free Software Foundation's GNU General Public License in source code form. It compiles and runs on a wide variety of UNIX platforms and similar systems (including FreeBSD and Linux), Windows and MacOS.