# Example 1: Partial Response
# Baseline M=4.0, Current M=1.5 (Reduc >50%), IFE Positive
multiple_myeloma_response_criteria(4.0, 1.0, 1.5, 0, 0, 0, 0, 0,
0, 8, "positive", 2.0, "none", 0, 0)
# Example 2: Progressive Disease
# Nadir M=1.0, Current M=2.0 (Increase >0.5g/dL and >25%)
multiple_myeloma_response_criteria(4.0, 1.0, 2.0, 0, 0, 0, 0, 0,
0, 10, "positive", 2.0, "none", 0, 0)
Run the code above in your browser using DataLab