PROC COUNTREG 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 Table 11.2.
Table 11.2: ODS Tables Produced in PROC COUNTREG
ODS Table Name |
Description |
Option |
---|---|---|
ODS Tables Created by the MODEL Statement |
||
ClassLevels |
Class levels |
Default |
ConvergenceStatus |
Convergence status |
Default |
FitSummary |
Summary of nonlinear estimation |
Default |
ParameterEstimates |
Parameter estimates |
Default |
CovB |
Covariance of parameter estimates |
COVB |
CorrB |
Correlation of parameter estimates |
CORRB |
VariableSelection |
Variable selection summary |
SELECTVAR |
ODS Tables Not Created by the MODEL Statement |
||
InputOptions |
Input options |
ITPRINT |
IterStart |
Optimization start |
ITPRINT |
IterHist |
Iteration history |
ITPRINT |
IterStop |
Optimization results |
ITPRINT |
ParameterEstimatesResults |
Parameter estimates |
ITPRINT |
ParameterEstimatesStart |
Parameter estimates |
ITPRINT |
ProblemDescription |
Problem description |
ITPRINT |