Learn R Programming

nutshell (version 2.0)

medicare.payments.by.state: Medicare Payments by State

Description

A data set that contains average medicare payments by state for 70 common medical conditions.

This data set is used as an example in the book "R in a Nutshell" from O'Reilly Media.

Usage

data(medicare.payments.by.state)

Arguments

Format

A data frame with 3735 observations on the following 6 variables.
State
A factor the specifies the state for which this statistic is calculated
Diagnosis.Related.Group
A description of the medical condition
Medicare.Average.Payment.Minimum
The minimum average hospital medicare payment for this condition and state
Medicare.Average.Payment.Maximum
The maximum average hospital medicare payment for this condition and state
Number.Of.Cases
The number of cases seen; An asterisk (*) appears in the table where data cannot be disclosed to protect personal health information due to the small number of Medicare patients (fewer than 11)
Footnote
A footnote from the original data

Source

http://www.medicare.gov/download/Hospital_Revised_flatfiles.zip

Examples

Run this code
data(medicare.payments.by.state)

Run the code above in your browser using DataLab