| A_eff_tc {ibd} | R Documentation |
This function computes lower bound to A-efficiency of incomplete block design for test vs control(s) comparisons
A_eff_tc(N,v1,v2,b,k)
N |
incidence matrix |
v1 |
number of test treatments |
v2 |
number of control treatments |
b |
number of blocks |
k |
block size |
Aeff |
A-efficiency of the design |
B N Mandal <mandal.stat@gmail.com>
N=matrix(c(1,1,0,0,0,0,0,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,1,1,1),nrow=5,byrow=TRUE) A_eff_tc(N,4,1,5,3)