Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 639 Bytes

README.md

File metadata and controls

13 lines (6 loc) · 639 Bytes

Coursera Data Science Specialization projects completed utilizing R

best_hospitals.R - Finds the hospitals with lowest mortality rate, given a particular state and outcome (pneumonia, heart attack, or heart failure)

needimprovement_hospitals.R - Finds the hospitals with highest mortality rate, given a particular state and outcome.

state_hospital_ranks.R - Finds hospital given a state, outcome, and specified ranking.

rankall_US_hospitals.R - Returns a data frame of hospitals for each US state, given a specified rank and outcome.

getting_data.R - Functions that call Github API, implements sqldf library, and web scrape JHU site