simasd_covars {CommKern} | R Documentation |
Simulated demographics dataset modeled of a subset of the preprocessed ABIDE database
Description
A dataset of demographics generated based on summary statistics for a subset of the ABIDE preprocessed database (http://preprocessed-connectomes-project.org/abide/). The variables are as follows:
Usage
simasd_covars
Format
A dataframe with 49 rows and 8 columns:
- id
a generic ID, an integer value
- dx_group
diagnostic group (0=control, 1=Autism Spectrum Disorder (ASD)
- sex
subject sex (0=male, 1=female)
- age
subject age in years
- handedness
subject handedness category, a factor with three level (0=right, 1=left, 2=ambidextrous)
- fullscale_IQ
fullscale IQ score, simulated as if administered from the Wechsler Abbreviated Scales of Intelligence (WASI), an integer value in (50,160)
- verbal_IQ
verbal IQ component, simulated as if administered from the Wechsler Abbreviated Scales of Intelligence (WASI), an integer value in (55,160)
- nonverbal_IQ
nonverbal IQ component, simulated as if administered from the Wechsler Abbreviated Scales of Intelligence (WASI), an integer value in (53,160)