# Example 1: Sepsis (2 SIRS + Infection)
sirs_sepsis_criteria(39.0, 100, 22, NA, 10.0, 5, 1, 0, 0)
# Example 2: Septic Shock (Sepsis + Refractory Hypotension)
sirs_sepsis_criteria(35.0, 110, 24, NA, 15.0, 0, 1, 1, 1)
Run the code above in your browser using DataLab