Skip to content

ctmccull/CPP528_TEAM2_Spring2022

 
 

Repository files navigation

layout title
page
Read Me

CPP-528

CPP-528 Spring 2022 Session B
Team 2 Final Project

This project was completed for the Arizona State University course CPP-528, Foundations of Data Science Part III: Project management for data analysts, part of the Program Evaluation and Data Analytics masters program.

US Census data were used to evaluate the impact of two tax credit programs, New Market Tax Credits and Low Income Housing Tax Credits, using median home values as an indicator of improved neighborhood wellbeing.

Team Members
Sarah Johaningsmeir, https://github.com/Johaning
Caitlyn Mccullers, https://github.com/ctmccull
Ahmed Radwan, https://github.com/radwan-a
Mohamed Said, https://github.com/mbsaid

Replication Tips

This project was completed using R 4.1.0, RStudio, GitHub, and GitHub Desktop.

In this repository, you will find a renv.lock file. Should you want to replicate this study, you will need to run the renv::restore() function to install all packages and their dependencies involved in this project.

Data Files

You will find the Census Longitudinal Tabulated Database (LTDB) file here:
Harmonized Census Data
Cleaned Data
Codebook

Low Income Housing Tax Credit (LIHTC) data files are stored here:
LIHTC Data Dictionary
LIHTC Raw Data

New Market Tax Credit (NMTC) data files are stored here:
NMTC Data Dictionary
NMTC_Sheet_1
NMTC Sheet 2

Required Packages


To install required packages you can restore packages dependencies from renv.lock file that is located in [renv](https://github.com/ctmccull/CPP528_TEAM2_Spring2022/tree/main/renv) folder. Use the code renv::restore(here::here())

Licensing


The project is licensed under MIT open source license. For more details check [license](https://github.com/ctmccull/CPP528_TEAM2_Spring2022/blob/main/LICENSE) file.


Releases

No releases published

Packages

No packages published

Languages

  • HTML 98.7%
  • R 1.1%
  • Other 0.2%