data/Problem14.5.R

Problem14.5 <- data.frame(
	"Hardness" = c(
		40,
		63,
		22,
		10,
		95,
		67,
		83,
		62,
		65,
		54,
		61,
		77,
		27,
		30,
		23,
		39,
		69,
		47,
		75,
		64,
		78,
		45,
		35,
		42
	),
	"Alloy" = c(
		1,
		1,
		2,
		2,
		1,
		1,
		2,
		2,
		1,
		1,
		2,
		2,
		1,
		1,
		2,
		2,
		1,
		1,
		2,
		2,
		1,
		1,
		2,
		2
	),
	"Heat" = c(
		1,
		1,
		1,
		1,
		2,
		2,
		2,
		2,
		3,
		3,
		3,
		3,
		1,
		1,
		1,
		1,
		2,
		2,
		2,
		2,
		3,
		3,
		3,
		3
	),
	"Ingot" = c(
		1,
		1,
		1,
		1,
		1,
		1,
		1,
		1,
		1,
		1,
		1,
		1,
		2,
		2,
		2,
		2,
		2,
		2,
		2,
		2,
		2,
		2,
		2,
		2
	))
ehassler/MontgomeryDAE documentation built on March 20, 2021, 7:08 p.m.