Learn R Programming

BSDA (version 0.1)

Poison: Number of poisonings reported to 16 poison control centers

Description

Data for Exercise 1.113

Usage

Poison

Arguments

source

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

Examples

Run this code
str(Poison)
attach(Poison)
names(number) <- Type
barplot(number,col="red")

Run the code above in your browser using DataLab