Laminect | R Documentation |
Data for Exercise 10.18
Laminect
A data frame/tibble with 138 observations on two variables
a character vector indicating the area of the hospital with Rural
, Regional
,
and Metropol
a numeric vector indicating cost of a laminectomy
Consumer's Guide to Hospitalization Charges in North Carolina Hospitals (August 1994), North Carolina Medical Database Commission, Department of Insurance.
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
boxplot(cost ~ area, data = Laminect, col = topo.colors(3))
anova(lm(cost ~ area, data = Laminect))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.