Learn R Programming

ETC (version 1.5)

BW: Body weights measured in a toxicological study

Description

Body weights of a 90-day chronic toxicological study on rats with a control and three dose groups.

Usage

data(BW)

Arguments

Format

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

Weight

a numeric vector containing the bodyweights of rats

Dose

a factor with levels 1 2 3 4, specifying the dose groups, where 1 is the control group

Examples

Run this code
# NOT RUN {
library(ETC)

data(BW)
boxplot(Weight~Dose, data=BW)
# }

Run the code above in your browser using DataLab