# Example 1: Diagnosis Met
# Recurrent pain (1), Duration minutes (1),
#Frequency 3/year (1), Organic excluded (1), Chronic met (1,1)
rome_iv_proctalgia_fugax(1, 1, 1, 1, 1, 1)
# Example 2: Not Met (Frequency too high)
# Recurrent pain, Duration minutes, Frequency 6/year (0 for < 5)
rome_iv_proctalgia_fugax(1, 1, 0, 1, 1, 1)
Run the code above in your browser using DataLab