[Numpy-discussion] Multiple Linear Regression?
Tim Churches
tchur at optushome.com.au
Mon Apr 29 13:46:39 CDT 2002
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
More information about the Numpy-discussion
mailing list