des.MOLS {crossdes} | R Documentation |
Construction of Designs Based on Mutually Orthogonal Latin Squares
Description
The function constructs row-column designs based on complete sets of mutually orthogonal latin squares. Each subject may get each tratment at most once. The design is a generalized Youden design that is also balanced for carryover effects.
Usage
des.MOLS(trt, k = trt)
Arguments
trt |
A prime power less than 100. The number of treatments (products) to be tested. |
k |
An integer |
Details
A complete set of mutually orthogonal latin squares is constructed using Galois Fields.
The rows of the designs represent the treatment
orders for the subjects. If an incomplete design with columns is needed,
only the first
columns of the designs are
considered.
The treatments are numbered 1,...,
. The entry
of the design corresponds to the treatment the
-th subject gets in the
-th period.
Value
A matrix with rows and
columns representing the experimental design.
Author(s)
Oliver Sailer
References
Wakeling, I.N. and MacFie, H.J.H. (1995): Designing consumer trials balanced for first and higher orders of carry-over effect when only a subset of k samples from t may be tested. Food Quality and Preference 6, 299-308.
Williams, E. J. (1949): Experimental designs balanced for the estimation of residual effects of treatments. Australian Journal of Scientific Research, Ser. A 2, 149-168.
See Also
Examples
des.MOLS(7,7)
des.MOLS(8,5)