# Clinical criteria only: Patient with stiffness and negative serology
eular_acr_pmr_calc(age = 65, stiffness_gt_45 = 1, hip_pain_limited_rom = 0,
neg_serology = 1, no_peripheral_pain = 0)
# Clinical + Ultrasound criteria
eular_acr_pmr_calc(age = 70, stiffness_gt_45 = 1, hip_pain_limited_rom = 1,
neg_serology = 0, no_peripheral_pain = 0,
use_ultrasound = TRUE, us_abn_both_shoulders = 1)
Run the code above in your browser using DataLab