Check_Replications: Replications for each treatments

View source: R/Check_Replications.R

Check_ReplicationsR 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)

SudokuDesigns documentation built on April 4, 2025, 5:08 a.m.