Uniform {PGM2} | R Documentation |
Uniform designs
Description
Builds the uniform design (UD) using a Resolvable Balanced Incomplete Block Design (RBIBD)
Usage
Uniform(mat)
Arguments
mat |
The matrix of the RBIBD. |
Value
A LIST of:
-
n
Number of experiments. -
F
The dimension of the design. -
UD
The configuration of the uniform design.
Author(s)
Mohamed Laib, Abla Boudraa and Zebida Gheribi-Aoulmi
References
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.
Examples
## 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)
[Package PGM2 version 1.0-1 Index]