Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
The TRANSREG Procedure

Syntax

The following statements are available in PROC TRANSREG.

PROC TRANSREG < DATA=SAS-data-set >
                     < OUTTEST=SAS-data-set > < a-options > < o-options > ;
MODEL < transform(dependents < / t-options >)
                     < transform(dependents < / t-options >)...> = >
                     transform(independents < / t-options >)
                     < transform(independents < / t-options >)...> < / a-options > ;
OUTPUT < OUT=SAS-data-set > < o-options > ;
ID variables ;
FREQ variable ;
WEIGHT variable ;
BY variables ;

To use the TRANSREG procedure, you need the PROC TRANSREG and MODEL statements. To produce an OUT= output data set, the OUTPUT statement is required. PROC TRANSREG enables you to specify the same options in more than one statement. All of the MODEL statement a-options (algorithm options) and all of the OUTPUT statement o-options (output options) can also be specified in the PROC TRANSREG statement. You can abbreviate all a-options, o-options, and t-options (transformation options) to their first three letters. This is a special feature of the TRANSREG procedure and is not generally true of other SAS/STAT procedures. See Table 65.1.

The rest of this section provides detailed syntax information for each of the preceding statements, beginning with the PROC TRANSREG statement. The remaining statements are described in alphabetical order.


PROC TRANSREG Statement

BY Statement

FREQ Statement

ID Statement

MODEL Statement

OUTPUT Statement

WEIGHT Statement

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.