MathGroup Archive 1999

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: multiple linear regression

  • To: mathgroup at smc.vnet.net
  • Subject: [mg15765] Re: multiple linear regression
  • From: Harald Giese <giese at dkrz.de>
  • Date: Sun, 7 Feb 1999 02:03:47 -0500 (EST)
  • Organization: Institut fuer Meereskunde, Universitaet Hamburg
  • References: <79ebnl$9tr@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

"Jeff D. Hamann" wrote:
> ...
> data=ReadList["h:\st552\hw4\watershd.dta", Number, RecordLists->True]
> 

Jeff-

Try:
cols2367 =Transpose[Transpose[m1bis11][[{2,3,6,7}]]];

> where the file has ten columns of data and i want to fit columns 2,3,
> and 6 on column 7.
> 
> and performing 3-d list plots?
> 

Look at the Package "Graphics`Graphics3D`" -> ScatterPlot3D and
ListSurfacePlot3D.

Regards,
-Harald

-- 
Harald Giese
Email: giese at dkrz.de
Phone: +49 (0)40 4123 5796; Fax: +49 (0)40 5605724 Institut fuer
Meereskunde der Universitaet Hamburg (Institute of Oceanography of the
University of Hamburg) Troplowitzstrasse 7, D-22529 Hamburg


  • Prev by Date: Re: speed (resumed)
  • Next by Date: Re: Function definition
  • Previous by thread: multiple linear regression
  • Next by thread: Re:multiple linear regression