MDC Procedure
The following options can be used in the PROC MDC statement:
-
DATA=SAS-data-set
specifies the input SAS data set. If the DATA= option is not specified, PROC MDC uses the most recently created SAS data set.
-
OUTEST=SAS-data-set
names the SAS data set that the parameter estimates are written to. For information about the contents of this data set, see the section OUTEST= Data Set.
-
COVOUT
writes the covariance matrix for the parameter estimates to the OUTEST= data set. This option is valid only if the OUTEST= option is specified.
Last updated: June 19, 2025