Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 628 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 628 Bytes

hw05

Gustavo Arruda

This repository is part of a University of Chicago course called "Computation for the Social Sciences" taught in the fall of 2020.

  • The babynames.R file has a debugged version of an analysis to historical US baby name records.
  • The hiv-profile.Rmd file produces parameterized MarkDown reports of each country's HIV data.

Relevant Pages:

Used Libraries:

  • To run the code in this repository, the libraries used were:
    • library(tidyverse)
    • library(countrycode)
    • library(babynames)
    • library(glue)