data/Problem4.9.R

Problem4.9 <- data.frame(
	"Solution" = c(
		'1',
		'1',
		'1',
		'1',
		'2',
		'2',
		'2',
		'2',
		'3',
		'3',
		'3',
		'3'
	),
	"Days" = c(
		1,
		2,
		3,
		4,
		1,
		2,
		3,
		4,
		1,
		2,
		3,
		4
	),
	"Growth" = c(
		13,
		22,
		18,
		39,
		16,
		24,
		17,
		44,
		5,
		4,
		1,
		22
	))
ehassler/MontgomeryDAE documentation built on March 20, 2021, 7:08 p.m.