Poison {BSDA}R Documentation

Number of poisonings reported to 16 poison control centers

Description

Data for Exercise 1.113

Usage

Poison

Format

A data frame with 6 observations on the following 2 variables.

Type
a factor with levels Alcohol Cleaning agent Cosmetics Drugs Insecticides Plants
number
a numeric vector

Source

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

Examples

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

[Package BSDA version 0.1 Index]