Given a list of formulas (defining relationships), this function returns
a matrix of all possible aliases.
Usage
fp_alias_matrix(...)
Value
a square matrix: each cell is 0 if there is no alias, or an
integer representing the index of the generator that produced that alias
in the list of generators.
Arguments
...
one or more formulas, or a single list of formulas, or a
fractional factorial plan.
Details
It is also possible to pass a fractional factorial plan, in which case the
defining relationships will be extracted from it.