A Public Data Repository 📊

NOTE: As public health data is increasingly restricted and erased from open access under current policies, this repository is dedicated to preserving the Youth Risk Behavior Surveillance System (YRBS). Stay strong! 💪

Description:

Welcome to the dissertationData package!

This package contains cleaned datasets from the Youth Risk Behavior Surveillance System (YRBS) for the years 2015, 2017, 2019, 2021, and 2023. The central goal of this project is to facilitate research on adolescent suicide attempts, initially for my dissertation, but now for anyone committed to evidence-based decision-making!

Why Use This Package?

This package offers a significant time-saving advantage for researchers. With a simple data() function call in R, you can instantly access the raw, cleaned, or combined datasets— eliminating tedious data wrangling and allowing you to focus on analysis.

Notes: The progress notes are here NEWS.md

Data Manuals: You can find the user guide manuals originally published by the CDC here

Installing my Package 💻

First, if you haven’t installed devtools yet, install it from CRAN:

install.packages("devtools")

Then, install the package from GitHub:

library(devtools)
install_github("ccani007/dissertationData")

Raw Data

YRBS is a biennial survey conducted by the Centers for Disease Control and Prevention (CDC) to monitor health-risk behaviors among youth in the United States. The dataset provides valuable information on various behaviors that contribute to the leading causes of death and disability among adolescents.

The YRBS datasets includes a wide range of topics, such as:

  • Behavioral Risk Factors: Information related to health-risk behaviors, including but not limited to tobacco use, alcohol and drug use, sexual activity, unhealthy dietary habits, and lack of physical activity.

  • Mental Health and Suicide-Related Data: Data pertaining to mental health issues, depression, self-harm, suicide ideation, and suicide attempts among young individuals.

  • Demographic Information: Basic demographic details such as age, gender, race/ethnicity, and grade level.

  • School-Related Factors: Data related to school attendance, academic performance, and other school-related behaviors.

  • Violence and Safety: Information about experiences with violence, bullying, and safety concerns.

  • Protective Factors: Data on factors that promote positive youth development and well-being.

License: ⚖️

The project is currently under CC0 license. Please refer to the LICENSE file for more details.