# Example 1: Active Disease
# Pulse deficit (+1), Claudication (+1), Elevated ESR (+1)
# ITAS2010 = 2, ITAS-A = 3
itas2010_score(0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)
# Example 2: Severe Activity
# Stroke (+5), Hypertension (+1)
# ITAS2010 = 6
itas2010_score(0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0)
Run the code above in your browser using DataLab