utilities {DoE.base}R Documentation

Utility functions for DoE packages, not intended for direct use

Description

Utility functions for DoE packages, not intended for direct use

Usage

make.generators(name, liste)
make.formulas(orignames, factor.names)
des.recode(var, recodes, as.factor.result, char) 
Letters

Arguments

name ...
liste ...
orignames ...
factor.names ...
var ...
recodes ...
as.factor.result ...
char ...

Details

The functions are not intended for direct use.

The constant Letters is the vector of all capital and lower case letters of the Roman alphabet except I and i. It is used for default factor names and has been obtained as
Letters <- c(LETTERS[-9],letters[-9]).

Value

The functions are not intended for direct use.

Note

This package is currently under intensive development. Substantial changes are to be expected in the near future.

Author(s)

Ulrike Groemping

References

Hedayat, A.S., Sloane, N.J.A. and Stufken, J. (1999) Orthogonal Arrays: Theory and Applications, Springer, New York.

See Also

~~See Also FrF2, oa.design, pb


[Package DoE.base version 0.2 Index]