data/Problem10.7.R

Problem10.7 <- data.frame(
	"BrakeHorsepower" = c(
		225,
		212,
		229,
		222,
		219,
		278,
		246,
		237,
		233,
		224,
		223,
		230
	),
	"Rpm" = c(
		2000,
		1800,
		2400,
		1900,
		1600,
		2500,
		3000,
		3200,
		2800,
		3400,
		1800,
		2500
	),
	"RoadOctaneNumber" = c(
		90,
		94,
		88,
		91,
		86,
		96,
		94,
		90,
		88,
		86,
		90,
		89
	),
	"Compression" = c(
		100,
		95,
		110,
		96,
		100,
		110,
		98,
		100,
		105,
		97,
		100,
		104
	))
ehassler/MontgomeryDAE documentation built on March 20, 2021, 7:08 p.m.