OPTeCD {OPTeCD} | R Documentation |
Optimal Partial Tetra-Allele Cross Designs for Prime Number of Lines
Description
Optimal Partial Tetra-Allele Cross Designs for Prime Number of Lines
Usage
OPTeCD(v)
Arguments
v |
Any prime number (>3) |
Value
This function generates a series of universally optimal family of designs using MOLS. The method starts with selecting any of the (N-1)/2 MOLS of a given order N (the number of lines) and retaining the first four rows and making crosses with the lines occurring in each column. The parameters of the developed class of design is total number of crosses (T) =N*(N-1)/2, number of blocks (b) = (N-1)/2, number of replications (r), block sizes (k) = N and degree of fractionation (f)=4/(N-2)(N-3)
Examples
library(OPTeCD)
OPTeCD(5)
[Package OPTeCD version 1.0.0 Index]