data/Problem5.32.R

Problem5.32 <- data.frame(
	"Clubs" = c(
		'Old',
		'Old',
		'Old',
		'New',
		'New',
		'New',
		'Old',
		'Old',
		'Old',
		'New',
		'New',
		'New',
		'Old',
		'Old',
		'Old',
		'New',
		'New',
		'New'
	),
	"Course" = c(
		'Ahwatukee',
		'Ahwatukee',
		'Ahwatukee',
		'Ahwatukee',
		'Ahwatukee',
		'Ahwatukee',
		'Karsten',
		'Karsten',
		'Karsten',
		'Karsten',
		'Karsten',
		'Karsten',
		'Foothills',
		'Foothills',
		'Foothills',
		'Foothills',
		'Foothills',
		'Foothills'
	),
	"Score" = c(
		90,
		87,
		86,
		88,
		87,
		85,
		91,
		93,
		90,
		90,
		91,
		88,
		88,
		86,
		90,
		86,
		85,
		88
	))
ehassler/MontgomeryDAE documentation built on March 20, 2021, 7:08 p.m.