Learn R Programming

npordtests (version 1.2)

lehmann: Lehmann's data

Description

This synthetic data is reported by Lehmann (1975). The data consists of 3 groups with 28, 23 and 21 observations respectively.

Usage

lehmann

Arguments

Format

A data frame with 72 observations on the following 2 variables.

Group

Number of samples

Values

Value

Examples

Run this code
# NOT RUN {
library(npordtests)

data(lehmann)
levels(lehmann$Group) <- c("Undergraduates", "Trainees", "Staff")
boxplot(Values~Group,data=lehmann,xlab="Groups")
# }

Run the code above in your browser using DataLab