# Example 1: Mild Dementia
# Memory 1, others mostly 1
clinical_dementia_rating(1, 1, 1, 0.5, 1, 0.5)
# Example 2: Questionable Dementia (CDR 0.5)
# Memory 0.5, others 0.5
clinical_dementia_rating(0.5, 0.5, 0.5, 0.5, 0.5, 0.5)
# Example 3: Normal
# All 0
clinical_dementia_rating(0, 0, 0, 0, 0, 0)
Run the code above in your browser using DataLab