powered by
The E4.13 data frame has 49 rows and 5 columns. Data on hospital charges for patients with an identical diagnosis.
E4.13
data(E4.13)
This data frame contains the following columns:
a factor with levels F M , male and female.
F
M
a factor with levels 499 730 1021, three different medical doctors.
499
730
1021
a factor with levels 1 2 3 4, severity of illness.
1
2
3
4
a numeric vector, total hospital charge in dollars.
a numeric vector, age of patient in years.
data(E4.13) summary(E4.13)
Run the code above in your browser using DataLab