Check_IBD: Check properties of an incomplete block design (IBD)

View source: R/Check_IBD.R

Check_IBDR 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)

SudokuDesigns documentation built on April 4, 2025, 5:08 a.m.