# Example 1: NASH Likely
# Steatosis >66% (3), Inflammation >4 (3), Ballooning Many (2)
# Score = 8
nafld_activity_score(3, 3, 2)
# Example 2: Borderline
# Steatosis 5-33% (1), Inflammation <2 (1), Ballooning Few (1)
# Score = 3
nafld_activity_score(1, 1, 1)
Run the code above in your browser using DataLab