R/data.R
hosp_msas_line.Rd
Processed data for Hospitals line charts that shows state hospital staff shortages, hospital mortality rate, hospital admissions, and age skewness of hospital admissions towards older patients.
hosp_msas_line
An object of class tbl_df
(inherits from tbl
, data.frame
) with 328 rows and 5 columns.
Data Dictionary entry
head(hosp_msas_line) #> # A tibble: 6 × 5 #> date roll_mean_staff_short_perc mean_mort_rate roll_mean_admiss skewness #> <ord> <dbl> <dbl> <dbl> <dbl> #> 1 Dec 08 0.177 0.128 427. 0.870 #> 2 Dec 09 0.177 0.129 392. 0.860 #> 3 Dec 10 0.179 0.130 358. 0.846 #> 4 Dec 11 0.181 0.130 346. 0.849 #> 5 Dec 12 0.180 0.128 309. 0.846 #> 6 Dec 13 0.179 0.130 361. 0.836