From help-request at octave dot org Mon Apr 11 10:40:48 2005 Subject: ANOVA with empty cells From: Isaac Neuhaus To: help at octave dot org Date: Mon, 11 Apr 2005 10:37:30 -0500 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 -------------------------------------------------------------