Displaying 1 result from an estimated 1 matches for "2336056".
Did you mean:
336056
2011 Sep 23
1
Correlation of variables with repeated measures.
...ys.
I would like to check the correlation and p of variables VAR1 VAR2 VAR3.
if I use cor.test(tel$VAR1, tel$VAR2)
the observations are considered independent, and Indeed I got df=14
I have seen that I can obtain a correlation for each block using this
script:
http://stackoverflow.com/questions/2336056/how-to-do-correlation-with-blocks-or-repeated-measures
I was wandering what I should do for obtain a correlation that account for
all the blocks.
[[alternative HTML version deleted]]