# Example 1: Moderate Exacerbation (3yo)
# RR 35 (1 pt), Wheeze entire exp (2 pts), 1 site retraction (1 pt)
# Score = 4
respiratory_score_asthma_liu(3, 35, 2, 1)
# Example 2: Severe Exacerbation (7yo)
# RR 32 (3 pts), Wheeze Insp/Exp (3 pts), 2 sites (2 pts)
# Score = 8
respiratory_score_asthma_liu(7, 32, 3, 2)
Run the code above in your browser using DataLab