E4.13: Data on Hospital Charges

E4.13R Documentation

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)

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

data(E4.13)
summary(E4.13)

SenSrivastava documentation built on May 29, 2024, 7:34 a.m.