Learn R Programming

SudokuDesigns (version 1.2.0)

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

Description

Check properties of an incomplete block design (IBD)

Usage

Check_IBD(Design)

Value

Provides C matrix (Information matrix), eigenvalues(EVs) and canonical efficiency factor (CEF) of a given IBD

Arguments

Design

Provide an IBD in matrix format

Examples

Run this code
library(SudokuDesigns)
Design<-matrix(c(1,2,3,2,5,3,2,4,6),nrow=3,byrow=TRUE)
Check_IBD(Design)

Run the code above in your browser using DataLab