PPrightAng {RPPairwiseDesign} | R Documentation |
Right angular RPPBD
Description
The configuration of right angular RPPBD obtained by applying the (ASC-RPPBD) method on a right angular association scheme.
Usage
PPrightAng(n, l, w)
Arguments
n |
Number of lines of association schemes array. |
l |
Number of columns of association schemes array. |
w |
Number of the association scheme arrays. |
Value
A LIST :
RPPBD |
The configuration of the RPPBD |
v |
Number of treatments |
b |
Number of blocs |
r |
The repeatition of each treatments |
k |
A vector of the different bloc's size |
lamda |
A vector of the different values of lamda(i) (i=1,..,m) |
Author(s)
Mohamed Laib, Imane Rezgui and Zoubida Gheribi-Aoulmi
References
Imane Rezgui M.LAIB and Z.Gheribi-Aoulmi NEW SERIES OF RESOLVABLE PARTIALLY PAIRWISE BALANCED DESIGNS AND THEIR ASSOCIATED SPACE FILLING DESIGNS; accepted Proceeding on Afrika Statistika.
Imane Rezgui and Z.Gheribi-Aoulmi New Series of Resolvable Partially Pairwise Balanced and Space Filling Designs via Association Schemes submitted.
S. K. Tharthare, Right angular designs, Ann. Math. Statist. 36 (1963), 1057-1067.
Examples
n<-3
l<-3
w<-3
PPrightAng(n, l, w)