help-octave
[Top][All Lists]
Advanced

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

ANOVA with empty cells


From: Isaac Neuhaus
Subject: ANOVA with empty cells
Date: Mon, 11 Apr 2005 10:37:30 -0500
User-agent: Mozilla Thunderbird BMS-en M6r11d (Windows/20041005)

Is there a function to calculate ANOVA for a design with empty cells? Please see the data below (f1 and f2 are the independent variables and response is the dependent variable). The model that I would like to fit is:

response ~ f1 + f2 + f1*f2

Isaac

     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



-------------------------------------------------------------
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]