View source: R/Check_Obsn_vs_Trt_Matrix.R
Check_Obsn_vs_Trt_Matrix | R Documentation |
Observations Vs Treatments Incidence Matrix
Check_Obsn_vs_Trt_Matrix(Matrix)
Matrix |
Any matrix |
Generates observations Vs treatments 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.