Uniform | R Documentation |
Builds the uniform design (UD) using a Resolvable Balanced Incomplete Block Design (RBIBD)
Uniform(mat)
mat |
The matrix of the RBIBD. |
A LIST of:
[n
] Number of experiments.
[F
] The dimension of the design.
[UD
] The configuration of the uniform design.
Mohamed Laib, Abla Boudraa and Zebida Gheribi-Aoulmi
Fang.K.T et al., Constructions of uniform designs by using resolvable packings and coverings. Discrete Math. (19), 2003, 692-711.
Fang.K.T et al., Construction of uniform designs via super-simple resolvable t-designs. Util. Math. (66).2004, 15-32.
## Not run:
m<-4
X<-BIB(m)
n<-1
mat<-X$BIB
Y<-Resolvable(n,mat)
ud<-Uniform(Y$RBIB) #Uniform design
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.