# Example 1: High Risk
# AST 60, ALT 80, Platelets 150, BMI z-score 2.5
pfib_c_score(60, 80, 150, 2.5)
# Example 2: Low Risk
# AST 25, ALT 30, Platelets 300, BMI z-score 1.0
pfib_c_score(25, 30, 300, 1.0)
Run the code above in your browser using DataLab