# Example 1: High Risk (Frequency > 8)
# 9 stools, CRP 10
travis_uc_criteria(9, 10)
# Example 2: High Risk (Frequency > 3 and CRP > 45)
# 4 stools, CRP 50
travis_uc_criteria(4, 50)
# Example 3: Lower Risk
# 3 stools, CRP 60 (Frequency not > 3)
travis_uc_criteria(3, 60)
Run the code above in your browser using DataLab