# Example 1: Negative Rule Out (High Altitude Context)
# 45yo, HR 90, O2 91% (Passes altitude cutoff), No other risks
altitude_adjusted_perc(45, 90, 91, 0, 0, 0, 0, 0)
# Example 2: Positive Rule Out (Fails O2)
# 45yo, HR 90, O2 88% (Fails even adjusted cutoff)
altitude_adjusted_perc(45, 90, 88, 0, 0, 0, 0, 0)
Run the code above in your browser using DataLab