# Example 1: High Risk
# 65yo Male, AFP 10 ng/mL, AFP-L3 5%, DCP 20 ng/mL
# Z-score approx 1.3 -> High Probability (~79%)
galad_score_hcc("male", 65, 10, 5, 20)
# Example 2: Low Risk
# 40yo Female, AFP 3 ng/mL, AFP-L3 1%, DCP 5 ng/mL
# Z-score approx -4.5 -> Low Probability (<2%)
galad_score_hcc("female", 40, 3, 1, 5)
Run the code above in your browser using DataLab