| schwab_england_adl_scale | R Documentation |
Retrieves the clinical description for the Schwab and England ADL Scale score. This scale assesses the ability of patients with Parkinson's disease or other movement disorders to perform daily activities independently. Scores range from 100% (completely independent) to 0% (vegetative functions not functioning).
schwab_england_adl_scale(score_percent)
score_percent |
Numeric. The assessed score as a percentage. Must be a multiple of 10 between 0 and 100. |
A list containing:
Schwab_England_Score |
The input score formatted as a percentage. |
Description |
The detailed clinical description of the patient's functional status. |
Schwab RS, England AC. Projection technique for evaluating surgery in Parkinson’s disease. In: Gillingham FJ, Donaldson MC, eds. Third Symposium on Parkinson’s Disease. Edinburgh, Scotland: E&S Livingstone; 1969:152-157.
# Example 1: Mild Impairment
schwab_england_adl_scale(90)
# Example 2: Severe Dependence
schwab_england_adl_scale(30)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.