inst/snippets/blisters.R

blisters <- data.frame(
	time = c( 5,6,6,7,7,8,9,10,
              7,7,8,9,9,10,10,11,
              7,9,9,10,10,10,11,12,13),
	treatment = c(rep('A', 8), rep('B', 8), rep('P', 9))
	)
small <- data.frame(
	response = c(
	5.3, 6.0, 6.7, 
	5.5, 6.2, 6.4, 5.7,
	7.5, 7.2, 7.9),
	group = toupper(letters[c(1,1,1,2,2,2,2,3,3,3)])
	)

Try the Lock5withR package in your browser

Any scripts or data that you put into this service are public.

Lock5withR documentation built on May 2, 2019, 3:43 p.m.