Hi. I have a dataset that I would to normalize, and I would like to know the best way to go about it. The data table is structured (for our purposes) as three columns: subject number, experimental condition, and reaction time. There are five different experimental conditions. I would like to normalize the reaction time for conditions 2, 3, 4, and 5 to the average reaction time for condition 1 for each subject. This would essentially express each reaction time in units of each individual subject's reaction time to allow me to look at the impairment of reaction time for each individual as a function of the experimental condition.
So, I would like a formula or procedure to compute the average reaction time for experimental condition 1 for each subject and divide the reaction times for conditions 2-5 by the average for condition 1.
I appreciate any advice you can give me.