# Example 1: High Probability
# >50% drop (2), Days 5-10 (2), New Thrombosis (2), No other causes (2)
hit_4ts(2, 2, 2, 2)
# Example 2: Low Probability
# <30% drop (0), Unclear timing (1), No thrombosis (0), Definite other cause (0)
hit_4ts(0, 1, 0, 0)
Run the code above in your browser using DataLab