From: Tim C. <tc...@op...> - 2002-04-29 20:42:59
|
Jasper Phillips wrote: > > I'm helping my wife with programming for her economics thesis, which needs > to calculate a "Multiple Linear Regression" on her data. > > Does anyone know of any (preferably though not necesarrily free) software > that can do this? I'm working in Python, but not limited to it as I > can relatively freely access other languages. Jasper, Use R (a free implementation of S). See http://www.r-project.org If you are managing your data in Python and NumPy, you can "embed" R in Python and transparently send data to it using Walter Moreira's wonderful RPy module - see http://rpy.sf.net Tim C |