# Example 1: High Risk
# Recent Bleed (+2), Anemia (+1.5), Creatinine >1.2 (+1.5)
# Score = 5
riete_hemorrhage_risk(0, 1, 0, 1, 1, 0)
# Example 2: Low Risk
# 60yo, No risk factors
# Score = 0
riete_hemorrhage_risk(0, 0, 0, 0, 0, 0)
Run the code above in your browser using DataLab