statistical program for FreeBSD?

Matthew Seaman m.seaman at infracaninophile.co.uk
Fri Jun 4 02:20:32 PDT 2004


On Thu, Jun 03, 2004 at 08:58:43PM -0500, Gary wrote:

> 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) <g>
> 
> thanks for any input..  I know it is a long-shot.

Hmmm... I've done the odd bit of Statistical work in my time, but I've
never heard of "Heckman's Phase 2 model".  Which unfortunately
suggests that you're going to need something rather more sophisticated
than the general run of the mill available in ports.

If you:

    % cd /usr/ports
    % make search key=statistics

you will get a long list of ports that do something to do with
statistics.  For the most part that's either gathering statistical
data from the operation of some program, or processing that data
usually in a relatively simple manner to produce various graphs and
reports.  However amidst the muck there are one or two glitters of
what might be gems.  There's math/xldlas and math/xlispstat which are
general purpose "statistics" packages.  There are a number of modules
for various programming languages that implement statistical
functions, eg. math/p5-Statistics-Table-F

There are also some symbolic mathematics programs which might serve:
math/jacal and math/maxima

However, probably your best bet is the math/R port, whose pkg-desc is
as follows:

From <http://www.R-project.org/about.html>:

    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. 

WWW: http://www.R-project.org/

	Cheers,

	Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.                       26 The Paddocks
                                                      Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey         Marlow
Tel: +44 1628 476614                                  Bucks., SL7 1TH UK
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20040604/9d4d4370/attachment-0001.bin


More information about the freebsd-questions mailing list