
Attentional Dysfunction in Adults With Tourette’s Syndrome
Source:R/data-documentation.R
tourette_ADHD_df.RdThis dataset, tourette_ADHD_df, is a data frame containing accuracy scores from 51 adult participants grouped into three categories related to Tourette’s Syndrome and attentional dysfunction. The data include performance accuracy and group membership, allowing comparison across diagnostic groups. Some observations may contain missing values. The dataset originates from research on attentional processes in adults with Tourette’s Syndrome.
Usage
data(tourette_ADHD_df)Format
A data frame with 51 observations and 2 variables:
- accuracy
Accuracy score (numeric)
- group
Participant group (factor with 3 levels)
Details
The dataset name has been kept as tourette_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 in any way.