Chapter Contents |
Previous |
Next |
The STANDARD Procedure |
Procedure features: |
| ||||||||
Other features: |
|
Program |
proc standard data=score mean=75 std=5 out=stndtest; |
var test1 test2; run; |
proc print data=combined noobs round; title 'Standardized Test Scores for a College Course'; run; |
Output |
The data set contains variables with both standardized and original values. StdTest1 and StdTest2 store the standardized test scores that PROC STANDARD computes. | |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.