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