PsychTestData {test2norm} | R Documentation |
Neuropsychological test data
Description
A simulated data containing raw test scores and demographic characteristics for 250 persons, 200 in the control group and 50 in the test group. The raw test scores are to be converted to demographically corrected normed scores, adjusting for effects of age and sex. The control group is used to generate the norming formulas, which are then applied to all scores.
Usage
PsychTestData
Format
A data frame with 250 rows and 4 variables:
- rawscore
raw test score on a neuropsychological test, ranging 0-36, with higher values indicating better test performance
- age
age of the participant, in years
- male
sex of the participant, male (1) or female (0)
- group
norming group the participant belongs to (control or test)
Examples
data(PsychTestData)
test2norm(data = PsychTestData, test = "rawscore",
test.min = 0, test.max = 36, test.better = "High",
group.id = "group", control.id = "control",
demographics = c("age", "male"))
[Package test2norm version 0.3.0 Index]