| BW {ETC} | R Documentation |
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)
Format
A data frame with 60 observations on the following 2 variables.
Weighta numeric vector containing the bodyweights of rats
Dosea factor with levels
1234, specifying the dose groups, where1is the control group
Source
Hothorn, L.A. (2004): Statistische Auswerteverfahren. In: Regulatorische Toxikologie (Reichl, F.X., ed.). Springer Verlag Heidelberg, pp. 167-181.
Examples
library(ETC)
data(BW)
boxplot(Weight~Dose, data=BW)
[Package ETC version 1.5 Index]