# Example 1: Safe Candidate
# 40yo Female, RR 16, SpO2 98%, Alb 4.0
chosen_covid_risk_score(40, "female", 16, 98, 4.0)
# Example 2: High Risk
# 75yo Male, RR 24, SpO2 92%, Alb 2.5
chosen_covid_risk_score(75, "male", 24, 92, 2.5)
Run the code above in your browser using DataLab