data/Problem9.23e.R

Problem9.23e <- data.frame(
	"Process" = c(
		'P1',
		'P2',
		'P1',
		'P2',
		'P1',
		'P2',
		'P1',
		'P2'
	),
	"Machine" = c(
		'M1',
		'M1',
		'M2',
		'M2',
		'M3',
		'M3',
		'M4',
		'M4'
	),
	"Avg" = c(
		4.3333333333333,
		2.5,
		7,
		4.75,
		1.75,
		0,
		6.8333333333333,
		4.5
	),
	"Var" = c(
		9.6969696969697,
		7.9090909090909,
		5.2727272727273,
		8.2045454545455,
		3.6590909090909,
		4,
		5.6060606060606,
		5
	))
ehassler/MontgomeryDAE documentation built on March 20, 2021, 7:08 p.m.