Skip to content
Prev 164068 / 398506 Next

How to get Greenhouse-Geisser epsilons from anova?

Skotara wrote:
That's not a main effect, it's a simultaneous test of all 28 components. 
  What you need is an analysis of the average of all 
within-measurements. In principle that is obtained by X=~0, M=~1 or 
T=matrix(1,1,28) but there's a bug that prevents it from working (fixed 
in R-patched a couple of days ago).
Hmm, there's a generic problem in that you can't get some of the 
traditional ANOVA table F tests by comparing two models, and in your 
case, SPSS is de facto using the residuals from a model with A:D 
interaction when testing for A. It might help if you try

anova(mlmfitD, X=~..., M=~...)

Look at the (Intercept) line.