The R Project SVN R

Rev

Rev 30412 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 30412 Rev 37798
Line 1... Line 1...
1
esoph <- structure(list(
1
esoph <- data.frame(
2
 agegp = structure(ordered(c(1, 1, 1, 1, 1, 1,
2
 agegp = structure(ordered(c(1, 1, 1, 1, 1, 1,
3
	1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
3
	1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
4
	2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 4,
4
	2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 4,
5
	4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5, 5,
5
	4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5, 5,
6
	5, 5, 5, 5, 5, 5, 5, 5, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6), levels=1:6),
6
	5, 5, 5, 5, 5, 5, 5, 5, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6), levels=1:6),
Line 29... Line 29...
29
 ncontrols = c(40, 10, 6, 5, 27, 7, 4, 7, 2, 1, 2, 1, 1, 1, 2, 60, 14,
29
 ncontrols = c(40, 10, 6, 5, 27, 7, 4, 7, 2, 1, 2, 1, 1, 1, 2, 60, 14,
30
	7, 8, 35, 23, 14, 8, 11, 6, 2, 1, 3, 3, 4, 46, 18, 10, 4, 38, 21, 15, 7,
30
	7, 8, 35, 23, 14, 8, 11, 6, 2, 1, 3, 3, 4, 46, 18, 10, 4, 38, 21, 15, 7,
31
	16, 14, 5, 4, 4, 4, 3, 4, 49, 22, 12, 6, 40, 21, 17, 6, 18, 15,
31
	16, 14, 5, 4, 4, 4, 3, 4, 49, 22, 12, 6, 40, 21, 17, 6, 18, 15,
32
	6, 4, 10, 7, 3, 6, 48, 14, 7, 2, 34, 10, 9, 13, 12, 3, 1, 4,
32
	6, 4, 10, 7, 3, 6, 48, 14, 7, 2, 34, 10, 9, 13, 12, 3, 1, 4,
33
	2, 1, 1, 18, 6, 3, 5, 3, 3, 1, 1, 1, 2, 1)
33
	2, 1, 1, 18, 6, 3, 5, 3, 3, 1, 1, 1, 2, 1)
34
), class = "data.frame", row.names = paste(1:88))
-
 
-
 
34
)