Each table that is created by the HPNLMOD procedure has a name associated with it, and you must use this name to refer to the table when you use ODS statements. These names are listed in Table 11.4.
Table 11.4: ODS Tables Produced by PROC HPNLMOD
|
Table Name |
Description |
Required Statement and Option |
|---|---|---|
|
AdditionalEstimates |
Functions of estimated parameters and their associated statistics |
ESTIMATE statement |
|
ANOVA |
Least squares analysis of variance information |
RESIDUAL option in the MODEL statement |
|
Constraints |
Information about the model’s linear constraints |
RESTRICT statement |
|
ConvergenceStatus |
Optimization success and convergence information |
Default output |
|
CorrB |
Parameter correlation matrix |
CORR option in the PROC HPNLMOD statement |
|
CovB |
Parameter covariance matrix |
COV option in the PROC HPNLMOD statement |
|
Dimensions |
Number of parameters and their bounds |
Default output |
|
ECorrB |
Additional estimates’ correlation matrix |
ECORR option in the PROC HPNLMOD statement |
|
ECovB |
Additional estimates’ covariance matrix |
ECOV option in the PROC HPNLMOD statement |
|
FitStatistics |
Statistics about the quality of the fit |
Default output |
|
IterHistory |
Optimizer iteration information |
Default output |
|
NObs |
Number of observations read and used |
Default output |
|
ParameterEstimates |
Parameter estimates and associated statistics |
Default output |
|
Parameters |
Initial parameter values |
Default output |
|
PerformanceInfo |
Information about high-performance computing environment |
Default output |
|
Specifications |
Basic model characteristics |
Default output |