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 trt\leq \, trt. Number of periods for each subject.

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 kk columns is needed, only the first kk columns of the designs are considered. The treatments are numbered 1,...,trttrt. The entry (i,j)(i,j) of the design corresponds to the treatment the ii-th subject gets in the jj-th period.

Value

A matrix with trt(trt1)trt(trt-1) rows and kk 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

get.plan, MOLS

Examples

des.MOLS(7,7)
des.MOLS(8,5)

[Package crossdes version 1.1-2 Index]