View source: R/Check_Replications.R
Check_Replications | R Documentation |
Replications for each treatments
Check_Replications(matrix)
matrix |
Any matrix |
Returns a matrix of replications for each treatment.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.