data/Example3.10.R

Example3.10 <- data.frame(
	'Looms' = c(
		'1', '1', '1', '1',
		'2', '2', '2', '2',
		'3', '3', '3', '3',
		'4', '4', '4', '4'
	),
	'Strength' = c(
		98, 97, 99, 96,
		91, 90, 93, 92,
		96, 95, 97, 95,
		95, 96, 99, 98
	)
)
ehassler/MontgomeryDAE documentation built on March 20, 2021, 7:08 p.m.