powered by
Check properties of an incomplete block design (IBD)
Check_IBD(Design)
Provides C matrix (Information matrix), eigenvalues(EVs) and canonical efficiency factor (CEF) of a given IBD
Provide an IBD in matrix format
library(SudokuDesigns) Design<-matrix(c(1,2,3,2,5,3,2,4,6),nrow=3,byrow=TRUE) Check_IBD(Design)
Run the code above in your browser using DataLab