kcao1199 / Cao_Robertson-MADA-Project

1 stars 3 forks source link

Overview

This repository contains the code and products created for the project on HPV vaccination completion rates depending on several socioeconomic factors, by Kelly Cao and Rachel Robertson.

Purpose

This project performs exploratory and statistical analysis to determine which geographic and socioeconomic factors play the largest role in HPV completion rates among U.S. teens. The data is gathered from the 2022 NIS Teen Vaccination surveys, which are administered to the parent or guardian of a teenager along with the provider to gather demographic information on the teen in tandem with their vaccination history. The socioeconomic and demographic predictors of HPV vaccination rates that are examined include: Race/ethnicity, state of residence, geographic mobility, income, poverty level, housing status, maternal education, insurance status, language, and facility in which the survey was administered.

Pre-requisites

This data analysis project uses R, Quarto, Github and a Zotero. It is also assumed that you have a word processor installed (e.g. MS Word or LibreOffice). You need that software stack to make use of this template.

Structure

Getting Started

You may first copy this template using the link to our Github [insert link here]. After copying the repository, you may run the code in this order:

Findings

[Insert final predictors found to greatest impact HPV completion rates here]

Dr.Handel's notes [ignore if reviewing project]:

Template content

See the readme files in each folder for more details.

Getting started

This is a Github template repository. The best way to get it and start using it is by following these steps.

Once you got the repository, you can check out the examples by executing them in order. First run the processing code, which will produce the processed data. Then run the analysis scripts, which will take the processed data and produce some results. Then you can run the manuscript, poster and slides example files in any order. Those files pull in the generated results and display them. These files also pull in references from the bibtex file and format them according to the CSL style.

You can read about keeping track of projects with renv here. Basically, whenever you install new packages or update old packages, you need to run renv::snapshot() to update the renv.lock file, which is a list of packages and versions that the package uses. When you open the R project on a new computer, you can run renv::restore() to reinstall all the packages that you recorded in the renv.lock file.