PROC RSREG Statement
- PROC RSREG < options > ;
The PROC RSREG statement invokes the procedure.
You can specify the following options in the PROC RSREG statement.
- DATA=SAS-data-set
-
specifies the input SAS data set that
contains the data to be analyzed.
By default, PROC RSREG uses the
most recently created SAS data set.
- NOPRINT
-
suppresses the normal display of results when only the output data set is required.
For more information, see the description of the
NOPRINT option in the "MODEL Statement" and
"RIDGE Statement" sections.
Note that this option temporarily disables the
Output Delivery System (ODS); see Chapter 15, "Using the Output Delivery System," for more information.
- OUT=SAS-data-set
-
creates an output SAS data set that contains
statistics for each observation in the input data set.
In particular, this data set contains the BY variables, the ID
variables, the WEIGHT variable, the variables in the MODEL statement,
and the output options requested in the MODEL statement.
You must specify output options in the MODEL statement;
otherwise, the output data set is
created but contains no observations.
To create a permanent SAS data set, you must specify
a two-level name (refer to the discussion in SAS Language Reference: Concepts
for more information on permanent SAS data sets).
For details on the data set created by PROC RSREG,
see the "Output Data Sets" section.
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.