Learn R Programming

BSDA (version 0.1)

Soccer: Weights of 25 soccer players

Description

Data for Exercise 1.46

Usage

Soccer

Arguments

source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

Run this code
str(Soccer)
attach(Soccer)
stem(weight,scale=2)
hist(weight,breaks=seq(110,210,10),col="orange",
main="Problem 1.46 
 Weights of Soccer Players",right=FALSE)
detach(Soccer)

Run the code above in your browser using DataLab