Gen: Balanced Incomplete binary Blocks Designs of second...

Description Usage Arguments Value Author(s) References Examples

View source: R/Gen.R

Description

Gives the configuration of a Balanced Incomplete binary Blocks Designs of seconde generation.

Usage

1
Gen(n, mat)

Arguments

n

The sub-variety of the block to be deleted.

mat

The matrix of the BIB.

Value

A LIST of:

  1. V Number of treatments in the BIBD.

  2. B Number of blocks of the BIBD.

  3. R Repetition of each treatment.

  4. K Size of each block.

  5. BIB The configuration of the BIBD.

Author(s)

Mohamed Laib, Abla Boudraa and Zebida Gheribi-Aoulmi

References

D. Dugu<c3><a9> Trait<c3><a9> de statistique th<c3><a9>orique et appliqu<c3><a9>e, Masson et Cie, 1958.

Examples

1
2
3
4
5
6
7
8
9
## 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)

Example output



PGM2 documentation built on May 1, 2019, 9:11 p.m.