Generates an A- and D- efficient binary incomplete block design with given number of treaments(v), number of blocks(b) and block size(k) and optionally with a specified concurrence matrix(NNP).
ibd(v,b,k,NNPo,ntrial=5,pbar=FALSE)
number of treatments
number of blocks
block size
specified concurrence matrix
incidence matrix of the generated design
block contents in a b by k matrix
concurrence matrix of the generated design
lower bound to A-efficiency of the generated design
lower bound to D-efficiency of the generated design
time taken to generate the design
number of treatments
number of blocks
block size
optionally, desired concurrence matrix. If not specified, a nearly balanced concurrence matrix is obtained automatically.
number of trials. Default is 5.
progress bar. Default is FALSE.
Baidya Nath Mandal <mandal.stat@gmail.com>
Mandal, B. N., Gupta, V. K. and Parsad, R. (2013). Application of optimization techniques for construction of incomplete block designs. Project report, IASRI, New Delhi.
Mandal, B. N., Gupta, V. K., & Parsad, R. (2014). Efficient Incomplete Block Designs Through Linear Integer Programming. American Journal of Mathematical and Management Sciences, 33(2), 110-124.
ibd(v = 7,b = 7,k = 4, pbar=FALSE)
Run the code above in your browser using DataLab