Learn R Programming

isdals (version 3.0.1)

dioxin: dioxin in water

Description

Over a period of 14 years from 1990 to 2003, environmental agencies monitored the average amount of dioxins found in the liver of crabs at two different monitoring stations located some distance apart from a closed paper pulp mill. The outcome is the average total equivalent dose (TEQ), which is a summary measure of different forms of dioxins with different toxicities found in the crabs

Usage

data(dioxin)

Arguments

Format

A data frame with 28 observations on the following 3 variables.

site

a factor with levels a b corresponding to the two monitoring stations

year

the year

TEQ

a numeric vector for the total equivalent dose

Examples

Run this code
data(dioxin)
## maybe str(dioxin) ; plot(dioxin) ...

Run the code above in your browser using DataLab