# Example 1: Hemolytic Anemia (Appropriate Response)
# Retic 15%, RBC 2.5 M/uL, Hct 25%
# ARC = 375,000; RI = 8.33; RPI = 8.33 / 2.0 = 4.16 (Adequate)
reticulocyte_indices(15, 2.5, 25)
# Example 2: Hypoproliferative Anemia (Inadequate Response)
# Retic 2%, RBC 3.0 M/uL, Hct 28%
# ARC = 60,000; RI = 1.24; RPI = 1.24 / 2.0 = 0.62 (Inadequate)
reticulocyte_indices(2, 3.0, 28)
Run the code above in your browser using DataLab