Previous Page
|
Next Page
STANDARD Procedure
Syntax
Procedure Syntax
PROC STANDARD Statement
BY Statement
FREQ Statement
VAR Statement
WEIGHT Statement
Overview
Using
Results
Examples
Standardizing to a Given Mean and Standard Deviation
Standardizing BY Groups and Replacing Missing Values
VAR Statement
Specifies the variables to standardize and their order in the printed output.
Default:
If you omit the VAR statement, PROC STANDARD standardizes all numeric variables not listed in the other statements.
Example:
Standardizing to a Given Mean and Standard Deviation
Syntax
Required Argument
Syntax
VAR
variable(s)
;
Required Argument
variable(s)
identifies one or more variables to standardize.
Copyright © SAS Institute Inc. All rights reserved.
Previous Page
|
Next Page
|
Top of Page