Learn R Programming

PredTest (version 0.1.0)

group_cog_data: Group Cognitive Data

Description

A dataset representing cognitive scores for control and treatment groups, with various cognitive and demographic variables.

Usage

group_cog_data

Arguments

Format

A data frame with 20 rows and 20 variables:

group.factor

A factor indicating group membership: Control or ESKD (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

Run this code
data(group_cog_data)
head(group_cog_data)

Run the code above in your browser using DataLab