calculate_h2fpef: H2PEF calculator Returns the H2FPEF

View source: R/calculate_h2fpef.R

calculate_h2fpefR Documentation

H2PEF calculator Returns the H2FPEF

Description

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.

Usage

calculate_h2fpef(age, bmi, pa_pressure, filling_pressure, afib)

Arguments

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)

Value

H2PEF probability (

Examples

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)

JMLuther/tabletools documentation built on April 14, 2025, 3:09 a.m.