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

View source: R/Check_IRC.R

Check_IRCR Documentation

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

Description

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

Usage

Check_IRC(Design)

Arguments

Design

Provide an IRC in matrix format

Value

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

Examples

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

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