Authors:
Sarah Watts
Socorro Dominguez
Look at our Milestone 4
Our deployed Shiny App can be found here
We are analyzing the dataset is the "College Scorecard Data" from the US Department of Education. The College Scorecard project is designed to increase transparency and to help students and families compare individual higher education institutions. We think that reading tables can be extremely complicated. Hence, we are designing a Shiny App that users might find friendlier. This app can help people recommend schools or look schools for their own selves.
We are just considering a few parameters for time convenience. However, it would be interesting to add all the other possible visualizations at some point in time.
This project provides data visualizations for the following:
These data are provided through federal reporting from institutions in the United States.
We are only using those schools for which the data is complete. All schools that had empty values were removed.
Visit us here
OR
Clone/download this repo.
Go to the SRC folder
Open and run app.R
You must have R (recommend for latest version) installed sames as the following libraries:
There are three interactive main features:
Ability to select by state(s): this ShinyApp can filter the data for a specify state through a Select List Input Control
.
If interested in only a range of admission rate, a slider range bar
is available.
The size of the schools can be selected through a multi select menu
.
When developping this app, we wanted to give users the ability to see different statistics around the College Scorecard
database. Understanding this statistics at glance can help a student identify which school they could attend at more ease. They could also foresee what impact it could have in their lives: seeing the actual median income for families and see how after graduation in a certain state the income increases might motivate people to attend higher education.
We also thought it was meaningful to see how many students actually needed financial aid and based on their future expected wage, if it was empowering for them to pursue higher education.
It was important for us to divide in school sizes because usually smaller schools do not have the same cost as larger schools (although we do not have the tuition cost
variable). It is also important to know this because a lot of students might prefer going to a smaller school.
We are also aware that some students might not be willing to relocate, or would just want to relocate to a particular state, so being able to filter by state was also important.
As for admission rate, some schools are just harder to get into. And some students might aspire to get into those schools. So, they might just be interested in pursuing education there.
You will find 4 main folders in this repository:
Look at what we did at Milestone 4: