search for: optblock

Displaying 3 results from an estimated 3 matches for "optblock".

Did you mean: opblock
2007 Mar 21
1
package:AlgDesign and .Random.seed
Dear r-helpers, Could you please help me solve the following problem: When I run require(AlgDesign) trt <- LETTERS[1:5] blk <- 10 trtblk <- 3 BIB <- optBlock(~., withinData = trt, blocksizes = rep(trtblk, blk)) In response to the last command, R complains: Error in optBlock(~., withinData = trt, blocksizes = rep(trtblk, blk)) : object ".Random.seed" not found The documentation of optBlock() in AlgDesign doesn't say that I needed to s...
2007 Apr 25
1
Help on 'find.BIB' function
Hello everyone, I am trying to use the 'find.BIB' function to construct a balanced incomplete block design. When I ran the example given in the help file (find.BIB(10,30,4)), I obtained the following error message: Error in optBlock(~., withinData = factor(1:trt), blocksize = rep(k, b)) : object ".Random.seed" not found I investigated what the optBlock function is doing but the manual / help files did not give me any information regarding the above error. I hope somebody can help me regarding this m...
2007 Aug 28
2
Experimental Design with R
Dear R-users, I want to know if there is a package that allows to define different experimental designs (factorial, orthogonal, taguchi) and to compare them. I don't found one in the R-web site, but it is possible I missed it! Thank you in advance Sincerely, Marc