# Example 1: Lower-Risk BRUE
# 4-month-old (120d), term (40w), brief event, no CPR, first time, normal H&P
brue_2_0_criteria(120, 40, 1, 0, 0, 0, 0)
# Example 2: Higher-Risk BRUE (Age)
# 45-day-old, otherwise low risk
brue_2_0_criteria(45, 40, 1, 0, 0, 0, 0)
# Example 3: Higher-Risk BRUE (Duration & Recurrence)
# 3-month-old, event > 1 min, recurring
brue_2_0_criteria(90, 39, 0, 0, 1, 0, 0)
Run the code above in your browser using DataLab