data/Problem3.40.R

Problem3.40 <- data.frame(
	"Brand" = c(
		'1',
		'1',
		'1',
		'1',
		'1',
		'2',
		'2',
		'2',
		'2',
		'2',
		'3',
		'3',
		'3',
		'3',
		'3'
	),
	"Deviation" = c(
		4,
		0,
		4,
		0,
		4,
		4,
		0,
		5,
		4,
		2,
		8,
		0,
		4,
		2,
		0
	))
ehassler/MontgomeryDAE documentation built on March 20, 2021, 7:08 p.m.