# Example 1: High Risk
# 30yo, eGFR 45, Protein 2.5g, MAP 105, M1 E1 S1 T2, No meds, White
international_iga_nephropathy_prediction(30, 45, 2.5, 105, "white", 1, 1, 1, 2, 0, 0)
# Example 2: Low Risk
# 40yo, eGFR 90, Protein 0.5g, MAP 90, M0 E0 S0 T0, RASB Yes, Chinese
international_iga_nephropathy_prediction(40, 90, 0.5, 90, "chinese", 0, 0, 0, 0, 1, 0)
Run the code above in your browser using DataLab