# Example 1: Good Prognosis
# CR1 > 6mo (0), Good Cyto (0), Matched Sib (0), No Blasts (0), KPS 90 (0)
# Score = 0
duval_cibmtr_aml_survival(0, 0, 0, 0, 0)
# Example 2: Poor Prognosis
# CR1 < 6mo (1), Poor Cyto (1), Mismatched Donor (1 -> +2pts), Blasts Present (1), KPS 80 (1)
# Score = 1 + 1 + 2 + 1 + 1 = 6
duval_cibmtr_aml_survival(1, 1, 1, 1, 1)
Run the code above in your browser using DataLab