# Example 1: Low Risk
# Neg UA, ANC 3000, PCT 0.2
pecarn_rule_febrile_infant_29_60_days(0, 3000, 0.2)
# Example 2: High Risk (Positive UA)
# Pos UA (1), ANC 3000, PCT 0.2
pecarn_rule_febrile_infant_29_60_days(1, 3000, 0.2)
# Example 3: High Risk (High PCT)
# Neg UA, ANC 3000, PCT 2.0
pecarn_rule_febrile_infant_29_60_days(0, 3000, 2.0)
Run the code above in your browser using DataLab