Skin {BSDA} | R Documentation |
Data for Exercise 5.20
Skin
A data frame with 11 observations on the following 2 variables.
close
poor
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Skin) attach(Skin) DIFF <- close-poor stem(DIFF) EDA(DIFF) remove(DIFF) detach(Skin)