Description Usage Format Source References Examples
Quetelet's data on chest measurements of 5738 Scottish Militiamen. Quetelet (1846) used this data as a demonstration of the normal distribution of physical characteristics.
1 |
A data frame with 16 observations on the following 2 variables.
chest
Chest size (in inches)
count
Number of soldiers with this chest size
Velleman, P. F. and Hoaglin, D. C. (1981).
Applications, Basics, and Computing of Exploratory Data Analysis. Belmont. CA: Wadsworth.
Retrieved from Statlib: https://www.stat.cmu.edu/StatDat/Datafiles/MilitiamenChests.html
A. Quetelet, Lettres a S.A.R. le Duc Regnant de Saxe-Cobourg et Gotha, sur la Theorie des Probabilites, Appliquee aux Sciences Morales et Politiques. Brussels: M. Hayes, 1846, p. 400.
1 2 3 4 5 6 7 | data(ChestSizes)
## maybe str(ChestSizes) ; plot(ChestSizes) ...
# frequency polygon
plot(ChestSizes, type='b')
#barplot
barplot(ChestSizes[,2], ylab="Frequency", xlab="Chest size")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.