Chapter Contents |
Previous |
Next |
The MEANS Procedure |
Tip: | Use the TYPES statement to specify additional combinations of class variables. |
Featured in: | Using Preloaded Formats with Class Variables |
WAYS list; |
Required Arguments |
m | |
m1 m2 ... mn | |
m1,m2,...,mn | |
m TO n <BY increment> | |
m1,m2, TO m3 <BY increment>, m4 |
Range: | 0 to maximum number of class variables |
Example: | To create the two way
types for the classification variables A, C, and C use
class A B C ; ways 2;This is equilavent to specifying a*b, a*c, and b*c in the TYPES statement. |
See also: | WAYS option |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.