data/Problem4.8.R

Problem4.8 <- data.frame(
	"Chemist" = c(
		'1',
		'1',
		'1',
		'1',
		'1',
		'2',
		'2',
		'2',
		'2',
		'2',
		'3',
		'3',
		'3',
		'3',
		'3',
		'4',
		'4',
		'4',
		'4',
		'4'
	),
	"Bolt" = c(
		1,
		2,
		3,
		4,
		5,
		1,
		2,
		3,
		4,
		5,
		1,
		2,
		3,
		4,
		5,
		1,
		2,
		3,
		4,
		5
	),
	"Strength" = c(
		73,
		68,
		74,
		71,
		67,
		73,
		67,
		75,
		72,
		70,
		75,
		68,
		78,
		73,
		68,
		73,
		71,
		75,
		75,
		69
	))
ehassler/MontgomeryDAE documentation built on March 20, 2021, 7:08 p.m.