powered by
Data for Exercise 1.46
Soccer
A data frame with 25 observations on the following variable.
weight
a numeric vector
# NOT RUN { str(Soccer) attach(Soccer) stem(weight,scale=2) hist(weight,breaks=seq(110,210,10),col="orange", main="Problem 1.46 \n Weights of Soccer Players",right=FALSE) detach(Soccer) # }
Run the code above in your browser using DataLab