data/Problem8.40.R

Problem8.40 <- data.frame(
	"Run" = c(
		1,
		2,
		3,
		4,
		5,
		6,
		7,
		8
	),
	"TreatmentCombination" = c(
		-1,
		'ad',
		'bd',
		'ab ',
		'cd',
		'ac',
		'bc',
		'abcd'
	),
	"A" = c(
		-1,
		1,
		-1,
		1,
		-1,
		1,
		-1,
		1
	),
	"B" = c(
		-1,
		-1,
		1,
		1,
		-1,
		-1,
		1,
		1
	),
	"C" = c(
		-1,
		-1,
		-1,
		-1,
		1,
		1,
		1,
		1
	),
	"D" = c(
		-1,
		1,
		1,
		-1,
		1,
		-1,
		-1,
		1
	),
	"Y" = c(
		8,
		10,
		12,
		7,
		13,
		6,
		5,
		11
	))
ehassler/MontgomeryDAE documentation built on March 20, 2021, 7:08 p.m.