# Example 1: Infant with growth failure and renal impairment
# Age 0.5, Bili 3.0, INR 1.5, Alb 2.5, Cr 0.8, Growth Failure Yes
peld_cr_score(3.0, 1.5, 2.5, 0.8, 0.5, 1)
# Example 2: Child, no growth failure, normal renal
# Age 5, Bili 1.0, INR 1.0, Alb 4.0, Cr 0.3, Growth Failure No
peld_cr_score(1.0, 1.0, 4.0, 0.3, 5, 0)
Run the code above in your browser using DataLab