Learn R Programming

CombinS (version 1.1-1)

UType: U-type design via some PBIB designs

Description

Applies the Fang algorithm on our constructed designs to obtain the configuration and the parameters of the U-type design associated.

Usage

UType(lst)

Arguments

lst
The output of one of our package functions.

Value

A LIST :
  • v Number of runs.
  • r Number of factors.
  • UtypeDesign The configuration of the U-type design..

References

K.T. Fang, R.Li and A.Sudjanto (2006). Design ans Modeling for Computer Experiments. Taylor & Francis Group, LLC London.

Examples

Run this code
## Not run: 
# M<-GPBIB4A(4,4,2,2)
# UType(M)
# ## End(Not run)

Run the code above in your browser using DataLab