Next: typeIIIss() Up: Design Macros Help File Previous: sidebyside()   Contents

stdordlabels()

Usage:
stdordlabels(k:count or letters:word) count an integer and word
a character scalar



Keywords: factorial
stdordlabels(k:count) produces a character vector of term labels
for count factors in standard order.  For example, stdordlabels(k:3)
produces "A","B","AB","C","AC","BC","ABC".

stdordlabels(letters:word) splits character scalar word up into
its component letters and uses these letters as a factor labels.

No more than 15 factors are allowed.


Gary Oehlert 2006-01-30