pRep3 | R Documentation |
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.
pRep3(v, p)
v |
Total number of treatments or breeding lines or entries |
p |
positive integer (>=2) |
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.
Williams E, Piepho HP, Whitaker D (2011)<https://doi.org/10.1002/bimj.201000102>
library(pRepDesigns)
pRep3(18, 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.