This dataset, ASD_risks_tbl_df, is a tibble containing information on various clinical, behavioral, genetic, and developmental factors associated with the risk of developing Autism Spectrum Disorder (ASD) traits in children. The dataset consists of 1,985 observations and 28 variables, including the Autism Spectrum Quotient items (A1–A10), Social Responsiveness Scale, Qchat-10 score, Childhood Autism Rating Scale, and multiple indicators related to speech, learning, genetics, mental health, developmental delays, behavioral issues, demographics, and family history. The final column indicates whether the child is expected to develop ASD traits in the future (0 or 1).
data(ASD_risks_tbl_df)A tibble with 1,985 observations and 28 variables:
Patient case identifier (numeric)
Autism Spectrum Quotient item A1 (numeric)
Autism Spectrum Quotient item A2 (numeric)
Autism Spectrum Quotient item A3 (numeric)
Autism Spectrum Quotient item A4 (numeric)
Autism Spectrum Quotient item A5 (numeric)
Autism Spectrum Quotient item A6 (numeric)
Autism Spectrum Quotient item A7 (numeric)
Autism Spectrum Quotient item A8 (numeric)
Autism Spectrum Quotient item A9 (numeric)
Autism Spectrum Quotient item A10 (numeric)
Social Responsiveness Scale score (numeric)
Age in years (numeric)
Q-CHAT-10 score (numeric)
Indicator of speech delay or language disorder (character)
Indicator of learning disorder (character)
Presence of genetic disorders (character)
Presence of depression (character)
Indicator of global developmental delay or intellectual disability (character)
Presence of social or behavioral issues (character)
Childhood Autism Rating Scale score (numeric)
Presence of anxiety disorder (character)
Sex of the participant (character)
Ethnicity of the participant (character)
History of jaundice (character)
Indicator of family member with ASD (character)
Relationship of the respondent who completed the test (character)
Indicator of whether the child is expected to develop ASD traits (character)
The dataset name has been kept as ASD_risks_tbl_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 tbl_df indicates that the dataset is a tibble (a modern data frame). The original content has not been modified in any way. Variable names and values are provided exactly as they appear in the source.