UType {CombinS} | R Documentation |
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..
Author(s)
Mohamed Laib, Imane Rezgui, Zebida Gheribi-Aoulmi and Herve Monod
References
K.T. Fang, R.Li and A.Sudjanto (2006). Design ans Modeling for Computer Experiments. Taylor & Francis Group, LLC London.
Examples
## Not run:
M<-GPBIB4A(4,4,2,2)
UType(M)
## End(Not run)
[Package CombinS version 1.1-1 Index]