Next: Current and previous adjustments
Up: Preparing adjustments
Previous: Preparing adjustments for influence
It is often useful to be able to use abbreviations for the collections
to be used for the adjustment. To do this we introduce a particular
notation. Any base in the definition part of an ADJUST: or
TESTGRID: command can appear as D, <D>, or , with
the following interpretation.
- D - This is the simplest usage, and means the base D, is
added as itself.
- <D> - This means that the base D is replaced by its
constituent bases and elements, in alphabetical order. Thus if
where are elements and
are bases, then
BD>adjust : [B / F+ < D > + G]
is equivalent to
BD>adjust : [B / F+C1+X1+X2+Z2 +G]
- - This means that the base D is replaced by its
constituent elements in alphabetical order. Any bases contained in D
are likewise replaced by their consituents and so forth, recursively,
until only a collection of elements is left. For example,
suppose that
where are elements and
are bases, where contains the elements and
contains the element . Then
BD>adjust : [B / F+ + G]
is equivalent to
BD>adjust : [B / F+A0+A1+A2+X1+X2 +G]
David Wooff
Wed Oct 21 15:14:31 BST 1998