data/Problem4.41.R

Problem4.41 <- data.frame(
	"Order" = c(
		1,
		2,
		3,
		4,
		1,
		2,
		3,
		4,
		1,
		2,
		3,
		4,
		1,
		2,
		3,
		4
	),
	"Operator" = c(
		1,
		1,
		1,
		1,
		2,
		2,
		2,
		2,
		3,
		3,
		3,
		3,
		4,
		4,
		4,
		4
	),
	"Method" = c(
		'C',
		'B',
		'A',
		'D',
		'B',
		'C',
		'D',
		'A',
		'D',
		'A',
		'B',
		'C',
		'A',
		'D',
		'C',
		'B'
	),
	"Workplace" = c(
		'b',
		'a',
		'd',
		'c',
		'c',
		'd',
		'a',
		'b',
		'd',
		'c',
		'b',
		'a',
		'a',
		'b',
		'c',
		'd'
	),
	"Time" = c(
		11,
		8,
		9,
		9,
		10,
		12,
		11,
		8,
		14,
		10,
		7,
		18,
		8,
		12,
		15,
		6
	))
ehassler/MontgomeryDAE documentation built on March 20, 2021, 7:08 p.m.