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
"chickwts" <-
1
chickwts <-
2
structure(list(weight = c(179, 160, 136, 227, 217, 168, 108, 124, 143, 
2
data.frame(weight = c(179, 160, 136, 227, 217, 168, 108, 124, 143,
3
140, 309, 229, 181, 141, 260, 203, 148, 169, 213, 257, 244, 271, 243, 230, 
3
140, 309, 229, 181, 141, 260, 203, 148, 169, 213, 257, 244, 271, 243, 230,
4
248, 327, 329, 250, 193, 271, 316, 267, 199, 171, 158, 248, 423, 340, 392, 
4
248, 327, 329, 250, 193, 271, 316, 267, 199, 171, 158, 248, 423, 340, 392,
5
339, 341, 226, 320, 295, 334, 322, 297, 318, 325, 257, 303, 315, 380, 153, 
5
339, 341, 226, 320, 295, 334, 322, 297, 318, 325, 257, 303, 315, 380, 153,
6
263, 242, 206, 344, 258, 368, 390, 379, 260, 404, 318, 352, 359, 216, 222, 
6
263, 242, 206, 344, 258, 368, 390, 379, 260, 404, 318, 352, 359, 216, 222,
7
283, 332), feed = structure(factor(c(2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 
7
283, 332), feed = structure(factor(c(2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3,
8
3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 
8
3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5,
9
6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 1, 
9
6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 1,
10
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), levels=1:6), .Label = c("casein",
10
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), levels=1:6), .Label = c("casein",
11
"horsebean", "linseed", "meatmeal", "soybean", "sunflower"))),
11
"horsebean", "linseed", "meatmeal", "soybean", "sunflower")))
12
row.names = c("1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11",
-
 
13
"12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23",
-
 
14
"24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35",
-
 
15
"36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47",
-
 
16
"48", "49", "50", "51", "52", "53", "54", "55", "56", "57", "58", "59",
-
 
17
"60", "61", "62", "63", "64", "65", "66", "67", "68", "69", "70", "71"),
-
 
18
class = "data.frame")
-
 
-
 
12