group_cog_data {PredTest} | R Documentation |
Group Cognitive Data
Description
A dataset representing cognitive scores for control and treatment groups, with various cognitive and demographic variables.
Usage
group_cog_data
Format
A data frame with 20 rows and 20 variables:
- group.factor
A factor indicating group membership:
Control
orESKD
(End-Stage Kidney Disease).- mean_suv
A numeric vector representing the mean SUV (Standard Uptake Value).
- blind_moca_uncorrected
A numeric vector representing uncorrected MOCA (Montreal Cognitive Assessment) scores.
- craft_verbatim
A numeric vector representing scores on the Craft Verbatim memory test.
- craft_delay_verbatim
A numeric vector representing delayed scores on the Craft Verbatim memory test.
- number_span_forward
A numeric vector representing forward number span scores.
- number_span_backward
A numeric vector representing backward number span scores.
- fluency_f_words_correct
A numeric vector representing the number of correct F words in a verbal fluency test.
- oral_trail_part_a
A numeric vector representing scores on the oral trail making test part A.
- oral_trail_part_b
A numeric vector representing scores on the oral trail making test part B.
- fluency_animals
A numeric vector representing the number of animal names listed in a verbal fluency test.
- fluency_vegetables
A numeric vector representing the number of vegetable names listed in a verbal fluency test.
- verbal_naming_no_cue
A numeric vector representing scores on a verbal naming test without cues.
- age
A numeric vector representing the age of each subject.
Examples
data(group_cog_data)
head(group_cog_data)