GPBIB7B: Generalized rectangular right angular (7) design with...

Description Usage Arguments Value Note Author(s) References See Also Examples

View source: R/GPBIB7B.R

Description

Gives the configuration and the parametres of the design obtained by the seconde construction method of GPBIB_7 (see 3.3.2 of the paper rezgui et al (2015)).

Usage

1
GPBIB7B(n, l, s, w)

Arguments

n

Number of lines of the association schemes array.

l

Number of columns of the association schemes array.

s

Number of the token treatments from the same row of the association scheme.

w

Number of the association scheme arrays.

Value

A LIST :

Note

For w=2, the GPBIB_7 is a rectangular right angular (7) (PBIB_7).

Author(s)

Mohamed Laib, Imane Rezgui, Zebida Gheribi-Aoulmi and Herve Monod

References

Imane Rezgui, Z. Gheribi-Aoulmi and H. Monod (2015). U-type Designs via New Generalized Partially Balanced Incomplete Block Designs with m = 4, 5 and 7 Associated Classes, Applied mathematics, 6, 242-264.

Imane Rezgui, Z.Gheribi-Aoulmi and H. Monod, New association schemes with 4, 5 and 7 associated classes and their associated partially balanced incomplete block designs; Advances and Applications in Discrete Mathematics Vol.12 Issue 2 197-206.

See Also

GPBIB7A and UType

Examples

1
2
3
4
5
6
7
8
## Not run: 
n<-3
l<-3
s<-3
w<-3
GPBIB7B(n, l, s, w)

## End(Not run)

CombinS documentation built on May 2, 2019, 5:17 a.m.

Related to GPBIB7B in CombinS...