PROC STANDARD <option(s)>;
|
BY <DESCENDING> variable-1 <...<DESCENDING>
variable-n>
<NOTSORTED>;
|
|
Task |
Statement |
Standardize variables to a given mean and standard deviation |
PROC STANDARD
|
Calculate separate standardized values for each BY group |
BY
|
Identify a variable whose values represent the frequency of each observation |
FREQ
|
Select the variables to standardize and determine the order in which
they appear in the printed output |
VAR
|
Identify a variable whose values weight each observation in the statistical
calculations |
WEIGHT
|
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.