Learn R Programming

PGM2 (version 1.0-1)

Uniform: 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:
  1. n Number of experiments.
  2. F The dimension of the design.
  3. UD The configuration of the uniform design.

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

Run this code
## 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)

Run the code above in your browser using DataLab