amts | R Documentation |
A dataset containing the responses of 197 persons to the ten questions of the Abbreviated Mental Test Score (AMTS). The AMTS is used to identify patients with dementia. One point is given for each correct answer, a score of 6 or less suggests that the patient has some mental impairment.
A data frame with 197 rows and 13 variables.
id number of the patient.
a factor with levels 16-65, 66-75, 76-85, 86+ for the age of the patient.
a factor with levels male, female of the patient.
age of patient, with 1 if the respondent knows his/her own age and 0 otherwise.
time (nearest hour), with 1 if correct and 0 otherwise.
address, with 1 if correct and 0 otherwise.
name of hospital (or area of town if at home) , with 1 if correct and 0 otherwise.
current year, with 1 if correct and 0 otherwise.
date of birth of patient, with 1 if correct and 0 otherwise.
month, with 1 if correct and 0 otherwise.
date of first world war, with 1 if correct and 0 otherwise.
name of monarch, with 1 if correct and 0 otherwise.
count backwards 20-1, with 1 if correct and 0 otherwise.
Slade, A., Fear, J. & Tennant, A. (2006) Identifying patients at risk of nursing home admission: The Leeds Elderly Assessment Dependency Screening tool (LEADS). BMC Health Services Research, 6:31.
data(amts) str(amts)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.