BW {mratios} | R Documentation |
Body weights of a 90-day chronic toxicological study on rats with a control and three dose groups.
data(BW)
A data frame with 60 observations on the following 2 variables.
Hothorn, L.A. (2004): Statistische Auswerteverfahren. In: Regulatorische Toxikologie (Reichl, F.X., ed.). Springer Verlag Heidelberg, pp. 167-181.
library(mratios) data(BW) str(BW) boxplot(Weight~Dose, data=BW)