knitr::opts_knit$set(root.dir = 'F:/Side Projects 2019/AHA Data/Data')
knitr::opts_chunk$set(echo = F, warning = F)
library(leaflet)
library(dplyr)
library(ggplot2)
library(knitr)
The American Hospital Survey is an annual survey of enumerating the structure, resources and personnel of US hospitals. The survey is completed by a hospital representative and the 2017 survey form can be viewed here. Below are some sample statististics on hospitals’ resources for intensive care from the 2017 survey.
Datasets Construction
Select button on the right to expand code.
Histogram of the total number of privileged intensivists for each reporting hospital.
Select each circle to see a popup of the hospital and datapoint.
The total number of medical-surgical ICU beds per each hospital as enumerated in the survey.
Select each circle to see a popup of the hospital and datapoint.