Displaying 1 result from an estimated 1 matches for "psy710".
Did you mean:
iy710
2010 Jan 03
1
Anova in 'car': "SSPE apparently deficient rank"
...n order to obtain the sphericity tests
and the H-F corrected p-values. I do not believe the data are truly
deficient in rank. I followed the methods for this kind of analysis
outlined in Bennett's excellent handouts for his Psychology 710 course http://www.psychology.mcmaster.ca/bennett/psy710/lectures/maxwell_chp12.pdf
I am trying to convert 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)
>...