brains_cognitive_matrix | R Documentation |
This dataset, brains_cognitive_matrix
, is a matrix containing the states and covariates
of 649 participants enrolled in the BRAiNS cohort at the University of Kentucky's
Alzheimer's Disease Research Center. The data includes longitudinal cognitive assessments
and various health covariates across multiple visits.
data(brains_cognitive_matrix)
A matrix with 6240 observations and 13 variables:
Integer: Participant identification number
Integer: Visit number
Integer: Previous cognitive state
Integer: Current cognitive state
Integer: Baseline age centered
Integer: Family history of dementia (0 = No, 1 = Yes)
Integer: History of high blood pressure (0 = No, 1 = Yes)
Integer: APOE \varepsilon_4
allele carrier status (0 = Non-carrier, 1 = Carrier)
Integer: Smoking status indicator 1
Integer: Smoking status indicator 2
Integer: Smoking status indicator 3
Integer: Low education indicator (0 = No, 1 = Yes)
Integer: History of head injury (0 = No, 1 = Yes)
The dataset name has been kept as brains_cognitive_matrix
to avoid confusion
with other datasets in the R ecosystem. This naming convention helps distinguish
this dataset as part of the NeuroDataSets package. The suffix matrix
indicates
that the dataset is a matrix. The original content has not been modified.
Data taken from the RRMLRfMC package version 0.4.0. Original study: University of Kentucky's Alzheimer's Disease Research Center BRAiNS cohort.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.