Learn R Programming

SenSrivastava (version 2015.6.25)

E4.13: Data on Hospital Charges

Description

The E4.13 data frame has 49 rows and 5 columns. Data on hospital charges for patients with an identical diagnosis.

Usage

data(E4.13)

Arguments

Format

This data frame contains the following columns:
Sex
a factor with levels F M , male and female.
MD
a factor with levels 499 730 1021, three different medical doctors.
Svty
a factor with levels 1 2 3 4, severity of illness.
Chrg
a numeric vector, total hospital charge in dollars.
Age
a numeric vector, age of patient in years.

Source

Dr. Joseph Feinglass, Northwestern Memorial Hospital, Chicago.

Examples

Run this code
data(E4.13)
summary(E4.13)

Run the code above in your browser using DataLab