Learn R Programming

pRepDesigns (version 1.2.0)

pRep3: Third series of p-rep designs

Description

For the specified values of v and p, this function generates a series of p-rep designs. The input should meet the condition that v=6*p where, p>=2.

Usage

pRep3(v, p)

Value

This function generates a new series of p-rep designs with parameters:

v = 6p : number of treatments,

e = 2 : number of environments,

b = 6 : blocks of size k = 3p and

r = 3 : number of replications.

Canonical efficiency factor and average variance factor of the generated p-rep design.

Arguments

v

Total number of treatments or breeding lines or entries

p

positive integer (>=2)

References

Williams E, Piepho HP, Whitaker D (2011)<https://doi.org/10.1002/bimj.201000102>

Examples

Run this code
library(pRepDesigns)
pRep3(18, 2)

Run the code above in your browser using DataLab