Usage
make.generators(name, liste)
make.formulas(orignames, factor.names)
des.recode(var, recodes, as.factor.result, char)
printBy(data, byvars, ...)
Letters
generators(design, ...)
## S3 method for class 'design':
generators(design, ...)
## S3 method for class 'catlg':
generators(design, ...)
## S3 method for class 'character':
generators(design, select.catlg = catlg, ...)
Arguments
recodes
character string specifying recodes, so far only used in the principal form -1=level[1];1=level[2]
as.factor.result
logical that specifies whether or not results are to be coerced to factor.
The default is that factors are coerced to factor, while numeric variables with numeric recodes are kept numeric.
char
logical: should replacement be treated as character string (TRUE) or evaluated? default is FALSE
data
data frame to be printed in groups that are defined by the byvars
byvars
character vector of variable names;
variables named here determine the groups; only adjacent observations are considered part of a group, i.e.
if data are not ordered by the byvars
, several separate occurrences of the same
design
FrF2 design given as catalogue entry, design itself or character string;
function generators provides the generating contrasts for additional factors for these designs.
select.catlg
the catalogue in which to look for the design (should be of class catlg
)
...
further arguments to function print
or generators