Sage-Bionetworks / CRF_validation_analysis

analysis code for CRF validation study
0 stars 1 forks source link

Compute VO2max from step test #10

Open larssono opened 6 years ago

larssono commented 6 years ago

Use the HR values to compute the VO2max using

VO2max(M) [ml min−1 kg−1] = 84.687−0.722 · HRpost [bpm] − 0.383 · age [y] where HRpost is heart rate 30 s following exercise.

and: other methods defined in: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5439512/

larssono commented 6 years ago

@itismeghasyam Did you start this?

itismeghasyam commented 6 years ago

Not yet, will read the paper today. I'll update you tomorrow regarding this. Shouldn't be much difficult as we have the times now.