data/Example3.5.R

Example3.5 <- data.frame(
	"EstimationMethod" = c(
		'1','1','1','1','1','1',
		'2','2','2','2','2','2',
		'3','3','3','3','3','3',
		'4','4','4','4','4','4'
	),
	"Observation" = c(
		0.34, 0.12, 1.23, 0.70, 1.75, 0.12,
		0.91, 2.94, 2.14, 2.36, 2.86, 4.55,
		6.31, 8.37, 9.75, 6.09, 9.82, 7.24,
		17.15, 11.82, 10.95, 17.20, 14.35, 16.82
	)
)
ehassler/MontgomeryDAE documentation built on March 20, 2021, 7:08 p.m.