Check_IRC | R Documentation |
Check properties of an incomplete row-column design (IRC)
Check_IRC(Design)
Design |
Provide an IRC in matrix format |
Provides C matrix (Information matrix), eigenvalues(EVs) and canonical efficiency factor (CEF) of a given IRC.
library(SudokuDesigns)
Design<-matrix(c(1,2,3,2,5,3,2,4,6),nrow=3,byrow=TRUE)
Check_IRC(Design)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.