Check_IRC {SudokuDesigns} | R Documentation |
Check properties of an incomplete row-column design (IRC)
Description
Check properties of an incomplete row-column design (IRC)
Usage
Check_IRC(Design)
Arguments
Design |
Provide an IRC in matrix format |
Value
Provides C matrix (Information matrix), eigenvalues(EVs) and canonical efficiency factor (CEF) of a given IRC.
Examples
library(SudokuDesigns)
Design<-matrix(c(1,2,3,2,5,3,2,4,6),nrow=3,byrow=TRUE)
Check_IRC(Design)
[Package SudokuDesigns version 1.1.0 Index]