# Example 1: MIPSS70 High Risk
# Hb 90 (+1), WBC 30 (+2), HMR 2 (+2)
mipss70_score(90, 30, 150, 0, 0, 0, 0, 2)
# Example 2: MIPSS70+ Very High Risk
# Hb 110, Plt 80 (+2), Fibrosis 2 (+1), Unfavorable Karyotype (+3)
mipss70_score(110, 10, 80, 0, 1, 0, 0, 0, 1)
Run the code above in your browser using DataLab