Learn R Programming

OPDOE (version 1.0-10)

heights: male / female heights data

Description

Body heights of male and female students collected in a classroom experiment.

Usage

data(heights)

Arguments

Format

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

female

a numeric vector

male

a numeric vector

References

Dieter Rasch, Juergen Pilz, L.R. Verdooren, Albrecht Gebhardt: Optimal Experimental Design with R, Chapman and Hall/CRC, 2011

Examples

Run this code
# NOT RUN {
data(heights)
attach(heights)
tt <- triangular.test.norm(x=female[1:3],
   y=male[1:3], mu1=170,mu2=176,mu0=164,
   alpha=0.05, beta=0.2,sigma=7)
# Test is yet unfinished, add the remaining values:
tt <- update(tt,x=female[4:7], y=male[4:7])
# Test is finished now
# }

Run the code above in your browser using DataLab