# Example 1: Diagnosis Met
# Pain 5 days/mo, Pain relief (1), Change frequency (1), No change consistency (0), Chronic met
rome_iii_ibs_criteria(5, 1, 1, 0, 1, 1, 1)
# Example 2: Not Met (Insufficient frequency)
# Pain 1 day/mo, Pain relief (1), Change frequency (1), Change consistency (1)
rome_iii_ibs_criteria(1, 1, 1, 1, 1, 1, 1)
Run the code above in your browser using DataLab