# Example 1: Group B (High Symptom, Low Risk)
# FEV1 60% (GOLD 2), 0 Exacerbations, mMRC 2
gold_copd_criteria(60, 0, 0, mmrc_score = 2)
# Example 2: Group D (High Symptom, High Risk)
# FEV1 35% (GOLD 3), 2 Exacerbations, CAT 18
gold_copd_criteria(35, 2, 0, cat_score = 18)
Run the code above in your browser using DataLab