The NLMIXED Procedure |
ODS Table Names |
PROC NLMIXED assigns a name to each table it creates. You can use these names to reference the table when using the Output Delivery System (ODS) to select tables and create output data sets. These names are listed in Table 61.2. For more information about ODS, see Chapter 20, Using the Output Delivery System.
ODS Table Name |
Description |
Statement or Option |
---|---|---|
AdditionalEstimates |
Results from ESTIMATE statements |
ESTIMATE |
Contrasts |
Results from CONTRAST statements |
CONTRAST |
ConvergenceStatus |
Convergence status |
default |
CorrMatAddEst |
Correlation matrix of additional estimates |
ECORR |
CorrMatParmEst |
Correlation matrix of parameter estimates |
CORR |
CovMatAddEst |
Covariance matrix of additional estimates |
ECOV |
CovMatParmEst |
Covariance matrix of parameter estimates |
COV |
DerAddEst |
Derivatives of additional estimates |
EDER |
Dimensions |
Dimensions of the problem |
default |
FitStatistics |
Fit statistics |
default |
Hessian |
Second derivative matrix |
HESS |
IterHistory |
Iteration history |
default |
Parameters |
Parameters |
default |
ParameterEstimates |
Parameter estimates |
default |
Specifications |
Model specifications |
default |
StartingHessian |
Starting Hessian matrix |
START HESS |
StartingValues |
Starting values and gradient |
START |
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.