I am performing an experiment using caffeine and testing the resting blood pressure before and after caffeine consumption as well as cognitive performance using the Stroop test. I've performed dependent t-tests between the pre- and post-test for the two variables to determine their significance.
Now I know that there has been a significant change in blood pressure and cognitive performance, I want to know if there is a correlation between the increase in blood pressure and the increase in cognitive performance (reaction time in ms) disregarding the use of caffeine?
I've done a scatter plot between the difference (post_caffeine_BP - Pre_caffeine_BP) vs (post_caffeine_Reactiontime - Pre_caffeine_Reaction time) but I'm not sure if this is correct.