Skip to content

Practice in debugging an R script analyzing historical data of baby names in the United States, and practice in creating parameterized MarkDown reports analyzing each country's HIV data. Produced within the course "Computation for the Social Sciences", offered during the Fall of 2020 at the University of Chicago.

Notifications You must be signed in to change notification settings

arrudafranco/Homework-5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Practice in debugging an R script analyzing historical data of baby names in the United States, and practice in creating parameterized MarkDown reports analyzing each country's HIV data. Produced within the course "Computation for the Social Sciences", offered during the Fall of 2020 at the University of Chicago.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages