Check_Replications {SudokuDesigns} | R Documentation |
Replications for each treatments
Description
Replications for each treatments
Usage
Check_Replications(matrix)
Arguments
matrix |
Any matrix |
Value
Returns a matrix of replications for each treatment.
Examples
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)
[Package SudokuDesigns version 1.2.0 Index]