Learn R Programming

BSDA (version 0.1)

Tonsils: Size of tonsils collected from 1,398 children

Description

Data for Exercise 2.78

Usage

Tonsils

Arguments

source

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

Examples

Run this code
str(Tonsils)
attach(Tonsils)
TON <- as.matrix(Tonsils[,2:3])
rownames(TON) <- Size
TON
barplot(t(TON),beside=TRUE,legend=TRUE)
remove(TON)
detach(Tonsils)

Run the code above in your browser using DataLab