Sunday, October 9, 2016

Pace as the Fatigue Measurement

As I promised, I measured my pace and correlated it with my subjective fatigue rating over 4 week period. The data looks as follows:

datedurationfatigue
9/17 9:0219.715
9/17 9:4520.254.8
9/17 11:3019.015.1
9/17 11:3018:535.1
9/17 12:0218.694.9
9/17 12:0219.374.9
9/17 18:0817.565.2
9/18 10:4618.695.1
9/18 12:0718.95
9/18 14:4519.615
9/18 10:4816.755.3
8/18 14:0218.095
8/18 20:1317.615.2
8/19 11:4017.945.2
8/19 15:3518.785
8/21 11:5117.615.1
8/21 12:4418.645
8/21 14:1218.355
8/22 9:5017.95.2
8/23 9:3317.395.2
8/23 9:5817.25.3
8/23 13:0418.555
8/23 11:5817.815.1
8/25 8:4618.565
9/25 10:5817.455.2
9/25 23:0217.25.3
8/27 16:4418.124.9
9/28 16:5717.425.3
9/29 10:3817.965.1
9/30 12:5919.284.8
10/2 10:3416.785.3
10/3 13:5117.835
10/4 10:4817.215.2
10/4 13:0918.415
10/4 18:0218.285
10/4 20:0816.455.3
10/5 9:3716.495.3
10/6 11:2416.825.2
10/7 11:2517.775
10/7 20:4315.875.3
10/8 11:4316.695.3
10/8 20:2018.085
10/8 11:2316.965.2
10/8 12:2017.455.1

The duration is the amount time in seconds that took for walking 29 steps. (I meant to do 30 steps, but I started counting from 1 instead of 0, so I ended up with 29 steps). The fatigue is my subjective fatigue rating as usual. The resulting scatter plot between the duration and fatigue looks like this:
The walking speed is nicely correlated to the fatigue as you can see. (The Y scale looks funny, that's what R does when you do as.numeric(pace$duration), but it is properly scaled). The correlation comes out to be 84%.

The problem with this study, of course, is that I am both the investigator and the subject: there is no blinding whatsoever. As result, it is highly susceptible to bias. But the result is at least encouraging. Next, I will write an android app to automatically measure my pace without my knowing it so that I'll be blinded to it, and see if that correlates to the fatigue level as well.

If you want to try this yourself, do the following to minimize the bias:
  1. Declare your fatigue first.
  2. Walk fixed number of paces and measure the time.
  3. Focus on how your leg feels. Make sure that you are walking as fast as possible without any straining at all.
  4. Whatever you do, do NOT revise your fatigue rating after the walk. It is tempting, as you realize while walking that your fatigue is not what you thought it was. But the error is random and therefore will cancel out on average.