BIB {PGM2} | R Documentation |
Balanced Incomplete binary Blocks Designs
Description
Gives the configuration of a Balanced Incomplete binary Blocks Designs (BIBD) using a projective geometry on a Galois Field of order 2 GF(2).
Usage
BIB(m)
Arguments
m |
Dimension of the projective geometry defined on GF(2) |
Value
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.
Author(s)
Mohamed Laib, Abla Boudraa and Zebida Gheribi-Aoulmi
References
D. Dugué Traité de statistique théorique et appliquée, Masson et Cie, 1958.
Examples
m<-4
X<-BIB(m) #BIB from PG(4,2)
[Package PGM2 version 1.2 Index]