MedicareCharges | R Documentation |
These data for 2011, released in May 2013, describe how much hospitals charged Medicare for various inpatient procedures, how many were performed, and how much Medicare actually paid.
data("MedicareCharges")
A data frame with 163065 observations on the following 5 variables:
Code for the Direct Recovery Group: a character string that looks like a number.
Provider ID: a numeric vector: it should be a factor.
These data are part of a set with 'DirectRecoveryGroups', which gives a description of the medical procedure associated with each DRG, and 'MedicareProviders', which translates 'idProvider' into a name, address, state, Zip, etc.
Data from the Centers for Medicare and Medicaid Services. See http://www.cms.gov/Research-Statistics-Data-and-Systems/Statistics-Trends-and-Reports/Medicare-Provider-Charge-Data/Inpatient.html .
data(MedicareCharges) str(MedicareCharges)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.