Displaying 2 results from an estimated 2 matches for "bathc".
Did you mean:
  batch
  
2003 Apr 02
2
replication of latin squares --- again
...7      C  D  A  B
  8      D  A  B  C
          operators
batches 1  2  3  4
  9      A  B  C  D
  10     B  C  D  A
  11     C  D  A  B
  12     D  A  B  C
I have used the same operators but different batches.
How can I get the anova table for this design using R?
I have created a R object as
  bathces operators treatment  y   rep
   1         1        A        y1   1
   1         1        b        b2   1
   .         .        .        .    .
and so on
I appreciate in advance.
L.
2003 Apr 01
0
replication of latin squares
...7      C  D  A  B
  8      D  A  B  C
          operators
batches 1  2  3  4
  9      A  B  C  D
  10     B  C  D  A
  11     C  D  A  B
  12     D  A  B  C
I have used the same operators but different batches.
How can I get the anova table for this design using R?
I have created a R object as
  bathces operators treatment  y   rep
   1         1        A        y1   1
   1         1        b        b2   1
and so on
Thank you very much
L.