Learn R Programming

SudokuDesigns (version 1.2.0)

Check_Replications: Replications for each treatments

Description

Replications for each treatments

Usage

Check_Replications(matrix)

Value

Returns a matrix of replications for each treatment.

Arguments

matrix

Any matrix

Examples

Run this code
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