Biology {BSDA} | R Documentation |
Data for Exercise 1.49
Biology
A data frame with 30 observations on the following variable.
score
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Biology) attach(Biology) hist(score,breaks="scott",col="brown",prob=TRUE,main="Problem 1.49") lines(density(score),lwd=3) detach(Biology)