This repository includes a data science project to study patterns for retention rates in 4-year colleges in USA.
https://hamzaehsan97.github.io/CollegeRetentionRates/
To deploy the program on a local machine the following hardware/softwares are requires :
The following libraries are required to recreate this app. You can download these libraries in Rstudio through Tools or through the command line using 'install.packages("Package Name")'
library(tidyverse)
library(dplyr)
library(ggplot2)
library(ggthemes)
library(scales)
library(forcats)
library (plyr)
library(gridExtra)
- Open finalReport.rmd in RStudio
- knit file to html.
- Hamza Ehsan
- Mudassir Farooq Zaeem
This project is licensed under the MIT License - see the LICENSE.md file for details
- Professor Andrew J Sage (https://github.com/andrewjsage)