data/Table6.1.R

Table6.1 <- data.frame(
	'A' = c(
		-1, -1, -1,
		1, 1, 1,
		-1, -1, -1,
		1, 1, 1
	),
	'B' = c(
		-1, -1, -1,
		-1, -1, -1,
		1, 1, 1,
		1, 1, 1
	),
	'Response' = c(
		28, 25, 27, 36, 32, 32, 18, 19, 23, 31, 30, 29
	)
)
ehassler/MontgomeryDAE documentation built on March 20, 2021, 7:08 p.m.