Skip to content
Prev 155232 / 398506 Next

Test for equality of complicatedly related average correlations

Hi Ralph,

 	I had the same problem you do a few months ago, and realized that
the question I had (does time show a different effect for X than Y) was not
best modeled as differences between correlations across individuals, but as
whether time interacts with condition.

 	I answered this question with
...where obs is the responses on the X or Y variable, cond is a factor of
either X or Y, and subj is your subject variable. This fits a heirarchical
linear model to the data. The relationship between X and time is sig. diff.
from the relationship between Y and time if the cond:time fixed effect is
true.

This approach makes better use of your data, because when you correlate the
observations, you're effectively "losing" variability (because correlations
are doubly standardized) as well as degrees of freedom (you have 9 df within
each individual, but each correlation is only one number).

--Adam
On Sat, 6 Sep 2008, Ralph79 wrote: