Skip to content

Instantly share code, notes, and snippets.

View katiefinning1's full-sized avatar

katiefinning1

View GitHub Profile
@katiefinning1
katiefinning1 / SES_mental_health
Created February 28, 2022 17:16
Stata do-file for analysis of the association between socioeconomic status and child mental health in the STARS randomised controlled trial
/*
---------------------------------------------------------------------------
-- Socioeconomic status and child mental health in the STARS trial
-- Analysis using Stata/SE 15.0
-- Do-file written by Katie Finning
-- June 2020
---------------------------------------------------------------------------
*/
@katiefinning1
katiefinning1 / Vaccine uptake.txt
Last active February 28, 2022 17:13
COVID-19 vaccination uptake over time by age and sociodemographic characteristics
####################################
# COVID-19 Vaccination uptake over time
# Created by: Katie Finning
# R version 3.4.0
####################################
library(readr)
library(dplyr)
library(ggplot2)