This repository includes a data science project to study patterns for retention rates in 4-year colleges in USA.
To deploy the program on a local machine the following hardware/softwares are requires :
To download required libraries, navigate to the project directory in terminal and type in the command below.
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.
https://hamzaehsan97.github.io/USAColleges_RetentionRates_DataAnalysis/
- 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)