Suppose I have four methods A, B, C, and D, and I want to run a longitudinal study to measure participants' performance with each method.

I choose a within-subject design because I have a few number of volunteers. Since I also want to see how performance changes with practice, the study will have ten sessions. In every session participants will execute some task using each of the four methods. 

I have read about counter-balancing using a latin square to avoid any interference effect between the methods. However, as far as I understood, this approach seems to be used in cases where you have only one session. For example, consider the 4x4 latin square:

A B C D

B C D A

C D A B

D A B C

In a single-session study, participant 1 would use the methods in the order defined in row 1, participant 2 in row 2, ..., participant 5 in row 1 and so on (the number of participants must be a multiple of 4).

In the example, interference is then assessed by analyzing the effect of "group" (i.e. each order of the methods), a non-significant effect means no interference. 

What about the second, third, ... tenth session? Will the order be the same in every session for each participant? Keeping the same order means that participant 1 will always use method D after he or she used methods A, B, and C, therefore performance could be poor with D due to tiredness. 

My question is: how to change the order of the methods from one session to the next to avoid interference between conditions?

Similar questions and discussions