powered by
Observations Vs Treatments Incidence Matrix
Check_Obsn_vs_Trt_Matrix(Matrix)
Generates observations Vs treatments matrix
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_Trt_Matrix(mat1)
Run the code above in your browser using DataLab