| A_eff {ibd} | R Documentation |
This function computes lower bound to A-efficiency of an incomplete block design. Incidence matrix of the design is to be supplied as input to the function.
A_eff(N)
N |
incidence matrix |
Aeff |
A-efficiency |
B N Mandal <mandal.stat@gmail.com>
N=matrix(c(1,0,0,0,1,0,1,0,0,0,1,0,1,1,0,0,1,0,1,1,0,1,0,1,1,0,0,0,0,1,1,0,0,0,1,1,1,0,0,0,1,0,0, 1,0,1,1,0,0),nrow=7,byrow=TRUE) A_eff(N)