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