Learn R Programming

SudokuDesigns (version 1.2.0)

Check_IRC: Check properties of an incomplete row-column design (IRC)

Description

Check properties of an incomplete row-column design (IRC)

Usage

Check_IRC(Design)

Value

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

Arguments

Design

Provide an IRC 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_IRC(Design)

Run the code above in your browser using DataLab