rostools / r-cubed-intro

An Introductory Workshop on Modern Data Analyses and Workflows for Reproducible Research in R
https://r-cubed-intro.rostools.org/
Other
3 stars 0 forks source link

Exercise 7.12 #2

Closed evagjrup closed 1 year ago

evagjrup commented 1 year ago

The formula for mean arterial pressure says ((2SBP)+SBP)/3. However, in the solutions it says mean_arterial_pressure = ((2bp_dia_ave)+bp_sys_ave)/3. The formula should probably be ((2*DBP)+DBP)/3 :-)

lwjohnst86 commented 1 year ago

Thanks @evagjrup I fixed the issue!