Gen | R Documentation |
Gives the configuration of a Balanced Incomplete binary Blocks Designs of seconde generation.
Gen(n, mat)
n |
The sub-variety of the block to be deleted. |
mat |
The matrix of the BIB. |
A LIST of:
[V
] Number of treatments in the BIBD.
[B
] Number of blocks of the BIBD.
[R
] Repetition of each treatment.
[K
] Size of each block.
[BIB
] The configuration of the BIBD.
Mohamed Laib, Abla Boudraa and Zebida Gheribi-Aoulmi
D. Dugué Traité de statistique théorique et appliquée, Masson et Cie, 1958.
## Not run:
m<-4
X<-BIB(m) #BIB from PG(4,2)
n<-1
mat<-X$BIB
X2<-Gen(n,mat) #Extracts the BIB second generation
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.