alternate.sol2 | R Documentation |
This function returns an alternate solution for a particular row of incidence matrix with specified properties.
alternate.sol2(m,n,b,k,r,r0,lambda1,lambda0,N1,T,relaxed)
m |
number of rows |
n |
number of columns |
b |
number of blocks |
k |
block size |
r |
number of replications of the test treatments |
r0 |
number of replications of the control |
lambda1 |
number of concurrences of two test treatments |
lambda0 |
number of concurrences of a test treatment with the control |
N1 |
Incidence matrix obtained till the previous row |
T |
Tabu list of deleted rows |
relaxed |
are the constraints being relaxed? |
return the desired row of the incidence matrix
Baidya Nath Mandal <mandal.stat@gmail.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.