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