pbslr.even {slr} | R Documentation |
Partially balanced semi-Latin rectangles of cell size two, three and four for even number of teratments
Description
This function generates a partially balanced semi-Latin rectangles of cell size two, three and four for even number of treatments
Usage
pbslr.even(v,k)
Arguments
v |
number of treatments and is even |
k |
cell size, 2, 3 and 4 is supported |
Value
design |
(Partially balanced semi-Latin rectangle of cell size two, three and four for v treatments for even number of treatments |
Avg.Effi |
Average efficiency of the design |
Author(s)
Baidya Nath Mandal <mandal.stat@gmail.com>
Examples
pbslr.even(4,2)
pbslr.even(6,4)
[Package slr version 1.3.0 Index]