| LIP {ibd} | R Documentation |
This function update an incidence matrix by adding a row through linear integer programming formulation for given number of treatments, number of blocks, block sizes and concurrence matrix and the previous rows of incidence matrix
LIP(v,b,kvec,NNPo,N1,T,rownum,relaxed)
v |
number of treatments |
b |
number of blocks |
kvec |
block sizes |
NNPo |
specified concurrence matrix |
N1 |
incidence matrix upto previous rows |
T |
tabu list of deleted rows |
relaxed |
whether concurrence constraints are to be relaxed? value 1 for yes, 0 for no. Default is 0. |
return the updated incidence matrix
B N Mandal <mandal.stat@gmail.com>