MathGroup Archive 1996

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

Search the Archive

re:ANOVA

  • To: mathgroup at smc.vnet.net
  • Subject: [mg2630] re:ANOVA
  • From: "Oscar Linares" <Linares_Oscar at msn.com>
  • Date: Sat, 30 Mar 1996 02:47:05 -0500
  • Sender: owner-wri-mathgroup at wolfram.com

Hi support,
License #L2508-5284

I have the following sets of data where each row represents an individual 
patient and each column represents the measured variates.

data = {{2001, 1765, 654}, {1896, 1500, 200}, 
		{6410, 5532, 400}, {5321, 4089,600},
		{8430, 5675, 489}, {4678, 3211,432},
		{7654, 6565, 231}, {6543, 5000,456},
		{5432, 4575, 346}, {4431, 3410,567},
		{4567, 3412, 321}, {6653, 5432,327}};

TableForm[data]
Out[5]//TableForm=
2001   1765   654
1896   1500   200
6410   5532   400
5321   4089   600
8430   5675   489
4678   3211   432
7654   6565   231
6543   5000   456
5432   4575   346
4431   3410   567
4567   3412   321
6653   5432   327

++++ I want to perform an ANOVA.  How do I set this up using Mathematica?
Does LinearRegression handle this? I am interested in a p value.

Thanks,

Oscar A. Linares, M.D.


==== [MESSAGE SEPARATOR] ====


  • Prev by Date: Re: Is there a quaternion package for Mma?
  • Next by Date: re:formatting output
  • Previous by thread: Re: GridLines in Plot3D[ FaceGrids ]
  • Next by thread: Re: re:ANOVA