PROC MDC assigns a name to each table it creates. You can use these names to denote the table when using the Output Delivery System (ODS) to select tables and create output data sets. These names are listed in the Table 18.3.
Table 18.3: ODS Tables Produced in PROC MDC
ODS Table Name |
Description |
Option |
---|---|---|
ODS Tables Created by the MODEL Statement |
||
ResponseProfile |
Response profile |
Default |
ClassLevels |
Class levels |
Default |
FitSummary |
Summary of nonlinear estimation |
Default |
GoodnessOfFit |
Pseudo-R-square measures |
Default |
ConvergenceStatus |
Convergence status |
Default |
ParameterEstimates |
Parameter estimates |
Default |
CovB |
Covariance of parameter estimates |
COVB |
CorrB |
Correlation of parameter estimates |
CORRB |
LinCon |
Linear constraints |
ITPRINT |
InputOptions |
Input options |
ITPRINT |
ProblemDescription |
Problem description |
ITPRINT |
IterStart |
Optimization start |
ITPRINT |
IterHist |
Iteration history |
ITPRINT |
IterStop |
Optimization results |
ITPRINT |
ConvergenceStatus |
Convergence status |
ITPRINT |
ParameterEstimatesResults |
Resulting parameters |
ITPRINT |
LinConSol |
Linear constraints evaluated at solution |
ITPRINT |
ODS Tables Created by the TEST Statement |
||
TestResults |
Test results |
Default |