heights {OPDOE} | R Documentation |
male / female heights data
Description
Body heights of male and female students collected in a classroom experiment.
Usage
data(heights)
Format
A data frame with 7 observations on the following 2 variables.
female
a numeric vector
male
a numeric vector
Author(s)
Dieter Rasch, Juergen Pilz, L.R. Verdooren, Albrecht Gebhardt, Minghui Wang
References
Dieter Rasch, Juergen Pilz, L.R. Verdooren, Albrecht Gebhardt: Optimal Experimental Design with R, Chapman and Hall/CRC, 2011
Examples
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
[Package OPDOE version 1.0-10 Index]