Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muschellij2/shiny_health_data
Shiny Application using CMS Health data spatially
https://github.com/muschellij2/shiny_health_data
Last synced: 2 months ago
JSON representation
Shiny Application using CMS Health data spatially
- Host: GitHub
- URL: https://github.com/muschellij2/shiny_health_data
- Owner: muschellij2
- Created: 2013-05-08T20:56:24.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-09T03:01:31.000Z (over 11 years ago)
- Last Synced: 2023-04-07T20:01:40.114Z (over 1 year ago)
- Language: R
- Size: 12 MB
- Stars: 18
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
Shiny_Health_Data
=================Shiny Application using CMS Health data spatially. server.R and ui.R are the shiny applications and the Rda is the file. CSV is from the medicaid data set.
server.R - uses googleVis and shiny to read in the data and create the sidebar panels and the plot
ui.R - adds the paragraphs and html markups of the doc and lays out the interface
geocoded.csv - used [http://www.findlatitudeandlongitude.com/batch-geocode/#.UYq-sCvR3P0](http://www.findlatitudeandlongitude.com/batch-geocode/#.UYq-sCvR3P0) to batch geocode the hospitals (and used Google Maps to touch up the 4 that didn't convert) - contains address, lat and long
Medicare_Data.Rda - csv from .zip file, compressed to Rda
IPPS_DRG_CSV - from [https://www.cms.gov/Research-Statistics-Data-and-Systems/Statistics-Trends-and-Reports/Medicare-Provider-Charge-Data/index.html](https://www.cms.gov/Research-Statistics-Data-and-Systems/Statistics-Trends-and-Reports/Medicare-Provider-Charge-Data/index.html) - where the csv is located.
make_lat_long - used to make Medicare_Data.Rda (need to unzip IPPS_DRG_CSV)