This R package provides functions to compute all non-proprietary summary scores that are included in the tabulated data resource from the Adolescent Brain Cognitive Development (ABCD) StudyTM. The ABCD Study® is the largest long-term study of brain development and child health in the United States, following the biological and behavioral development of over 11,800 children at 21 research sites across the US through adolescence into young adulthood.
To learn more about the study, visit the
- ABCD Study® website for general information
- ABCD data documentation for detailed information about the data resource
- Data Exploration and Analysis Portal (DEAP) to explore the ABCD data dictionary
- NIH Brain Development Cohorts (NBDC) Data Hub to apply for data access
Versioning
The package major version number (first two digits) matches the ABCD data release version number. For example, the package version 6.0.0
and other 6.0.*
versions (e.g., 6.0.1
, 6.0.2
, etc.) are compatible with the ABCD data release 6.0, 7.0.*
package versions are compatible with the ABCD release 7.0, and so forth.
The following table lists which version of the package was used to compute the summary scores in the tabulated data resource for each ABCD data release, starting with the introduction of the package with release 6.0.
Release version | Package version |
---|---|
6.0 | 6.0.0 |
Installation
To install the latest version of ABCDscores
from GitHub, use the following command:
if (!requireNamespace("remotes", quietly = TRUE)) {
install.packages("remotes")
}
remotes::install_github("nbdc-datahub/ABCDscores")
To install a specific version of the package, specify the version number in the remotes::install_github()
call. For example, to install version 6.0.0, use the following command:
remotes::install_github("nbdc-datahub/ABCDscores@v6.0.0")
Usage
For a general overview of how to use the R package to compute summary scores, see the Get Started page. To browse the documentation of all available functions, see the Reference page. For more detailed information about specific summary scores, refer to the vignettes.
Issues
If you encounter issues while using the package, please report them by submitting a GitHub issue. Please do not submit any issues related to the ABCD data resource itself (see ABCD Data documentation for information on how to report issues with the data resource).