powered by
A simple example of data for testing pairwise comparison methods composed of a normally distributed response and a factor with 7 levels.
data("DeIdentifiedExample")
A data frame with 70 observations on the following 2 variables.
Y
a numeric vector containing a response variable
Treatment
a factor with 7 levels A B C D E F G
A
B
C
D
E
F
G
De identified real dataset for testing
# NOT RUN { data(DeIdentifiedExample) str(DeIdentifiedExample) # }
Run the code above in your browser using DataLab