D_eff {ibd} | R Documentation |
Computes lower bound to D-efficiency of a binary incomplete block design
D_eff(N)
N |
treatment by block incidence matrix |
Deff |
lower bound to D-efficiency |
Baidya Nath 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)
D_eff(N)