Skip to content
Prev 30107 / 398503 Next

replication of latin squares --- again

On 2 Apr 2003 at 11:57, lamack lamack wrote:

            
Something like , assuming the variables batches, operators, 
treatment, rep are factors and y is numeric, 

model <- aov(y ~ rep + batches + operators + treatment)

or 

model <- aov(y ~ batches + operators + treatment)
  (which will give another parametrization of the same model)

summary(model)

Kjetil Halvorsen