SpaceFilling {RPPairwiseDesign} | R Documentation |
Space-Filling design
Description
The application of the (ASC-SF) algorithm on some association schemes to obtain new series of Space-filling Design.
Usage
SpaceFilling(asch)
Arguments
asch |
"character" contain the type of the association scheme used to obtain the Space Filling design, the association scheme used are : "Div" : Group divisible association scheme. "Rect" :Rectangular association scheme. "Nestdiv" : Nested group divisible association scheme. "RightAng" : Right angular association scheme. "GrectRightAng4" : Generalized rectangular right angular association scheme(4). "GrectRightAng5" : Generalized rectangular right angular association scheme(5). "GrectRightAng7" : Generalized rectangular right angular association scheme(7). |
Value
A LIST :
SFDesign |
The configuration of the Space Filling design. |
Runs |
Number of runs in the Space-Filling design. |
Factors |
Number of factors. |
Levels |
Levels of factors. |
Author(s)
Mohamed Laib, Imane Rezgui and Zoubida Gheribi-Aoulmi
References
Imane Rezgui and Z.Gheribi-Aoulmi New Series of Resolvable Partially Pairwise Balanced and Space Filling Designs via Association Schemes submitted.
Examples
#### Space Filling obtain via Group divisible association scheme.
# SpaceFilling("PPdiv")