Displaying 1 result from an estimated 1 matches for "a2b4".
Did you mean:
  2b4
  
2010 Jan 03
1
Anova in 'car': "SSPE apparently deficient rank"
...my own similar course to R for my students  
for next fall.  I have been successful at analyzing a segment of the  
data as a 2-way repeated measures design.
Here is my code:
 > your.data=read.table(pipe("pbpaste"),header=T)
 > your.data
   partic A1B1 A1B2 A1B3 A1B4 A2B1 A2B2 A2B3 A2B4 A3B1 A3B2 A3B3 A3B4
1     p1    1    1    2    3    1    2    4    7    1    3    7   10
2     p2    2    2    3    3    2    2    5    6    2    4    6    9
3     p3    1    2    2    3    2    3    2    6    1    4    7    9
4     p4    1    1    2    2    1    2    3    6    2    3    8   10
5...