[R] Experiment Design
Chatcher
cnyinyi at vols.utk.edu
Thu Jun 12 22:17:59 CEST 2014
Thanks for the comments.
I think i phrased my question incorrectly but the following gave me what I
wanted. 18 treatments(plants) , 3 blocks, a total of 54 plots. I could not
figure out exac
> library(agricolae)
> trt<-
> c("1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18")
> design.rcbd(trt, 3, serie = 2, seed = 0, kinds = "Super-Duper",
> first=TRUE)
$parameters
$parameters$design
[1] "rcbd"
$parameters$trt
[1] "1" "2" "3" "4" "5" "6" "7" "8" "9" "10" "11" "12" "13" "14"
"15" "16" "17"
[18] "18"
$parameters$r
[1] 3
$parameters$serie
[1] 2
$parameters$seed
[1] 942260715
$parameters$kinds
[1] "Super-Duper"
$book
plots block trt
1 101 1 3
2 102 1 17
3 103 1 4
4 104 1 18
5 105 1 6
6 106 1 5
7 107 1 9
8 108 1 2
9 109 1 16
10 110 1 10
11 111 1 8
12 112 1 7
13 113 1 13
14 114 1 12
15 115 1 11
16 116 1 1
17 117 1 14
18 118 1 15
19 201 2 13
20 202 2 6
21 203 2 18
22 204 2 10
23 205 2 4
24 206 2 3
25 207 2 8
26 208 2 14
27 209 2 16
28 210 2 5
29 211 2 15
30 212 2 7
31 213 2 12
32 214 2 2
33 215 2 1
34 216 2 17
35 217 2 11
36 218 2 9
37 301 3 10
38 302 3 4
39 303 3 2
40 304 3 8
41 305 3 5
42 306 3 7
43 307 3 16
44 308 3 15
45 309 3 13
46 310 3 1
47 311 3 12
48 312 3 18
49 313 3 6
50 314 3 14
51 315 3 11
52 316 3 3
53 317 3 17
54 318 3 9
>
--
View this message in context: http://r.789695.n4.nabble.com/Experiment-Design-tp4692015p4692028.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list