![]() Chapter Contents |
![]() Previous |
![]() Next |
| The MEANS Procedure |
| Main discussion: | Output Data Set |
| Requirement: | CLASS statement |
| Featured in: | Computing Descriptive Statistics with Class Variables and Identifying the Top Three Extreme Values with the Output Statistics |
| TYPES request(s); |
| Required Arguments |
combinations of class variables PROC MEANS uses to create
the types, where
is the number of class variables. A request is composed
of one class variable name, several class variable names separated by asterisks,
or ().
| Request | Equivalent to |
types A*(B C); |
types A*B A*C; |
types (A B)*(C D); |
types A*C A*D B*C B*D; |
types (A B C)*D; |
types A*D B*D C*D; |
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.