powered by
Replications for each treatments
Check_Replications(matrix)
Returns a matrix of replications for each treatment.
Any matrix
library(SudokuDesigns) mat11<-matrix(c(1,2,3,4,1,3,6,2,8,1,8,3),nrow=4,byrow=TRUE) mat11 Check_Replications(mat11)
Run the code above in your browser using DataLab