# Example 1: High Risk
# PSA 8 (Low), Gleason 8 (High), T2a (Low)
# Result = High Risk
damico_prostate_risk(8, 8, "t2a")
# Example 2: Low Risk
# PSA 5, Gleason 6, T1c
# Result = Low Risk
damico_prostate_risk(5, 6, "t1c")
Run the code above in your browser using DataLab