DeIdentifiedExample {postHoc} | R Documentation |
A simple example for testing pairwise comparison methods
Description
A simple example of data for testing pairwise comparison methods composed of a normally distributed response and a factor with 7 levels.
Usage
data("DeIdentifiedExample")
Format
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
Details
De identified real dataset for testing
Source
A real data set with altered names, so that the source (irrelevant in this context) cannot be identified.
Examples
data(DeIdentifiedExample)
str(DeIdentifiedExample)
[Package postHoc version 0.1.3 Index]