series5 | R Documentation |
Consider a module M having m elements and there are n classes corresponding to each element of the module. Thus, we have a total of v = mn treatments (m is odd prime). For these v = mn treatments following are the parameters of the three-associate class PBIB design:
v = mn, b = mn, r = (m+n-2), k = (m+n-2)
lambda 1 = m-2, lambda 2 = 2, lambda 3 = n-2
series5(m, n)
m |
Size of Module M. |
n |
n is the number of classes to which the elements of Module M are assigned. |
The function returns the required three-associate class PBIB design with the parameters specified in the description.
Kush Sharma, Davinder Kumar Garg
series5(5,3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.