powered by
Observations Vs Columns Incidence Matrix
Check_Obsn_vs_Col_Matrix(Matrix)
Generates observations vs columns incidence matrix of a given design
Any matrix
library(SudokuDesigns) mat1<-matrix(c(1,2,3,4,1,3,6,2,8,1,8,3),nrow=4,byrow=TRUE) mat1 Check_Obsn_vs_Col_Matrix(mat1)
Run the code above in your browser using DataLab