powered by
Data from a toxicity trial with 40 mice.
data(reaction)
A data frame with 40 observations on the following 2 variables.
Group
A numeric vector indicating the group.
Time
A numeric vector containing the reaction times.
The objective is to test if the active treatment influences the reaction time of the mice.
Shirley, E. (1977). Nonparametric Equivalent of Williams Test for Contrasting Increasing Dose Levels of a Treatment. Biometrics 33, 386 - 389.
# NOT RUN { library(nparcomp) data(reaction) boxplot(Time~Group,data=reaction) # }
Run the code above in your browser using DataLab