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
"PlantGrowth" <-
1
PlantGrowth <-
2
structure(list(weight = c(4.17, 5.58, 5.18, 6.11, 4.5, 4.61, 5.17, 4.53, 
2
data.frame(weight = c(4.17, 5.58, 5.18, 6.11, 4.5, 4.61, 5.17, 4.53,
3
5.33, 5.14, 4.81, 4.17, 4.41, 3.59, 5.87, 3.83, 6.03, 4.89, 4.32, 4.69, 
3
5.33, 5.14, 4.81, 4.17, 4.41, 3.59, 5.87, 3.83, 6.03, 4.89, 4.32, 4.69,
4
6.31, 5.12, 5.54, 5.5, 5.37, 5.29, 4.92, 6.15, 5.8, 5.26),
4
6.31, 5.12, 5.54, 5.5, 5.37, 5.29, 4.92, 6.15, 5.8, 5.26),
5
group = structure(factor(c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2,
5
group = structure(factor(c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2,
6
2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3), levels=1:3),
6
2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3), levels=1:3),
7
.Label = c("ctrl", "trt1", "trt2"))), row.names = c("1", "2", "3", "4",
7
.Label = c("ctrl", "trt1", "trt2")))
8
"5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17",
-
 
9
"18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29",
-
 
10
"30"), class = "data.frame")
-