E4.13 {SenSrivastava} | R Documentation |
The E4.13
data frame has 49 rows and 5 columns. Data on hospital
charges for patients with an identical diagnosis.
data(E4.13)
This data frame contains the following columns:
a factor with levels
F
M
, male and female.
a factor with levels
499
730
1021
, three different medical doctors.
a factor with levels
1
2
3
4
, severity of illness.
a numeric vector, total hospital charge in dollars.
a numeric vector, age of patient in years.
Dr. Joseph Feinglass, Northwestern Memorial Hospital, Chicago.
data(E4.13)
summary(E4.13)