Publications by Coda Rayo-Garza
Infant Mortality Analysis (by Race)
Infant Mortality Author CRG 1. White Infant Mortality Analysis Data from CDC Wonder for years 2020-2022. library(tidyverse) ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ✔ dplyr 1.1.4 ✔ readr 2.1.5 ✔ forcats 1.0.0 ✔ stringr ...
704 sym Python (33782 sym/73 pcs)
Kinship in Texas
Kinship Author Coda Children in Kinship Care in Texas Estimates Data for this analysis from the 2023 Annual Social and Economic Supplement (ASEC) of the Current Population Survey (CPS). Import Data I filtered before downloading the data from IPUMS for TX (Fips 48) Defining Kinship To define kinship, I have to link using the RELATE variable an...
2113 sym R (3857 sym/5 pcs)
Median Weekly Earnings for Working Moms in Texas
occ and med earnings tx women Author CRG Working Mothers Median Earnings in Texas Used PUMS data First, pull pums data library(survey) Loading required package: grid Loading required package: Matrix Warning: package 'Matrix' was built under R version 4.2.3 Loading required package: survival Warning: package 'survival' was built under R v...
383 sym R (1036417 sym/44 pcs)
Texas Working Moms
TX Mother Data Author CRG Texas Working Moms Data I pulled monthly cps data from ipums, 2013-2023. (Excluded asec supplemental data) library(ipumsr,quietly = T) library(dplyr,quietly = T) library(car,quietly = T) library(zoo,quietly = T) library(ggplot2,quietly = T) library(questionr,quietly = T) library(tidyquant,quietly = T) library(f...
486 sym R (6510 sym/20 pcs) 3 img
TXWF Demogs
TWF Dems Author CRG TWF Project: Demographic Data Demographic Data for the Texas Women’s Foundation Project. I am using IPUMS 5-Year Estimates for 2022 and 2014: Steven Ruggles, Sarah Flood, Matthew Sobek, Daniel Backman, Annie Chen, Grace Cooper, Stephanie Richards, Renae Rodgers, and Megan Schouweiler. IPUMS USA: Version 15.0 [dataset]. Min...
578 sym 1 img
Median Income For Dallas County by Race_Eth and Educ Level
Ed Attainment by Race/Eth Author CRG Dallas County Median Income by Educational Attainment and Race_Ethnicity, ACS 2022 Microdata from IPUMS library(quarto) Warning: package 'quarto' was built under R version 4.2.3 # Hide warning messages options(warn=-1) # Hide library messages quiet <- suppressPackageStartupMessages(library(quarto)) ...
521 sym Python (16093 sym/50 pcs) 2 img
Texas Latinas
TX Latinas Responding to a request for Data on Latina women in Texas overall pop over time and hisp origin library(tidycensus) Warning: package 'tidycensus' was built under R version 4.2.3 library(ggplot2) Warning: package 'ggplot2' was built under R version 4.2.3 library(dplyr) Warning: package 'dplyr' was built under R version 4.2.3 Attac...
359 sym Python (8408 sym/53 pcs) 2 img
Political Dissimilarity Experiment
Political Dissimilarity Author coda Calculating the Political Dissimilarity Index library(sf) Linking to GEOS 3.9.3, GDAL 3.5.2, PROJ 8.2.1; sf_use_s2() is TRUE library(tidyverse) ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ✔ dplyr 1.0.10 ...
301 sym R (7697 sym/20 pcs)
DocumentSpark Talk - 3 Easy Viz's w/Tidycensus
Spark Talk Author Coda Rayo-Garza 3 Super Easy Visuals Using Tidycensus 1. A Basic Map Here, we are mapping median income data from the American Community Survey 2021 5 Year Estimates library(tidycensus) library(tidyverse) options(tigris_use_cache = TRUE) bexar <- get_acs( state = "TX", county = "Bexar", geography = "tract", ...
3692 sym R (11532 sym/20 pcs) 6 img
Spark Talk - 3 Easy Viz's w/Tidycensus
Spark Talk Author Coda Rayo-Garza 3 Super Easy Visuals Using Tidycensus 1. A Basic Map Here, we are mapping median income data from the American Community Survey 2021 5 Year Estimates library(tidycensus) library(tidyverse) options(tigris_use_cache = TRUE) bexar <- get_acs( state = "TX", county = "Bexar", geography = "tract", ...
3676 sym R (11315 sym/15 pcs) 6 img