data/Table14.22.R

Table14.22 <- data.frame(
	'WholePlot'=factor(c(1,1, 2,2, 3,3, 4,4, 5,5, 6,6, 7,7, 8,8)),
	'A'=factor(rep(c(-1,-1,1,1), 4)),
	'B'=factor(rep(c(-1,-1,-1,-1, 1,1,1,1), 2)),
	'C'=factor(c(rep(-1, 8), rep(1, 8))),
	'D'=factor(rep(c(-1,1), 8)),
	'E'=factor(c(1,-1,-1,1,-1,1,1,-1,-1,1,1,-1,1,-1,-1,1)),
	'Uniformity'=c(40.85, 41.07, 35.67, 51.15, 41.80, 37.01, 91.09, 48.67, 40.32, 43.34, 62.46, 38.08, 31.99, 41.03, 70.31, 81.03)
)
ehassler/MontgomeryDAE documentation built on March 20, 2021, 7:08 p.m.