# Example 1: High Risk Factors
# 65yo Male, Smoker, Sweating, ECG Ischemia
he_macs_score(65, "male", 1, 0, 1, 1, 0, 0)
# Example 2: Low Risk Factors
# 40yo Female, No symptoms/signs other than chest pain
he_macs_score(40, "female", 0, 0, 0, 0, 0, 0)
Run the code above in your browser using DataLab