Arrange the design in reverse Yates order (reverses the default used by
fac.design). A design is reordered so
the factor levels change more frequently in factors to the right. This
is a support function for design.digest.
USAGE:
std.order(object, factors)
REQUIRED ARGUMENTS:
object:
a design object, produced by fac.design.
factors:
a subscripting object indicating which rows of the design to use in
the reordering.
VALUE:
A design with the rows reordered.
DETAILS:
There are two different conventions used for printing designs.
The S+DOX module uses the opposite convention to fac.design.
This function allows designs produced by fac.design to be placed
in reverse Yates order.