powered by
Data for Exercise 1.49
Biology
A data frame with 30 observations on the following variable.
score
a numeric vector
# NOT RUN { str(Biology) attach(Biology) hist(score,breaks="scott",col="brown",prob=TRUE,main="Problem 1.49") lines(density(score),lwd=3) detach(Biology) # }
Run the code above in your browser using DataLab