View source: R/neuropsych_test_scoring.R
rocft_recall_t_score | R Documentation |
Calculates a Rey Complex Figure, Delayed Recall (30-min) trial score (T-score) from a raw score and age. The predicted score and standard deviation are also calculated.
rocft_recall_t_score(age, raw_score)
age |
A numeric value of the age of the participant. Must be between 16 and 89 years old. |
raw_score |
A numeric value of the raw score from the Rey Complex Figure, Copy trial. |
This function takes the raw score and age of a participant and calculates the Rey Complex Figure, Copy trial T-score using the formula provided by Manly et al. (2000). It also returns the predicted score and standard deviation for the trial.
Returns a numeric value of the T-score for the Rey Complex Figure, Copy trial.
Manly, J.J., Schinka, J.A., & Guerrero, L. (2000). Normative Data on the Rey Complex Figure Test in Older Adults. Archives of Clinical Neuropsychology, 15(7), 613-621.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.