The R Project SVN R

Rev

Rev 37798 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 37798 Rev 52721
Line 1... Line 1...
1
sleep <- data.frame(extra = c(0.7, -1.6, -0.2, -1.2, -0.1, 3.4, 3.7,
1
sleep <- data.frame(extra = c(0.7, -1.6, -0.2, -1.2, -0.1, 3.4, 3.7,
2
0.8, 0, 2, 1.9, 0.8, 1.1, 0.1, -0.1, 4.4, 5.5, 1.6, 4.6, 3.4),
2
0.8, 0, 2, 1.9, 0.8, 1.1, 0.1, -0.1, 4.4, 5.5, 1.6, 4.6, 3.4),
3
group = structure(c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2,
3
	group = gl(2,10),
4
2, 2, 2, 2, 2, 2, 2), .Label = c("1", "2"), class = "factor"))
4
	ID = factor(rep.int(1:10,2)))
-
 
5