Learn R Programming

postHoc (version 0.1.3)

DeIdentifiedExample: 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")

Arguments

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

Examples

Run this code
# NOT RUN {
data(DeIdentifiedExample)
str(DeIdentifiedExample)
# }

Run the code above in your browser using DataLab