View source: R/calculate_h2fpef.R
calculate_h2fpef | R Documentation |
Estimated probability of HFpEF based on a validated risk calculator (Reddy 2018). This calculator uses the continuous model provided online, downloadable as an XLS file, rather than the point-based estimate. Results of this function have been checked against this online calculator.
calculate_h2fpef(age, bmi, pa_pressure, filling_pressure, afib)
age |
Age (years) |
bmi |
BMI, kg/m^2 |
pa_pressure |
estimated Pulmonary Artery Pressure (mm/hg) |
filling_pressure |
(Doppler echo E/e') |
afib |
Atrial Fibrillation (T/F) |
H2PEF probability (
calculate_h2fpef(age=45, bmi=31, filling_pressure=9, pa_pressure = 35, afib = F)
calculate_h2fpef(age=60, bmi=25, filling_pressure=5, pa_pressure = 12, afib = T)
calculate_h2fpef(age=51, bmi=30, filling_pressure=10, pa_pressure = 45, afib = T)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.