# Example 1: High Disease Activity
# 10 tender, 8 swollen, CRP 25 mg/L, Global Health 60
das28_crp_rheumatoid_arthritis(10, 8, 25, 60)
# Example 2: Remission
# 0 tender, 0 swollen, CRP 1.0 mg/L, Global Health 10
das28_crp_rheumatoid_arthritis(0, 0, 1.0, 10)
Run the code above in your browser using DataLab