help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ANOVA with empty cells


From: Mike Miller
Subject: Re: ANOVA with empty cells
Date: Mon, 11 Apr 2005 14:13:54 -0500 (CDT)

On Mon, 11 Apr 2005, Isaac Neuhaus wrote:

Here is my design matrix:

X = [ 1, 1, 0, 0, 1, 0;
      1, 1, 0, 0,-1, 0;
      1, 1, 0, 0,-1, 0;
      1, 0, 1, 0, 1, 0;
      1, 0, 0, 1, 1, 1;
      1, 0, 0, 1,-1,-1;
      1, 0, 0, 1,-1,-1;
      1,-1,-1,-1,-1, 1]

I don't see how your design matrix corresponds to your data matrix here:


     f1   f2   response
S1    1    1    7
S2    2    1    1
S3    3    1    4
S4    4    2    5
S5    3    2    5
S6    1    2    9
S7    3    2    5
S8    1    2    10


The rows are in a different order, right?

Mike



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]