Uniform: Uniform designs

Description Usage Arguments Value Author(s) References Examples

View source: R/Uniform.R

Description

Builds the uniform design (UD) using a Resolvable Balanced Incomplete Block Design (RBIBD)

Usage

1
Uniform(mat)

Arguments

mat

The matrix of the RBIBD.

Value

A LIST of:

  1. n Number of experiments.

  2. F The dimension of the design.

  3. 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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## 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)

PGM2 documentation built on May 1, 2019, 9:11 p.m.