The COUNTREG Procedure |
ODS Table Names |
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 10.2.
ODS Table Name |
Description |
Option |
---|---|---|
ODS Tables Created by the MODEL Statement |
||
FitSummary |
Summary of Nonlinear Estimation |
default |
ConvergenceStatus |
Convergence Status |
default |
ParameterEstimates |
Parameter Estimates |
default |
CovB |
Covariance of Parameter Estimates |
COVB |
CorrB |
Correlation of Parameter Estimates |
CORRB |
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 |
Copyright © 2008 by SAS Institute Inc., Cary, NC, USA. All rights reserved.