| ADHD_df | R Documentation |
This dataset, ADHD_df, is a data frame containing ADHD symptom ratings for 355 children aged 6 to 8 years from the Children's Attention Project (CAP) cohort (Silk et al. 2019). The sample consists of 146 children diagnosed with ADHD and 209 without a diagnosis. Symptoms were assessed through structured interviews with parents using the NIMH Diagnostic Interview Schedule for Children IV (DISC-IV) (Shaffer et al. 2000). The checklist includes 18 items: 9 Inattentive (I) and 9 Hyperactive/Impulsive (HI). Each symptom item is binary coded (1 = present, 0 = absent), providing a comprehensive assessment of ADHD symptomatology in young children.
data(ADHD_df)
A data frame with 355 observations and 19 variables:
Group indicator (integer: 1 = ADHD diagnosis, 0 = no diagnosis)
Avoids tasks requiring sustained mental effort (integer: 0 or 1)
Fails to give close attention to details (integer: 0 or 1)
Easily distracted by extraneous stimuli (integer: 0 or 1)
Forgetful in daily activities (integer: 0 or 1)
Fails to follow through on instructions (integer: 0 or 1)
Does not seem to listen when spoken to directly (integer: 0 or 1)
Loses things necessary for tasks or activities (integer: 0 or 1)
Difficulty organizing tasks and activities (integer: 0 or 1)
Difficulty sustaining attention in tasks or play (integer: 0 or 1)
Blurts out answers before questions are completed (integer: 0 or 1)
Fidgets with hands or feet or squirms in seat (integer: 0 or 1)
Interrupts or intrudes on others (integer: 0 or 1)
Acts as if driven by a motor (integer: 0 or 1)
Difficulty playing or engaging quietly in leisure activities (integer: 0 or 1)
Runs about or climbs excessively in inappropriate situations (integer: 0 or 1)
Leaves seat in situations when remaining seated is expected (integer: 0 or 1)
Talks excessively (integer: 0 or 1)
Difficulty waiting turn (integer: 0 or 1)
The dataset name has been kept as ADHD_df to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the NeuroDataSets package and assists users in identifying its specific characteristics. The suffix df indicates that the dataset is a data frame. The original content has not been modified.
Data taken from the bgms package version 0.1.6.1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.