Soccer {BSDA}R Documentation

Weights of 25 soccer players

Description

Data for Exercise 1.46

Usage

Soccer

Format

A data frame with 25 observations on the following variable.

weight
a numeric vector

Source

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

Examples

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)

[Package BSDA version 0.1 Index]