# Example 1: High Disease Activity
# 12 tender, 10 swollen, ESR 60, Global Health 70
das28_esr_rheumatoid_arthritis(12, 10, 60, 70)
# Example 2: Remission
# 0 tender, 0 swollen, ESR 10, Global Health 10
das28_esr_rheumatoid_arthritis(0, 0, 10, 10)
Run the code above in your browser using DataLab